| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ServerSideEncryption |
BucketDeploymentProps.getServerSideEncryption()
System-defined x-amz-server-side-encryption metadata to be set on all objects in the deployment.
|
ServerSideEncryption |
BucketDeploymentProps.Jsii$Proxy.getServerSideEncryption() |
static ServerSideEncryption |
ServerSideEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSideEncryption[] |
ServerSideEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption)
Sets the value of
BucketDeploymentProps.getServerSideEncryption() |
BucketDeployment.Builder |
BucketDeployment.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption)
System-defined x-amz-server-side-encryption metadata to be set on all objects in the deployment.
|
Copyright © 2022. All rights reserved.