| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Class and Description |
|---|
| BucketDeployment
`BucketDeployment` populates an S3 bucket with the contents of .zip files from other S3 buckets or from local disk.
|
| BucketDeployment.Builder
A fluent builder for
BucketDeployment. |
| BucketDeploymentProps
Properties for `BucketDeployment`.
|
| BucketDeploymentProps.Builder
A builder for
BucketDeploymentProps |
| CacheControl
Used for HTTP cache-control header, which influences downstream caches.
|
| DeploymentSourceContext
Bind context for ISources.
|
| DeploymentSourceContext.Builder
A builder for
DeploymentSourceContext |
| ISource
Represents a source for bucket deployments.
|
| ISource.Jsii$Default
Internal default implementation for
ISource. |
| ServerSideEncryption
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
Source information.
|
| SourceConfig.Builder
A builder for
SourceConfig |
| StorageClass
Storage class used for storing the object.
|
| UserDefinedObjectMetadata
Custom user defined metadata.
|
| UserDefinedObjectMetadata.Builder
A builder for
UserDefinedObjectMetadata |
Copyright © 2022. All rights reserved.