prefect 2.22.4 published on Wednesday, Mar 26, 2025 by prefecthq
prefect.getDeployment
Explore with Pulumi AI
prefect 2.22.4 published on Wednesday, Mar 26, 2025 by prefecthq
Get information about an existing Deployment by either:
- deployment ID, or
- deployment name
The Deployment ID takes precedence over deployment name.
For more information, see deploy overview.
This feature is available in the following product plan(s): Prefect OSS, Prefect Cloud (Free), Prefect Cloud (Pro), Prefect Cloud (Enterprise).
Using getDeployment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>
def get_deployment(account_id: Optional[str] = None,
flow_name: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(account_id: Optional[pulumi.Input[str]] = None,
flow_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]
func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput
> Note: This function is named LookupDeployment
in the Go SDK.
public static class GetDeployment
{
public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
public static Output<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
fn::invoke:
function: prefect:index/getDeployment:getDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - Account ID (UUID), defaults to the account set in the provider
- Flow
Name string - Flow name associated with the deployment
- Id string
- Deployment ID (UUID)
- Name string
- Name of the deployment
- Workspace
Id string - Workspace ID (UUID) to associate deployment to
- Account
Id string - Account ID (UUID), defaults to the account set in the provider
- Flow
Name string - Flow name associated with the deployment
- Id string
- Deployment ID (UUID)
- Name string
- Name of the deployment
- Workspace
Id string - Workspace ID (UUID) to associate deployment to
- account
Id String - Account ID (UUID), defaults to the account set in the provider
- flow
Name String - Flow name associated with the deployment
- id String
- Deployment ID (UUID)
- name String
- Name of the deployment
- workspace
Id String - Workspace ID (UUID) to associate deployment to
- account
Id string - Account ID (UUID), defaults to the account set in the provider
- flow
Name string - Flow name associated with the deployment
- id string
- Deployment ID (UUID)
- name string
- Name of the deployment
- workspace
Id string - Workspace ID (UUID) to associate deployment to
- account_
id str - Account ID (UUID), defaults to the account set in the provider
- flow_
name str - Flow name associated with the deployment
- id str
- Deployment ID (UUID)
- name str
- Name of the deployment
- workspace_
id str - Workspace ID (UUID) to associate deployment to
- account
Id String - Account ID (UUID), defaults to the account set in the provider
- flow
Name String - Flow name associated with the deployment
- id String
- Deployment ID (UUID)
- name String
- Name of the deployment
- workspace
Id String - Workspace ID (UUID) to associate deployment to
getDeployment Result
The following output properties are available:
- Account
Id string - Account ID (UUID), defaults to the account set in the provider
- Concurrency
Limit double - The deployment's concurrency limit.
- Concurrency
Options GetDeployment Concurrency Options - Concurrency options for the deployment.
- Created string
- Timestamp of when the resource was created (RFC3339)
- Description string
- A description for the deployment.
- Enforce
Parameter boolSchema - Whether or not the deployment should enforce the parameter schema.
- Entrypoint string
- The path to the entrypoint for the workflow, relative to the path.
- Flow
Id string - Flow ID (UUID) to associate deployment to
- Flow
Name string - Flow name associated with the deployment
- Id string
- Deployment ID (UUID)
- Job
Variables string - Overrides for the flow's infrastructure configuration.
- Manifest
Path string - The path to the flow's manifest file, relative to the chosen storage.
- Name string
- Name of the deployment
- Parameter
Openapi stringSchema - The parameter schema of the flow, including defaults.
- Parameters string
- Parameters for flow runs scheduled by the deployment.
- Path string
- The path to the working directory for the workflow, relative to remote storage or an absolute path.
- Paused bool
- Whether or not the deployment is paused.
- Pull
Steps List<GetDeployment Pull Step> - Pull steps to prepare flows for a deployment run.
- Storage
Document stringId - ID of the associated storage document (UUID)
- List<string>
- Tags associated with the deployment
- Updated string
- Timestamp of when the resource was updated (RFC3339)
- Version string
- An optional version for the deployment.
- Work
Pool stringName - The name of the deployment's work pool.
- Work
Queue stringName - The work queue for the deployment. If no work queue is set, work will not be scheduled.
- Workspace
Id string - Workspace ID (UUID) to associate deployment to
- Account
Id string - Account ID (UUID), defaults to the account set in the provider
- Concurrency
Limit float64 - The deployment's concurrency limit.
- Concurrency
Options GetDeployment Concurrency Options - Concurrency options for the deployment.
- Created string
- Timestamp of when the resource was created (RFC3339)
- Description string
- A description for the deployment.
- Enforce
Parameter boolSchema - Whether or not the deployment should enforce the parameter schema.
- Entrypoint string
- The path to the entrypoint for the workflow, relative to the path.
- Flow
Id string - Flow ID (UUID) to associate deployment to
- Flow
Name string - Flow name associated with the deployment
- Id string
- Deployment ID (UUID)
- Job
Variables string - Overrides for the flow's infrastructure configuration.
- Manifest
Path string - The path to the flow's manifest file, relative to the chosen storage.
- Name string
- Name of the deployment
- Parameter
Openapi stringSchema - The parameter schema of the flow, including defaults.
- Parameters string
- Parameters for flow runs scheduled by the deployment.
- Path string
- The path to the working directory for the workflow, relative to remote storage or an absolute path.
- Paused bool
- Whether or not the deployment is paused.
- Pull
Steps []GetDeployment Pull Step - Pull steps to prepare flows for a deployment run.
- Storage
Document stringId - ID of the associated storage document (UUID)
- []string
- Tags associated with the deployment
- Updated string
- Timestamp of when the resource was updated (RFC3339)
- Version string
- An optional version for the deployment.
- Work
Pool stringName - The name of the deployment's work pool.
- Work
Queue stringName - The work queue for the deployment. If no work queue is set, work will not be scheduled.
- Workspace
Id string - Workspace ID (UUID) to associate deployment to
- account
Id String - Account ID (UUID), defaults to the account set in the provider
- concurrency
Limit Double - The deployment's concurrency limit.
- concurrency
Options GetDeployment Concurrency Options - Concurrency options for the deployment.
- created String
- Timestamp of when the resource was created (RFC3339)
- description String
- A description for the deployment.
- enforce
Parameter BooleanSchema - Whether or not the deployment should enforce the parameter schema.
- entrypoint String
- The path to the entrypoint for the workflow, relative to the path.
- flow
Id String - Flow ID (UUID) to associate deployment to
- flow
Name String - Flow name associated with the deployment
- id String
- Deployment ID (UUID)
- job
Variables String - Overrides for the flow's infrastructure configuration.
- manifest
Path String - The path to the flow's manifest file, relative to the chosen storage.
- name String
- Name of the deployment
- parameter
Openapi StringSchema - The parameter schema of the flow, including defaults.
- parameters String
- Parameters for flow runs scheduled by the deployment.
- path String
- The path to the working directory for the workflow, relative to remote storage or an absolute path.
- paused Boolean
- Whether or not the deployment is paused.
- pull
Steps List<GetDeployment Pull Step> - Pull steps to prepare flows for a deployment run.
- storage
Document StringId - ID of the associated storage document (UUID)
- List<String>
- Tags associated with the deployment
- updated String
- Timestamp of when the resource was updated (RFC3339)
- version String
- An optional version for the deployment.
- work
Pool StringName - The name of the deployment's work pool.
- work
Queue StringName - The work queue for the deployment. If no work queue is set, work will not be scheduled.
- workspace
Id String - Workspace ID (UUID) to associate deployment to
- account
Id string - Account ID (UUID), defaults to the account set in the provider
- concurrency
Limit number - The deployment's concurrency limit.
- concurrency
Options GetDeployment Concurrency Options - Concurrency options for the deployment.
- created string
- Timestamp of when the resource was created (RFC3339)
- description string
- A description for the deployment.
- enforce
Parameter booleanSchema - Whether or not the deployment should enforce the parameter schema.
- entrypoint string
- The path to the entrypoint for the workflow, relative to the path.
- flow
Id string - Flow ID (UUID) to associate deployment to
- flow
Name string - Flow name associated with the deployment
- id string
- Deployment ID (UUID)
- job
Variables string - Overrides for the flow's infrastructure configuration.
- manifest
Path string - The path to the flow's manifest file, relative to the chosen storage.
- name string
- Name of the deployment
- parameter
Openapi stringSchema - The parameter schema of the flow, including defaults.
- parameters string
- Parameters for flow runs scheduled by the deployment.
- path string
- The path to the working directory for the workflow, relative to remote storage or an absolute path.
- paused boolean
- Whether or not the deployment is paused.
- pull
Steps GetDeployment Pull Step[] - Pull steps to prepare flows for a deployment run.
- storage
Document stringId - ID of the associated storage document (UUID)
- string[]
- Tags associated with the deployment
- updated string
- Timestamp of when the resource was updated (RFC3339)
- version string
- An optional version for the deployment.
- work
Pool stringName - The name of the deployment's work pool.
- work
Queue stringName - The work queue for the deployment. If no work queue is set, work will not be scheduled.
- workspace
Id string - Workspace ID (UUID) to associate deployment to
- account_
id str - Account ID (UUID), defaults to the account set in the provider
- concurrency_
limit float - The deployment's concurrency limit.
- concurrency_
options GetDeployment Concurrency Options - Concurrency options for the deployment.
- created str
- Timestamp of when the resource was created (RFC3339)
- description str
- A description for the deployment.
- enforce_
parameter_ boolschema - Whether or not the deployment should enforce the parameter schema.
- entrypoint str
- The path to the entrypoint for the workflow, relative to the path.
- flow_
id str - Flow ID (UUID) to associate deployment to
- flow_
name str - Flow name associated with the deployment
- id str
- Deployment ID (UUID)
- job_
variables str - Overrides for the flow's infrastructure configuration.
- manifest_
path str - The path to the flow's manifest file, relative to the chosen storage.
- name str
- Name of the deployment
- parameter_
openapi_ strschema - The parameter schema of the flow, including defaults.
- parameters str
- Parameters for flow runs scheduled by the deployment.
- path str
- The path to the working directory for the workflow, relative to remote storage or an absolute path.
- paused bool
- Whether or not the deployment is paused.
- pull_
steps Sequence[GetDeployment Pull Step] - Pull steps to prepare flows for a deployment run.
- storage_
document_ strid - ID of the associated storage document (UUID)
- Sequence[str]
- Tags associated with the deployment
- updated str
- Timestamp of when the resource was updated (RFC3339)
- version str
- An optional version for the deployment.
- work_
pool_ strname - The name of the deployment's work pool.
- work_
queue_ strname - The work queue for the deployment. If no work queue is set, work will not be scheduled.
- workspace_
id str - Workspace ID (UUID) to associate deployment to
- account
Id String - Account ID (UUID), defaults to the account set in the provider
- concurrency
Limit Number - The deployment's concurrency limit.
- concurrency
Options Property Map - Concurrency options for the deployment.
- created String
- Timestamp of when the resource was created (RFC3339)
- description String
- A description for the deployment.
- enforce
Parameter BooleanSchema - Whether or not the deployment should enforce the parameter schema.
- entrypoint String
- The path to the entrypoint for the workflow, relative to the path.
- flow
Id String - Flow ID (UUID) to associate deployment to
- flow
Name String - Flow name associated with the deployment
- id String
- Deployment ID (UUID)
- job
Variables String - Overrides for the flow's infrastructure configuration.
- manifest
Path String - The path to the flow's manifest file, relative to the chosen storage.
- name String
- Name of the deployment
- parameter
Openapi StringSchema - The parameter schema of the flow, including defaults.
- parameters String
- Parameters for flow runs scheduled by the deployment.
- path String
- The path to the working directory for the workflow, relative to remote storage or an absolute path.
- paused Boolean
- Whether or not the deployment is paused.
- pull
Steps List<Property Map> - Pull steps to prepare flows for a deployment run.
- storage
Document StringId - ID of the associated storage document (UUID)
- List<String>
- Tags associated with the deployment
- updated String
- Timestamp of when the resource was updated (RFC3339)
- version String
- An optional version for the deployment.
- work
Pool StringName - The name of the deployment's work pool.
- work
Queue StringName - The work queue for the deployment. If no work queue is set, work will not be scheduled.
- workspace
Id String - Workspace ID (UUID) to associate deployment to
Supporting Types
GetDeploymentConcurrencyOptions
- Collision
Strategy string - Enumeration of concurrency collision strategies.
- Collision
Strategy string - Enumeration of concurrency collision strategies.
- collision
Strategy String - Enumeration of concurrency collision strategies.
- collision
Strategy string - Enumeration of concurrency collision strategies.
- collision_
strategy str - Enumeration of concurrency collision strategies.
- collision
Strategy String - Enumeration of concurrency collision strategies.
GetDeploymentPullStep
- Access
Token string - (For type 'git_clone') Access token for the repository. Refer to a credentials block for security purposes. Used in leiu of 'credentials'.
- Branch string
- (For type 'git_clone') The branch to clone. If not provided, the default branch is used.
- Bucket string
- (For type 'pull*from**') The name of the bucket where files are stored.
- Credentials string
- Credentials to use for the pull step. Refer to a {GitHub,GitLab,BitBucket} credentials block.
- Directory string
- (For type 'setworkingdirectory') The directory to set as the working directory.
- Folder string
- (For type 'pull*from**') The folder in the bucket where files are stored.
- Include
Submodules bool - (For type 'git_clone') Whether to include submodules when cloning the repository.
- Repository string
- (For type 'git_clone') The URL of the repository to clone.
- Requires string
- A list of Python package dependencies.
- Type string
- The type of pull step
- Access
Token string - (For type 'git_clone') Access token for the repository. Refer to a credentials block for security purposes. Used in leiu of 'credentials'.
- Branch string
- (For type 'git_clone') The branch to clone. If not provided, the default branch is used.
- Bucket string
- (For type 'pull*from**') The name of the bucket where files are stored.
- Credentials string
- Credentials to use for the pull step. Refer to a {GitHub,GitLab,BitBucket} credentials block.
- Directory string
- (For type 'setworkingdirectory') The directory to set as the working directory.
- Folder string
- (For type 'pull*from**') The folder in the bucket where files are stored.
- Include
Submodules bool - (For type 'git_clone') Whether to include submodules when cloning the repository.
- Repository string
- (For type 'git_clone') The URL of the repository to clone.
- Requires string
- A list of Python package dependencies.
- Type string
- The type of pull step
- access
Token String - (For type 'git_clone') Access token for the repository. Refer to a credentials block for security purposes. Used in leiu of 'credentials'.
- branch String
- (For type 'git_clone') The branch to clone. If not provided, the default branch is used.
- bucket String
- (For type 'pull*from**') The name of the bucket where files are stored.
- credentials String
- Credentials to use for the pull step. Refer to a {GitHub,GitLab,BitBucket} credentials block.
- directory String
- (For type 'setworkingdirectory') The directory to set as the working directory.
- folder String
- (For type 'pull*from**') The folder in the bucket where files are stored.
- include
Submodules Boolean - (For type 'git_clone') Whether to include submodules when cloning the repository.
- repository String
- (For type 'git_clone') The URL of the repository to clone.
- requires String
- A list of Python package dependencies.
- type String
- The type of pull step
- access
Token string - (For type 'git_clone') Access token for the repository. Refer to a credentials block for security purposes. Used in leiu of 'credentials'.
- branch string
- (For type 'git_clone') The branch to clone. If not provided, the default branch is used.
- bucket string
- (For type 'pull*from**') The name of the bucket where files are stored.
- credentials string
- Credentials to use for the pull step. Refer to a {GitHub,GitLab,BitBucket} credentials block.
- directory string
- (For type 'setworkingdirectory') The directory to set as the working directory.
- folder string
- (For type 'pull*from**') The folder in the bucket where files are stored.
- include
Submodules boolean - (For type 'git_clone') Whether to include submodules when cloning the repository.
- repository string
- (For type 'git_clone') The URL of the repository to clone.
- requires string
- A list of Python package dependencies.
- type string
- The type of pull step
- access_
token str - (For type 'git_clone') Access token for the repository. Refer to a credentials block for security purposes. Used in leiu of 'credentials'.
- branch str
- (For type 'git_clone') The branch to clone. If not provided, the default branch is used.
- bucket str
- (For type 'pull*from**') The name of the bucket where files are stored.
- credentials str
- Credentials to use for the pull step. Refer to a {GitHub,GitLab,BitBucket} credentials block.
- directory str
- (For type 'setworkingdirectory') The directory to set as the working directory.
- folder str
- (For type 'pull*from**') The folder in the bucket where files are stored.
- include_
submodules bool - (For type 'git_clone') Whether to include submodules when cloning the repository.
- repository str
- (For type 'git_clone') The URL of the repository to clone.
- requires str
- A list of Python package dependencies.
- type str
- The type of pull step
- access
Token String - (For type 'git_clone') Access token for the repository. Refer to a credentials block for security purposes. Used in leiu of 'credentials'.
- branch String
- (For type 'git_clone') The branch to clone. If not provided, the default branch is used.
- bucket String
- (For type 'pull*from**') The name of the bucket where files are stored.
- credentials String
- Credentials to use for the pull step. Refer to a {GitHub,GitLab,BitBucket} credentials block.
- directory String
- (For type 'setworkingdirectory') The directory to set as the working directory.
- folder String
- (For type 'pull*from**') The folder in the bucket where files are stored.
- include
Submodules Boolean - (For type 'git_clone') Whether to include submodules when cloning the repository.
- repository String
- (For type 'git_clone') The URL of the repository to clone.
- requires String
- A list of Python package dependencies.
- type String
- The type of pull step
Package Details
- Repository
- prefect prefecthq/terraform-provider-prefect
- License
- Notes
- This Pulumi package is based on the
prefect
Terraform Provider.
prefect 2.22.4 published on Wednesday, Mar 26, 2025 by prefecthq