Class CfnDataTableAttribute.EnumProperty
Implements
Inherited Members
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
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
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; }