Uses of Class
software.amazon.awscdk.services.cloudfront.ImportSource
Packages that use ImportSource
-
Uses of ImportSource in software.amazon.awscdk.services.cloudfront
Subclasses of ImportSource in software.amazon.awscdk.services.cloudfrontModifier and TypeClassDescriptionclassAn import source from a local file.classAn import source from an S3 object.Methods in software.amazon.awscdk.services.cloudfront that return ImportSourceModifier and TypeMethodDescriptionstatic ImportSourceAn import source that exists as a local file.static ImportSourceImportSource.fromAsset(String path, AssetOptions options) An import source that exists as a local file.static ImportSourceImportSource.fromBucket(IBucket bucket, String key) An import source that exists as an object in an S3 bucket.default ImportSourceKeyValueStoreProps.getSource()The import source for the Key Value Store.final ImportSourceKeyValueStoreProps.Jsii$Proxy.getSource()Methods in software.amazon.awscdk.services.cloudfront with parameters of type ImportSourceModifier and TypeMethodDescriptionKeyValueStore.Builder.source(ImportSource source) The import source for the Key Value Store.KeyValueStoreProps.Builder.source(ImportSource source) Sets the value ofKeyValueStoreProps.getSource()