Class to configure S3 bucket replication

Hierarchy

  • Construct
    • BucketReplication

Constructors

Properties

destinationBucket: IBucket
node: Node

The tree node.

Stability

stable

sourceBucket: IBucket

Methods

  • Parameters

    • destinationBucketName: string
    • destinationKeyArn: undefined | string
    • useExistingRoles: boolean
    • acceleratorPrefix: string

    Returns string

  • Returns a string representation of this construct.

    Stability

    stable

    Returns string

  • (deprecated) Checks if x is a construct.

    Returns

    true if x is an object created from a class which extends Construct.

    Deprecated

    use x instanceof Construct instead

    Parameters

    • x: any

      Any object.

    Returns x is Construct

Generated using TypeDoc