Creates a new predefined attribute for the specified Connect Customer instance
Source:R/connect_operations.R
connect_create_predefined_attribute.RdCreates a new predefined attribute for the specified Connect Customer instance. A predefined attribute is made up of a name and a value.
See https://www.paws-r-sdk.com/docs/connect_create_predefined_attribute/ for full documentation.
Usage
connect_create_predefined_attribute(
InstanceId,
Name,
Values = NULL,
Purposes = NULL,
AttributeConfiguration = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Name
[required] The name of the predefined attribute.
- Values
The values of the predefined attribute.
- Purposes
Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Connect Customer admin website.
- AttributeConfiguration
Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Connect Customer admin website.