Class BucketReplicationConfiguration
Inheritance
System.Object
BucketReplicationConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketReplicationConfiguration
Fields
View SourceRole
The ARN of the IAM role for Amazon S3 to assume when replicating the objects.
Declaration
public readonly string Role
Field Value
| Type | Description |
|---|---|
| System.String |
Rules
Specifies the rules managing the replication (documented below).
Declaration
public readonly ImmutableArray<BucketReplicationConfigurationRule> Rules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<BucketReplicationConfigurationRule> |