interface LockVersionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnDataTableAttribute.LockVersionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnDataTableAttribute_LockVersionProperty |
Java | software.amazon.awscdk.services.connect.CfnDataTableAttribute.LockVersionProperty |
Python | aws_cdk.aws_connect.CfnDataTableAttribute.LockVersionProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnDataTableAttribute » LockVersionProperty |
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-lib';
const lockVersionProperty: connect.CfnDataTableAttribute.LockVersionProperty = {
attribute: 'attribute',
dataTable: 'dataTable',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute? | string | |
| data | string |
attribute?
Type:
string
(optional)
dataTable?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript