ServiceTemplateVersion
Detailed data of an AWS Proton service template version resource.
Contents
- arn
-
The Amazon Resource Name (ARN) of the version of a service template.
Type: String
Required: Yes
- compatibleEnvironmentTemplates
-
An array of compatible environment template names for the major version of a service template.
Type: Array of CompatibleEnvironmentTemplate objects
Required: Yes
- createdAt
-
The time when the version of a service template was created.
Type: Timestamp
Required: Yes
- lastModifiedAt
-
The time when the version of a service template was last modified.
Type: Timestamp
Required: Yes
- majorVersion
-
The latest major version that's associated with the version of a service template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^(0|([1-9]{1}\d*))$
Required: Yes
- minorVersion
-
The minor version of a service template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^(0|([1-9]{1}\d*))$
Required: Yes
- status
-
The service template version status.
Type: String
Valid Values:
REGISTRATION_IN_PROGRESS | REGISTRATION_FAILED | DRAFT | PUBLISHED
Required: Yes
- templateName
-
The name of the version of a service 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 version of a service template.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
- recommendedMinorVersion
-
The recommended minor version of the service template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^(0|([1-9]{1}\d*))$
Required: No
- schema
-
The schema of the version of a service template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 51200.
Required: No
- statusMessage
-
A service template version status message.
Type: String
Required: No
- supportedComponentSources
-
An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.
For more information about components, see AWS Proton components in the AWS Proton User Guide.
Type: Array of strings
Valid Values:
DIRECTLY_DEFINED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: