| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISource.Jsii$Default
Internal default implementation for
ISource. |
| Modifier and Type | Method and Description |
|---|---|
static ISource |
Source.asset(String path)
(experimental) Uses a local asset as the deployment source.
|
static ISource |
Source.asset(String path,
AssetOptions options)
(experimental) Uses a local asset as the deployment source.
|
static ISource |
Source.bucket(IBucket bucket,
String zipObjectKey)
(experimental) Uses a .zip file stored in an S3 bucket as the source for the destination bucket contents.
|
static ISource |
Source.data(String objectKey,
String data)
(experimental) Deploys an object with the specified string contents into the bucket.
|
static ISource |
Source.jsonData(String objectKey,
Object obj)
(experimental) Deploys an object with the specified JSON object into the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISource> |
BucketDeploymentProps.getSources()
(experimental) The sources from which to deploy the contents of this bucket.
|
List<ISource> |
BucketDeploymentProps.Jsii$Proxy.getSources() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.sources(List<? extends ISource> sources)
Sets the value of
BucketDeploymentProps.getSources() |
BucketDeployment.Builder |
BucketDeployment.Builder.sources(List<? extends ISource> sources)
(experimental) The sources from which to deploy the contents of this bucket.
|
Copyright © 2022. All rights reserved.