Show / Hide Table of Contents

Class CfnPredefinedAttribute.AttributeConfigurationProperty

Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.

Inheritance
object
CfnPredefinedAttribute.AttributeConfigurationProperty
Implements
CfnPredefinedAttribute.IAttributeConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPredefinedAttribute.AttributeConfigurationProperty : CfnPredefinedAttribute.IAttributeConfigurationProperty
Syntax (vb)
Public Class CfnPredefinedAttribute.AttributeConfigurationProperty Implements CfnPredefinedAttribute.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.AWS.Connect;

             var attributeConfigurationProperty = new AttributeConfigurationProperty {
                 EnableValueValidationOnAssociation = false,
                 IsReadOnly = false
             };

Synopsis

Constructors

AttributeConfigurationProperty()

Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.

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.

Constructors

AttributeConfigurationProperty()

Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.

public AttributeConfigurationProperty()
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.AWS.Connect;

             var attributeConfigurationProperty = new AttributeConfigurationProperty {
                 EnableValueValidationOnAssociation = false,
                 IsReadOnly = false
             };

Properties

EnableValueValidationOnAssociation

Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.

public object? EnableValueValidationOnAssociation { get; set; }
Property Value

object

Remarks

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

IsReadOnly

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

public object? IsReadOnly { get; set; }
Property Value

object

Remarks

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

Implements

CfnPredefinedAttribute.IAttributeConfigurationProperty
Back to top Generated by DocFX