WorkloadDeploymentPatternData
The data that details a workload deployment pattern.
Contents
- deploymentPatternName
-
The name of the deployment pattern.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[A-Za-z0-9][a-zA-Z0-9-]*$
Required: No
- description
-
The description of the deployment pattern.
Type: String
Required: No
- displayName
-
The display name of the deployment pattern.
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: Array of DeploymentSpecificationsField objects
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Required: No
- status
-
The status of the deployment pattern.
Type: String
Valid Values:
ACTIVE | INACTIVE | DISABLED | DELETED
Required: No
- statusMessage
-
The status message of the deployment pattern.
Type: String
Required: No
- workloadName
-
The workload name of the deployment pattern.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[A-Za-z][a-zA-Z0-9-_]*$
Required: No
- workloadVersionName
-
The workload version name of the deployment pattern.
Type: String
Length Constraints: Minimum length of 5. Maximum length of 30.
Pattern:
^[A-Za-z0-9][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: