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
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
Remarks
DataTable
string? DataTable { get; }