We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.appconfig.getDeployment
Start a Neo task
Explain and create an aws-native.appconfig.getDeployment resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::AppConfig::Deployment
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(application_id: Optional[str] = None,
deployment_number: Optional[str] = None,
environment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(application_id: Optional[pulumi.Input[str]] = None,
deployment_number: Optional[pulumi.Input[str]] = None,
environment_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: aws-native:appconfig:getDeployment
arguments:
# arguments dictionaryThe following arguments are supported:
- Application
Id string - The application ID.
- Deployment
Number string - The sequence number of the deployment.
- Environment
Id string - The environment ID.
- Application
Id string - The application ID.
- Deployment
Number string - The sequence number of the deployment.
- Environment
Id string - The environment ID.
- application
Id String - The application ID.
- deployment
Number String - The sequence number of the deployment.
- environment
Id String - The environment ID.
- application
Id string - The application ID.
- deployment
Number string - The sequence number of the deployment.
- environment
Id string - The environment ID.
- application_
id str - The application ID.
- deployment_
number str - The sequence number of the deployment.
- environment_
id str - The environment ID.
- application
Id String - The application ID.
- deployment
Number String - The sequence number of the deployment.
- environment
Id String - The environment ID.
getDeployment Result
The following output properties are available:
- Deployment
Number string - The sequence number of the deployment.
- State
Pulumi.
Aws Native. App Config. Deployment State - The state of the deployment.
- Deployment
Number string - The sequence number of the deployment.
- State
Deployment
State Enum - The state of the deployment.
- deployment
Number String - The sequence number of the deployment.
- state
Deployment
State - The state of the deployment.
- deployment
Number string - The sequence number of the deployment.
- state
Deployment
State - The state of the deployment.
- deployment_
number str - The sequence number of the deployment.
- state
Deployment
State - The state of the deployment.
- deployment
Number String - The sequence number of the deployment.
- state "BAKING" | "VALIDATING" | "DEPLOYING" | "COMPLETE" | "ROLLING_BACK" | "ROLLED_BACK" | "REVERTED"
- The state of the deployment.
Supporting Types
DeploymentState
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
