Show / Hide Table of Contents

Class BucketReplicationConfigurationRuleDestination

Inheritance
System.Object
BucketReplicationConfigurationRuleDestination
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 BucketReplicationConfigurationRuleDestination

Fields

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 readonly BucketReplicationConfigurationRuleDestinationAccessControlTranslation AccessControlTranslation
Field Value
Type Description
BucketReplicationConfigurationRuleDestinationAccessControlTranslation
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 readonly string AccountId
Field Value
Type Description
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 readonly string Bucket
Field Value
Type Description
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 readonly string ReplicaKmsKeyId
Field Value
Type Description
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 readonly string StorageClass
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.