Uses of Interface
software.amazon.awscdk.services.ec2.InitSourceOptions
Packages that use InitSourceOptions
-
Uses of InitSourceOptions in software.amazon.awscdk.services.ec2
Subinterfaces of InitSourceOptions in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
Additional options for an InitSource that builds an asset from local files.Classes in software.amazon.awscdk.services.ec2 that implement InitSourceOptionsModifier and TypeClassDescriptionstatic final class
An implementation forInitSourceAssetOptions
static final class
An implementation forInitSourceOptions
Methods in software.amazon.awscdk.services.ec2 that return InitSourceOptionsModifier and TypeMethodDescriptionInitSourceOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type InitSourceOptionsModifier and TypeMethodDescriptionstatic InitSource
InitSource.fromExistingAsset
(String targetDirectory, Asset asset, InitSourceOptions options) Extract a directory from an existing directory asset.static InitSource
InitSource.fromGitHub
(String targetDirectory, String owner, String repo, String refSpec, InitSourceOptions options) Extract a GitHub branch into a given directory.static InitSource
InitSource.fromS3Object
(String targetDirectory, IBucket bucket, String key, InitSourceOptions options) Extract an archive stored in an S3 bucket into the given directory.static InitSource
InitSource.fromUrl
(String targetDirectory, String url, InitSourceOptions options) Retrieve a URL and extract it into the given directory.