Show / Hide Table of Contents

Class BucketReplicationConfigurationRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketReplicationConfigurationRuleArgs
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 BucketReplicationConfigurationRuleArgs : ResourceArgs

Constructors

View Source

BucketReplicationConfigurationRuleArgs()

Declaration
public BucketReplicationConfigurationRuleArgs()

Properties

View Source

Destination

Specifies the destination for the rule (documented below).

Declaration
public Input<BucketReplicationConfigurationRuleDestinationArgs> Destination { get; set; }
Property Value
Type Description
Input<BucketReplicationConfigurationRuleDestinationArgs>
View Source

Filter

Filter that identifies subset of objects to which the replication rule applies (documented below).

Declaration
public Input<BucketReplicationConfigurationRuleFilterArgs> Filter { get; set; }
Property Value
Type Description
Input<BucketReplicationConfigurationRuleFilterArgs>
View Source

Id

Unique identifier for the rule.

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

Prefix

Object keyname prefix identifying one or more objects to which the rule applies.

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

Priority

is optional (with a default value of 0) but must be unique between multiple rules

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SourceSelectionCriteria

Specifies special object selection criteria (documented below).

Declaration
public Input<BucketReplicationConfigurationRuleSourceSelectionCriteriaArgs> SourceSelectionCriteria { get; set; }
Property Value
Type Description
Input<BucketReplicationConfigurationRuleSourceSelectionCriteriaArgs>
View Source

Status

The status of the rule. Either Enabled or Disabled. The rule is ignored if status is not Enabled.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.