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 SourceAccessControlTranslation
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 |
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 |
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 |
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 |
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 |