Struct aws_sdk_rust::aws::s3::bucket::ReplicationConfiguration [] [src]

pub struct ReplicationConfiguration {
    pub rules: ReplicationRules,
    pub role: Role,
}

Container for replication rules. You can add as many as 1,000 rules. Total replication configuration size can be up to 2 MB.

Fields

Container for information about a particular replication rule. Replication configuration must have at least one rule and can contain up to 1,000 rules.

Amazon Resource Name (ARN) of an IAM role for Amazon S3 to assume when replicating the objects.

Trait Implementations

impl Debug for ReplicationConfiguration
[src]

Formats the value using the given formatter.

impl Default for ReplicationConfiguration
[src]

Returns the "default value" for a type. Read more

impl Decodable for ReplicationConfiguration
[src]

Deserialize a value using a Decoder.

impl Encodable for ReplicationConfiguration
[src]

Serialize a value using an Encoder.