interface TablePolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_s3tables.TablePolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#TablePolicyReference |
![]() | software.amazon.awscdk.services.s3tables.TablePolicyReference |
![]() | aws_cdk.aws_s3tables.TablePolicyReference |
![]() | aws-cdk-lib » aws_s3tables » TablePolicyReference |
A reference to a TablePolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3tables as s3tables } from 'aws-cdk-lib';
const tablePolicyReference: s3tables.TablePolicyReference = {
tableArn: 'tableArn',
};
Properties
Name | Type | Description |
---|---|---|
table | string | The TableARN of the TablePolicy resource. |
tableArn
Type:
string
The TableARN of the TablePolicy resource.