interface CfnTablePolicyProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_s3tables.CfnTablePolicyProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnTablePolicyProps |
![]() | software.amazon.awscdk.services.s3tables.CfnTablePolicyProps |
![]() | aws_cdk.aws_s3tables.CfnTablePolicyProps |
![]() | aws-cdk-lib » aws_s3tables » CfnTablePolicyProps |
Properties for defining a CfnTablePolicy
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html
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';
declare const resourcePolicy: any;
const cfnTablePolicyProps: s3tables.CfnTablePolicyProps = {
resourcePolicy: resourcePolicy,
tableArn: 'tableArn',
};
Properties
Name | Type | Description |
---|---|---|
resource | any | |
table | string | The Amazon Resource Name (ARN) of the specified table. |
resourcePolicy
Type:
any
tableArn
Type:
string
The Amazon Resource Name (ARN) of the specified table.