Interface CfnPredefinedAttribute.AttributeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPredefinedAttribute.AttributeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPredefinedAttribute
@Stability(Stable)
public static interface CfnPredefinedAttribute.AttributeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.connect.*; AttributeConfigurationProperty attributeConfigurationProperty = AttributeConfigurationProperty.builder() .enableValueValidationOnAssociation(false) .isReadOnly(false) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPredefinedAttribute.AttributeConfigurationProperty
static final class
An implementation forCfnPredefinedAttribute.AttributeConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableValueValidationOnAssociation
Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.- See Also:
-
getIsReadOnly
Allows the predefined attribute to show up and be managed in the Amazon Connect UI.- See Also:
-
builder
-