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({required String role, required List<ReplicationRule> rules})
ReplicationConfiguration.fromXml(XmlElement elem)
factory

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.
final
rules List<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.
final
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(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited