Table of Contents

Class ReplicationConfiguration

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

This class defines the configuration for replication.

public class ReplicationConfiguration
Inheritance
ReplicationConfiguration
Inherited Members

Constructors

ReplicationConfiguration()

public ReplicationConfiguration()

Properties

Role

Gets and sets the property Role.

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.

public string Role { get; set; }

Property Value

string

Rules

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

public List<ReplicationRule> Rules { get; set; }

Property Value

List<ReplicationRule>