Show / Hide Table of Contents

Class BucketReplicationConfigurationRuleDestinationArgs

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

Constructors

View Source

BucketReplicationConfigurationRuleDestinationArgs()

Declaration
public BucketReplicationConfigurationRuleDestinationArgs()

Properties

View Source

AccessControlTranslation

Specifies the overrides to use for object owners on replication. Must be used in conjunction with account_id owner override configuration.

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

AccountId

The Account ID to use for overriding the object owner on replication. Must be used in conjunction with access_control_translation override configuration.

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

Bucket

The ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.

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

ReplicaKmsKeyId

Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with sse_kms_encrypted_objects source selection criteria.

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

StorageClass

The class of storage used to store the object. Can be STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE.

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