DeploymentData
The data associated with a deployment.
Contents
- createdAt
-
The time the deployment was created.
Type: Timestamp
Required: No
- deletedAt
-
The time the deployment was deleted.
Type: Timestamp
Required: No
- deploymentArn
-
The Amazon Resource Name (ARN) of the deployment.
Type: String
Required: No
- id
-
The ID of the deployment.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 128.
Pattern:
^[a-zA-Z0-9-]+$
Required: No
- name
-
The name of the deployment.
Type: String
Required: No
- patternName
-
The pattern name of the deployment.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[A-Za-z0-9][a-zA-Z0-9-]*$
Required: No
- resourceGroup
-
The resource group of the deployment.
Type: String
Required: No
- specifications
-
The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the
GetWorkloadDeploymentPattern
operation.Type: String to string map
Map Entries: Maximum number of 100 items.
Key Length Constraints: Minimum length of 3. Maximum length of 256.
Key Pattern:
^[a-zA-Z0-9-:]+$
Value Length Constraints: Minimum length of 1. Maximum length of 1500.
Required: No
- status
-
The status of the deployment.
Type: String
Valid Values:
COMPLETED | CREATING | DELETE_IN_PROGRESS | DELETE_INITIATING | DELETE_FAILED | DELETED | FAILED | IN_PROGRESS | VALIDATING
Required: No
-
Information about the tags attached to a deployment.
Type: String to string map
Map Entries: Maximum number of 200 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[a-zA-Z+-=._:/]+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- workloadName
-
The name of the workload.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[A-Za-z][a-zA-Z0-9-_]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: