AWS has decided to discontinue AWS Proton, with support ending on October 7, 2026. New customers will not be able to sign up after October 7, 2025, but existing customers can continue to use the service until October 7, 2026.For more information, see AWS Proton Service Deprecation and Migration Guide.
DeploymentSummary
Summary data of the 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 current 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 the 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 target resource 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 the deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[0-9A-Za-z]+[0-9A-Za-z_\-]*
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 service instance associated with the deployment.
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 associated with the deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[0-9A-Za-z]+[0-9A-Za-z_\-]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: