CompositeComponentUpdateRequest
An object that sets information about the composite component update request.
Contents
- description
 - 
               
The description of the component type.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
.*Required: No
 - propertyGroupUpdates
 - 
               
The property group updates.
Type: String to ComponentPropertyGroupRequest object map
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
[a-zA-Z_\-0-9]+Required: No
 - propertyUpdates
 - 
               
An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
Type: String to PropertyRequest object map
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
[a-zA-Z_\-0-9]+Required: No
 - updateType
 - 
               
The update type of the component update request.
Type: String
Valid Values:
CREATE | UPDATE | DELETERequired: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: