Show / Hide Table of Contents

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 Source

Prefix

Object keyname prefix that identifies subset of objects to which the rule applies.

Declaration
public readonly string Prefix
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.