Class: Aws::S3::Types::SourceSelectionCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::SourceSelectionCriteria
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass SourceSelectionCriteria data as a hash:
{
sse_kms_encrypted_objects: {
status: "Enabled", # required, accepts Enabled, Disabled
},
}
Container for filters that define which source objects should be replicated.
Instance Attribute Summary collapse
-
#sse_kms_encrypted_objects ⇒ Types::SseKmsEncryptedObjects
Container for filter information of selection of KMS Encrypted S3 objects.
Instance Attribute Details
#sse_kms_encrypted_objects ⇒ Types::SseKmsEncryptedObjects
Container for filter information of selection of KMS Encrypted S3 objects.
8134 8135 8136 8137 |
# File 'lib/aws-sdk-s3/types.rb', line 8134 class SourceSelectionCriteria < Struct.new( :sse_kms_encrypted_objects) include Aws::Structure end |