Class BucketReplicationConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketReplicationConfigurationArgs : ResourceArgs
Constructors
View SourceBucketReplicationConfigurationArgs()
Declaration
public BucketReplicationConfigurationArgs()
Properties
View SourceRole
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> |
Rules
Specifies the rules managing the replication (documented below).
Declaration
public InputList<BucketReplicationConfigurationRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketReplicationConfigurationRuleArgs> |