Class BucketReplicationConfigurationRuleDestinationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketReplicationConfigurationRuleDestinationArgs : ResourceArgs
Constructors
View SourceBucketReplicationConfigurationRuleDestinationArgs()
Declaration
public BucketReplicationConfigurationRuleDestinationArgs()
Properties
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 Input<BucketReplicationConfigurationRuleDestinationAccessControlTranslationArgs> AccessControlTranslation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BucketReplicationConfigurationRuleDestinationAccessControlTranslationArgs> |
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> |
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> |
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> |
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> |