| 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.
|
| 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 |
|---|---|
BucketDeployment.Builder |
BucketDeployment.Builder.sources(List<? extends ISource> sources)
(experimental) The sources from which to deploy the contents of this bucket.
|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.sources(List<? extends ISource> sources)
Sets the value of
BucketDeploymentProps.getSources() |
| 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.