Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-predefinedattribute-attributeconfiguration.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-predefinedattribute-attributeconfiguration.html#cfn-connect-predefinedattribute-attributeconfiguration-enablevaluevalidationonassociation

Type union: either bool or IResolvable

IsReadOnly

Allows the predefined attribute to show up and be managed in the Amazon Connect UI.

object? IsReadOnly { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-predefinedattribute-attributeconfiguration.html#cfn-connect-predefinedattribute-attributeconfiguration-isreadonly

Type union: either bool or IResolvable

Back to top Generated by DocFX