Class CfnDataTablePropsMixin.LockVersionProperty
The lock version of the Data Table.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataTablePropsMixin.LockVersionProperty : CfnDataTablePropsMixin.ILockVersionProperty
Syntax (vb)
Public Class CfnDataTablePropsMixin.LockVersionProperty Implements CfnDataTablePropsMixin.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.CfnPropertyMixins.AWS.Connect;
var lockVersionProperty = new LockVersionProperty {
DataTable = "dataTable"
};
Synopsis
Constructors
| LockVersionProperty() | The lock version of the Data Table. |
Properties
| DataTable | The data table for the lock version. |
Constructors
LockVersionProperty()
The lock version of the Data Table.
public LockVersionProperty()
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.CfnPropertyMixins.AWS.Connect;
var lockVersionProperty = new LockVersionProperty {
DataTable = "dataTable"
};
Properties
DataTable
The data table for the lock version.
public string? DataTable { get; set; }