EnvironmentTemplate
The environment template data.
Contents
- arn
-
The Amazon Resource Name (ARN) of the environment template.
Type: String
Required: Yes
- createdAt
-
The time when the environment template was created.
Type: Timestamp
Required: Yes
- lastModifiedAt
-
The time when the environment template was last modified.
Type: Timestamp
Required: Yes
- name
-
The name of the environment template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[0-9A-Za-z]+[0-9A-Za-z_\-]*$
Required: Yes
- description
-
A description of the environment template.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
- displayName
-
The name of the environment template as displayed in the developer interface.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- encryptionKey
-
The customer provided encryption key for the environment template.
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: No
- provisioning
-
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
Type: String
Valid Values:
CUSTOMER_MANAGED
Required: No
- recommendedVersion
-
The ID of the recommended version of the environment template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
^(0|([1-9]{1}\d*)).(0|([1-9]{1}\d*))$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: