http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deploymentsStarts a deployment.
The application ID.
The environment ID.
Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
A description of the deployment.
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.
The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label.
The deployment strategy ID.
The configuration profile ID.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deployments' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deploymentsStarts a deployment.
The application ID.
The environment ID.
Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
A description of the deployment.
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.
The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label.
The deployment strategy ID.
The configuration profile ID.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://appconfig.{region}.amazonaws.com/applications/{ApplicationId}/environments/{EnvironmentId}/deployments' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}