Class CfnTableBucket.ReplicationDestinationProperty
A replication destination.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.S3Tables
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTableBucket.ReplicationDestinationProperty : CfnTableBucket.IReplicationDestinationProperty
Syntax (vb)
Public Class CfnTableBucket.ReplicationDestinationProperty Implements CfnTableBucket.IReplicationDestinationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3Tables;
var replicationDestinationProperty = new ReplicationDestinationProperty {
DestinationTableBucketArn = "destinationTableBucketArn"
};
Synopsis
Constructors
| ReplicationDestinationProperty() | A replication destination. |
Properties
| DestinationTableBucketArn | The ARN of the destination table bucket. |
Constructors
ReplicationDestinationProperty()
A replication destination.
public ReplicationDestinationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3Tables;
var replicationDestinationProperty = new ReplicationDestinationProperty {
DestinationTableBucketArn = "destinationTableBucketArn"
};
Properties
DestinationTableBucketArn
The ARN of the destination table bucket.
public string DestinationTableBucketArn { get; set; }