Show / Hide Table of Contents

Class CfnDataTableAttribute.EnumProperty

Inheritance
object
CfnDataTableAttribute.EnumProperty
Implements
CfnDataTableAttribute.IEnumProperty
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 CfnDataTableAttribute.EnumProperty : CfnDataTableAttribute.IEnumProperty
Syntax (vb)
Public Class CfnDataTableAttribute.EnumProperty Implements CfnDataTableAttribute.IEnumProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatableattribute-enum.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 enumProperty = new EnumProperty {
                 Strict = false,
                 Values = new [] { "values" }
             };

Synopsis

Constructors

EnumProperty()

Properties

Strict
Values

Constructors

EnumProperty()

public EnumProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatableattribute-enum.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 enumProperty = new EnumProperty {
                 Strict = false,
                 Values = new [] { "values" }
             };

Properties

Strict

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatableattribute-enum.html#cfn-connect-datatableattribute-enum-strict

Type union: either bool or IResolvable

Values

public string[]? Values { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatableattribute-enum.html#cfn-connect-datatableattribute-enum-values

Implements

CfnDataTableAttribute.IEnumProperty
Back to top Generated by DocFX