v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Retrieves information about a configuration deployment.

get/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}

Path parameters

ApplicationIdstring required

The ID of the application that includes the deployment you want to get.

EnvironmentIdstring required

The ID of the environment that includes the deployment you want to get.

DeploymentNumberinteger required

The sequence number of the deployment.

Response

Success

ApplicationIdstring

The ID of the application that was deployed.

EnvironmentIdstring

The ID of the environment that was deployed.

DeploymentStrategyIdstring

The ID of the deployment strategy that was deployed.

ConfigurationProfileIdstring

The ID of the configuration profile that was deployed.

DeploymentNumberinteger

The sequence number of the deployment.

ConfigurationNamestring

The name of the configuration.

ConfigurationLocationUristring

Information about the source location of the configuration.

ConfigurationVersionstring

The configuration version that was deployed.

Descriptionstring

The description of the deployment.

DeploymentDurationInMinutesinteger

Total amount of time the deployment lasted.

GrowthType'LINEAR' | 'EXPONENTIAL'

The algorithm used to define how percentage grew over time.

GrowthFactornumber float

The percentage of targets to receive a deployed configuration during each interval.

FinalBakeTimeInMinutesinteger

The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

State'BAKING' | 'VALIDATING' | 'DEPLOYING' | 'COMPLETE' | 'ROLLING_BACK' | 'ROLLED_BACK'

The state of the deployment.

PercentageCompletenumber float

The percentage of targets for which the deployment is available.

StartedAtstring date-time

The time the deployment started.

CompletedAtstring date-time

The time the deployment completed.

KmsKeyArnstring

The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.

KmsKeyIdentifierstring

The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.

Example response

{
  "DeploymentDurationInMinutes": 15,
  "DeploymentNumber": 2,
  "FinalBakeTimeInMinutes": 0,
  "GrowthFactor": 25,
  "PercentageComplete": 1
}