Change
An object that contains the ChangeType
, Details
, and
Entity
.
Contents
- ChangeName
-
Optional name for the change.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 72.
Pattern:
^[a-zA-Z]$
Required: No
- ChangeType
-
Change types are single string values that describe your intention for the change. Each change type is unique for each
EntityType
provided in the change's scope.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[A-Z][\w]*$
Required: Yes
- Details
-
This object contains details specific to the change type of the requested change.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 16384.
Pattern:
^[\s]*\{[\s\S]*\}[\s]*$
Required: Yes
- Entity
-
The entity to be changed.
Type: Entity object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: