ReplicationConfiguration class
A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
Constructors
- ReplicationConfiguration(String? role, ReplicationRule? rules)
- ReplicationConfiguration.fromXml(XmlElement xml)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- role ↔ String?
-
The Amazon Resource Name (ARN) of the AWS 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 Simple Storage Service Developer Guide.
getter/setter pair
- rules ↔ ReplicationRule?
-
A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
) → XmlNode
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited