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 classA builder forCfnPredefinedAttribute.AttributeConfigurationPropertystatic final classAn 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.Returns union: either
BooleanorIResolvable- See Also:
-
getIsReadOnly
Allows the predefined attribute to show up and be managed in the Amazon Connect UI.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-