DeploymentSummary
A subset of information about a specific deployment.
Contents
- applicationId
-
The unique identifier of the application.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- applicationVersion
-
The version of the application.
Type: Integer
Valid Range: Minimum value of 1.
Required: Yes
- creationTime
-
The timestamp when the deployment was created.
Type: Timestamp
Required: Yes
- deploymentId
-
The unique identifier of the deployment.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- environmentId
-
The unique identifier of the runtime environment.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- status
-
The current status of the deployment.
Type: String
Valid Values:
Deploying | Succeeded | Failed | Updating Deployment
Required: Yes
- statusReason
-
The reason for the reported status.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: