Class BucketReplicationConfigurationRuleFilter
Inheritance
System.Object
BucketReplicationConfigurationRuleFilter
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 BucketReplicationConfigurationRuleFilter
Fields
View SourcePrefix
Object keyname prefix that identifies subset of objects to which the rule applies.
Declaration
public readonly string Prefix
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags that identifies subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |