Skip to main content

cdk-s3-bucketreplication

Project description

CDK Construct for S3 Bucket Replication

A CDK Construct for S3 Bucket Replication. Can handle cross-account replication.

const sourceBucket = new Bucket(this, 'SourceBucket', {
  versioned: true,
});
const destinationBucket = new Bucket(this, 'DestinationBucket', {
  versioned: true,
});

new BucketReplication(this, 'BucketReplication', {
  sourceBucket,
  destinationBucket,
  replicationDestinationProperties: {
    storageClass: ReplicationDestinationStorageClass.STANDARD_IA,
  },
});

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-s3-bucketreplication-0.0.7.tar.gz (36.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cdk_s3_bucketreplication-0.0.7-py3-none-any.whl (39.7 kB view details)

Uploaded Python 3

File details

Details for the file cdk-s3-bucketreplication-0.0.7.tar.gz.

File metadata

  • Download URL: cdk-s3-bucketreplication-0.0.7.tar.gz
  • Upload date:
  • Size: 36.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.9

File hashes

Hashes for cdk-s3-bucketreplication-0.0.7.tar.gz
Algorithm Hash digest
SHA256 e1b0200f69d0d23b641333a809fb4bd2d18dfe97220e78a2675d156a71c89724
MD5 f556ea58bc2a49091f6252b326bebaa3
BLAKE2b-256 f4ee49f30f851a99ab76e0c4fbf2d2e5c8c84b277524711a5b823c3e662d190f

See more details on using hashes here.

File details

Details for the file cdk_s3_bucketreplication-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: cdk_s3_bucketreplication-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 39.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.9

File hashes

Hashes for cdk_s3_bucketreplication-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 15c2847e934c35b335f15ad109812831a47ed15bdfcd8f0cfe5efe7fc78ce8a0
MD5 46203b7849aafc18088d80b5075b7871
BLAKE2b-256 251d54e9446d436e65c61951d30ac39030f454035b3028a8364a494565ec99b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page