Show / Hide Table of Contents

Interface CfnDataTableAttribute.ILockVersionProperty

Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataTableAttribute.ILockVersionProperty
Syntax (vb)
Public Interface CfnDataTableAttribute.ILockVersionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatableattribute-lockversion.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 lockVersionProperty = new LockVersionProperty {
                 Attribute = "attribute",
                 DataTable = "dataTable"
             };

Synopsis

Properties

Attribute
DataTable

Properties

Attribute

string? Attribute { get; }
Property Value

string

Remarks

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

DataTable

string? DataTable { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX