Deployment
Describes a deployment of a stack or app.
Contents
- AppId
-
The app ID.
Type: String
Required: No
- Command
-
Used to specify a stack or deployment command.
Type: DeploymentCommand object
Required: No
- Comment
-
A user-defined comment.
Type: String
Required: No
- CompletedAt
-
Date when the deployment completed.
Type: String
Required: No
- CreatedAt
-
Date when the deployment was created.
Type: String
Required: No
- CustomJson
-
A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
Type: String
Required: No
- DeploymentId
-
The deployment ID.
Type: String
Required: No
- Duration
-
The deployment duration.
Type: Integer
Required: No
- IamUserArn
-
The user's IAM ARN.
Type: String
Required: No
- InstanceIds
-
The IDs of the target instances.
Type: Array of strings
Required: No
- StackId
-
The stack ID.
Type: String
Required: No
- Status
-
The deployment status:
-
running
-
successful
-
failed
Type: String
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: