Deployment
The detailed information about a deployment.
Contents
- arn
-
The Amazon Resource Name (ARN) of the deployment.
Type: String
Required: Yes
- createdAt
-
The date and time the deployment was created.
Type: Timestamp
Required: Yes
- deploymentStatus
-
The status of the deployment.
Type: String
Valid Values:
IN_PROGRESS | FAILED | SUCCEEDED | DELETE_IN_PROGRESS | DELETE_FAILED | DELETE_COMPLETE | CANCELLING | CANCELLED
Required: Yes
- environmentName
-
The name of the environment associated with this deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[0-9A-Za-z]+[0-9A-Za-z_\-]*$
Required: Yes
- id
-
The ID of the deployment.
Type: String
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: Yes
- lastModifiedAt
-
The date and time the deployment was last modified.
Type: Timestamp
Required: Yes
- targetArn
-
The Amazon Resource Name (ARN) of the target of the deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^arn:(aws|aws-cn|aws-us-gov):[a-zA-Z0-9-]+:[a-zA-Z0-9-]*:\d{12}:([\w+=,.@-]+[/:])*[\w+=,.@-]+$
Required: Yes
- targetResourceCreatedAt
-
The date and time the depoyment target was created.
Type: Timestamp
Required: Yes
- targetResourceType
-
The resource type of the deployment target. It can be an environment, service, service instance, or component.
Type: String
Valid Values:
ENVIRONMENT | SERVICE_PIPELINE | SERVICE_INSTANCE | COMPONENT
Required: Yes
- completedAt
-
The date and time the deployment was completed.
Type: Timestamp
Required: No
- componentName
-
The name of the component associated with this deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[0-9A-Za-z]+[0-9A-Za-z_\-]*$
Required: No
- deploymentStatusMessage
-
The deployment status message.
Type: String
Required: No
- initialState
-
The initial state of the target resource at the time of the deployment.
Type: DeploymentState object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- lastAttemptedDeploymentId
-
The ID of the last attempted deployment.
Type: String
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: No
- lastSucceededDeploymentId
-
The ID of the last successful deployment.
Type: String
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: No
- serviceInstanceName
-
The name of the deployment's service instance.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[0-9A-Za-z]+[0-9A-Za-z_\-]*$
Required: No
- serviceName
-
The name of the service in this deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[0-9A-Za-z]+[0-9A-Za-z_\-]*$
Required: No
- targetState
-
The target state of the target resource at the time of the deployment.
Type: DeploymentState object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: