| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Class and Description |
|---|
| BucketDeployment
(experimental) `BucketDeployment` populates an S3 bucket with the contents of .zip files from other S3 buckets or from local disk.
|
| BucketDeployment.Builder
(experimental) A fluent builder for
BucketDeployment. |
| BucketDeploymentProps
(experimental) Properties for `BucketDeployment`.
|
| BucketDeploymentProps.Builder
A builder for
BucketDeploymentProps |
| CacheControl
(experimental) Used for HTTP cache-control header, which influences downstream caches.
|
| DeploymentSourceContext
(experimental) Bind context for ISources.
|
| DeploymentSourceContext.Builder
A builder for
DeploymentSourceContext |
| ISource
(experimental) Represents a source for bucket deployments.
|
| ServerSideEncryption
(experimental) Indicates whether server-side encryption is enabled for the object, and whether that encryption is from the AWS Key Management Service (AWS KMS) or from Amazon S3 managed encryption (SSE-S3).
|
| SourceConfig
(experimental) Source information.
|
| SourceConfig.Builder
A builder for
SourceConfig |
| StorageClass
(experimental) Storage class used for storing the object.
|
| UserDefinedObjectMetadata
(experimental) Custom user defined metadata.
|
| UserDefinedObjectMetadata.Builder
A builder for
UserDefinedObjectMetadata |
Copyright © 2021. All rights reserved.