Skip to main content

IS3ReplicationConfiguration

Interface in AWS.S3

Interface for ReplicationConfiguration documents.

Properties

Role

property Role: TARN

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects.

Rules

property Rules: TS3ReplicationRules

Type: TS3ReplicationRules

List of replication rules.

Methods

ToString

function ToString: string;

Convert to string.

Returns

A string containing the XML representation.

ToXML

function ToXML: IXMLDocument;

Convert to XML.

Returns

An XML representation.