stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.S3ReplicationConfiguration

Description

ReplicationConfiguration is a property of the AWS::S3::Bucket resource that specifies replication rules and the AWS Identity and Access Management (IAM) role Amazon Simple Storage Service (Amazon S3) uses to replicate objects.

Synopsis

Documentation

data S3ReplicationConfiguration Source #

Full data type definition for S3ReplicationConfiguration. See s3ReplicationConfiguration for a more convenient constructor.

Instances

srcRole :: Lens' S3ReplicationConfiguration (Val Text) Source #

The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Cross-Region Replication in the Amazon Simple Storage Service Developer Guide.

srcRules :: Lens' S3ReplicationConfiguration [S3ReplicationConfigurationRule] Source #

A replication rule that specifies which objects to replicate and where they are stored.