Show / Hide Table of Contents

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 Source

Role

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
View Source

Rules

Specifies the rules managing the replication (documented below).

Declaration
public readonly ImmutableArray<BucketReplicationConfigurationRule> Rules
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<BucketReplicationConfigurationRule>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.