Show / Hide Table of Contents

Class BucketReplicationConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketReplicationConfigurationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketReplicationConfigurationArgs : ResourceArgs

Constructors

View Source

BucketReplicationConfigurationArgs()

Declaration
public BucketReplicationConfigurationArgs()

Properties

View Source

Role

The ARN of the IAM role for Amazon S3 to assume when replicating the objects.

Declaration
public Input<string> Role { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Rules

Specifies the rules managing the replication (documented below).

Declaration
public InputList<BucketReplicationConfigurationRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<BucketReplicationConfigurationRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.