Class BucketReplicationConfigurationGetArgs
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 BucketReplicationConfigurationGetArgs : ResourceArgs
Constructors
View SourceBucketReplicationConfigurationGetArgs()
Declaration
public BucketReplicationConfigurationGetArgs()
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<BucketReplicationConfigurationRuleGetArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BucketReplicationConfigurationRuleGetArgs> |