Interface CfnPredefinedAttributePropsMixin.IAttributeConfigurationProperty
Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPredefinedAttributePropsMixin.IAttributeConfigurationProperty
Syntax (vb)
Public Interface CfnPredefinedAttributePropsMixin.IAttributeConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins;
var attributeConfigurationProperty = new AttributeConfigurationProperty {
EnableValueValidationOnAssociation = false,
IsReadOnly = false
};
Synopsis
Properties
| EnableValueValidationOnAssociation | Enables customers to enforce strict validation on the specific values that this predefined attribute can hold. |
| IsReadOnly | Allows the predefined attribute to show up and be managed in the Amazon Connect UI. |
Properties
EnableValueValidationOnAssociation
Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
object? EnableValueValidationOnAssociation { get; }
Property Value
Remarks
IsReadOnly
Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
object? IsReadOnly { get; }