ComponentUpdateRequest
The component update request.
Contents
- componentTypeId
-
The ID of the component type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z_\.\-0-9:]+
Required: No
- 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 | DELETE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: