| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UserDefinedObjectMetadata.Jsii$Proxy
An implementation for
UserDefinedObjectMetadata |
| Modifier and Type | Method and Description |
|---|---|
UserDefinedObjectMetadata |
UserDefinedObjectMetadata.Builder.build()
Builds the configured instance.
|
default UserDefinedObjectMetadata |
BucketDeploymentProps.getMetadata()
(experimental) User-defined object metadata to be set on all objects in the deployment.
|
UserDefinedObjectMetadata |
BucketDeploymentProps.Jsii$Proxy.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeployment.Builder |
BucketDeployment.Builder.metadata(UserDefinedObjectMetadata metadata)
(experimental) User-defined object metadata to be set on all objects in the deployment.
|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.metadata(UserDefinedObjectMetadata metadata)
Sets the value of
BucketDeploymentProps.getMetadata() |
| Constructor and Description |
|---|
Jsii$Proxy(IBucket destinationBucket,
List<? extends ISource> sources,
List<? extends CacheControl> cacheControl,
String contentDisposition,
String contentEncoding,
String contentLanguage,
String contentType,
String destinationKeyPrefix,
IDistribution distribution,
List<String> distributionPaths,
Expiration expires,
Number memoryLimit,
UserDefinedObjectMetadata metadata,
Boolean prune,
Boolean retainOnDelete,
IRole role,
ServerSideEncryption serverSideEncryption,
String serverSideEncryptionAwsKmsKeyId,
String serverSideEncryptionCustomerAlgorithm,
StorageClass storageClass,
IVpc vpc,
SubnetSelection vpcSubnets,
String websiteRedirectLocation)
Constructor that initializes the object based on literal property values passed by the
BucketDeploymentProps.Builder. |
Copyright © 2021. All rights reserved.