interface ReplicationDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.S3Tables.CfnTableBucket.ReplicationDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnTableBucket_ReplicationDestinationProperty |
Java | software.amazon.awscdk.services.s3tables.CfnTableBucket.ReplicationDestinationProperty |
Python | aws_cdk.aws_s3tables.CfnTableBucket.ReplicationDestinationProperty |
TypeScript | aws-cdk-lib » aws_s3tables » CfnTableBucket » 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-lib';
const replicationDestinationProperty: s3tables.CfnTableBucket.ReplicationDestinationProperty = {
destinationTableBucketArn: 'destinationTableBucketArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | The ARN of the destination table bucket. |
destinationTableBucketArn
Type:
string
The ARN of the destination table bucket.

.NET
Go
Java
Python
TypeScript