@Stability(value=Stable)
public static interface CfnBucket.SourceSelectionCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
You can choose to enable or disable the replication of these objects.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
SourceSelectionCriteriaProperty sourceSelectionCriteriaProperty = SourceSelectionCriteriaProperty.builder()
.replicaModifications(ReplicaModificationsProperty.builder()
.status("status")
.build())
.sseKmsEncryptedObjects(SseKmsEncryptedObjectsProperty.builder()
.status("status")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.SourceSelectionCriteriaProperty.Builder
A builder for
CfnBucket.SourceSelectionCriteriaProperty |
static class |
CfnBucket.SourceSelectionCriteriaProperty.Jsii$Proxy
An implementation for
CfnBucket.SourceSelectionCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.SourceSelectionCriteriaProperty.Builder |
builder() |
default Object |
getReplicaModifications()
A filter that you can specify for selection for modifications on replicas.
|
default Object |
getSseKmsEncryptedObjects()
A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.
|
@Stability(value=Stable) @Nullable default Object getReplicaModifications()
@Stability(value=Stable) @Nullable default Object getSseKmsEncryptedObjects()
@Stability(value=Stable) static CfnBucket.SourceSelectionCriteriaProperty.Builder builder()
Copyright © 2022. All rights reserved.