Uses of Interface
software.amazon.awscdk.cloud_assembly_schema.AssetManifestOptions
Packages that use AssetManifestOptions
Package
Description
AWS Cloud Development Kit Library
Cloud Assembly Schema
-
Uses of AssetManifestOptions in software.amazon.awscdk
Methods in software.amazon.awscdk with parameters of type AssetManifestOptionsModifier and TypeMethodDescriptionAssetManifestBuilder.emitManifest
(Stack stack, ISynthesisSession session, AssetManifestOptions options) Write the manifest to disk, and add it to the synthesis session.AssetManifestBuilder.emitManifest
(Stack stack, ISynthesisSession session, AssetManifestOptions options, List<String> dependencies) Write the manifest to disk, and add it to the synthesis session. -
Uses of AssetManifestOptions in software.amazon.awscdk.cloud_assembly_schema
Subinterfaces of AssetManifestOptions in software.amazon.awscdk.cloud_assembly_schemaModifier and TypeInterfaceDescriptioninterface
Artifact properties for the Asset Manifest.Classes in software.amazon.awscdk.cloud_assembly_schema that implement AssetManifestOptionsModifier and TypeClassDescriptionstatic final class
An implementation forAssetManifestOptions
static final class
An implementation forAssetManifestProperties
Methods in software.amazon.awscdk.cloud_assembly_schema that return AssetManifestOptionsModifier and TypeMethodDescriptionAssetManifestOptions.Builder.build()
Builds the configured instance.