Show / Hide Table of Contents

Class CfnTableBucket.ReplicationDestinationProperty

A replication destination.

Inheritance
object
CfnTableBucket.ReplicationDestinationProperty
Implements
CfnTableBucket.IReplicationDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-replicationdestination.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-replicationdestination.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-replicationdestination.html#cfn-s3tables-tablebucket-replicationdestination-destinationtablebucketarn

Implements

CfnTableBucket.IReplicationDestinationProperty
Back to top Generated by DocFX