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: