| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default StorageClass |
BucketDeploymentProps.getStorageClass()
System-defined x-amz-storage-class metadata to be set on all objects in the deployment.
|
StorageClass |
BucketDeploymentProps.Jsii$Proxy.getStorageClass() |
static StorageClass |
StorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageClass[] |
StorageClass.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.storageClass(StorageClass storageClass)
Sets the value of
BucketDeploymentProps.getStorageClass() |
BucketDeployment.Builder |
BucketDeployment.Builder.storageClass(StorageClass storageClass)
System-defined x-amz-storage-class metadata to be set on all objects in the deployment.
|
Copyright © 2022. All rights reserved.