interface LockVersionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnDataTablePropsMixin.LockVersionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnDataTablePropsMixin_LockVersionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataTablePropsMixin.LockVersionProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnDataTablePropsMixin.LockVersionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnDataTablePropsMixin » LockVersionProperty |
The lock version of the Data Table.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const lockVersionProperty: connect.CfnDataTablePropsMixin.LockVersionProperty = {
dataTable: 'dataTable',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The data table for the lock version. |
dataTable?
Type:
string
(optional)
The data table for the lock version.

.NET
Go
Java
Python
TypeScript