Uses of Interface
software.amazon.awscdk.services.s3.deployment.ISource
Package
Description
AWS S3 Deployment Construct Library
-
Uses of ISource in software.amazon.awscdk.services.s3.deployment
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISource
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic ISource
Uses a local asset as the deployment source.static ISource
Source.asset
(String path, AssetOptions options) Uses a local asset as the deployment source.static ISource
Uses a .zip file stored in an S3 bucket as the source for the destination bucket contents.static ISource
Deploys an object with the specified string contents into the bucket.static ISource
Deploys an object with the specified JSON object into the bucket.static ISource
Deploys an object with the specified JSON object formatted as YAML into the bucket.Modifier and TypeMethodDescriptionBucketDeploymentProps.getSources()
The sources from which to deploy the contents of this bucket.BucketDeploymentProps.Jsii$Proxy.getSources()
Modifier and TypeMethodDescriptionvoid
Add an additional source to the bucket deployment.Modifier and TypeMethodDescriptionThe sources from which to deploy the contents of this bucket.Sets the value ofBucketDeploymentProps.getSources()