interface ReplicationDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3Tables.CfnTableBucketPropsMixin.ReplicationDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3tables#CfnTableBucketPropsMixin_ReplicationDestinationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTableBucketPropsMixin.ReplicationDestinationProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3tables.CfnTableBucketPropsMixin.ReplicationDestinationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3tables » CfnTableBucketPropsMixin » ReplicationDestinationProperty |
A replication destination.
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/cfn-property-mixins';
const replicationDestinationProperty: s3tables.CfnTableBucketPropsMixin.ReplicationDestinationProperty = {
destinationTableBucketArn: 'destinationTableBucketArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | The ARN of the destination table bucket. |
destinationTableBucketArn?
Type:
string
(optional)
The ARN of the destination table bucket.

.NET
Go
Java
Python
TypeScript