Show / Hide Table of Contents

Class BucketReplicationConfigurationRuleSourceSelectionCriteriaArgs

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

Constructors

View Source

BucketReplicationConfigurationRuleSourceSelectionCriteriaArgs()

Declaration
public BucketReplicationConfigurationRuleSourceSelectionCriteriaArgs()

Properties

View Source

SseKmsEncryptedObjects

Match SSE-KMS encrypted objects (documented below). If specified, replica_kms_key_id in destination must be specified as well.

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