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 TypeInterfaceDescriptioninterfaceArtifact properties for the Asset Manifest.Classes in software.amazon.awscdk.cloud_assembly_schema that implement AssetManifestOptionsModifier and TypeClassDescriptionstatic final classAn implementation forAssetManifestOptionsstatic final classAn implementation forAssetManifestPropertiesMethods in software.amazon.awscdk.cloud_assembly_schema that return AssetManifestOptionsModifier and TypeMethodDescriptionAssetManifestOptions.Builder.build()Builds the configured instance.