CreateAttributeGroupRequest
Types
Properties
Link copied to clipboard
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
Link copied to clipboard
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
Link copied to clipboard
The description of the attribute group that the user provides.
Functions
Link copied to clipboard
inline fun copy(block: CreateAttributeGroupRequest.Builder.() -> Unit = {}): CreateAttributeGroupRequest