Uses of Interface
software.amazon.awscdk.cloud_assembly_schema.ArtifactManifest
Packages that use ArtifactManifest
Package
Description
Cloud Assembly Schema
Cloud Executable API
-
Uses of ArtifactManifest in software.amazon.awscdk.cloud_assembly_schema
Classes in software.amazon.awscdk.cloud_assembly_schema that implement ArtifactManifestMethods in software.amazon.awscdk.cloud_assembly_schema that return ArtifactManifestModifier and TypeMethodDescriptionArtifactManifest.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cloud_assembly_schema that return types with arguments of type ArtifactManifestModifier and TypeMethodDescriptiondefault Map<String, ArtifactManifest> AssemblyManifest.getArtifacts()The set of artifacts in this assembly.final Map<String, ArtifactManifest> AssemblyManifest.Jsii$Proxy.getArtifacts()Method parameters in software.amazon.awscdk.cloud_assembly_schema with type arguments of type ArtifactManifestModifier and TypeMethodDescriptionAssemblyManifest.Builder.artifacts(Map<String, ? extends ArtifactManifest> artifacts) Sets the value ofAssemblyManifest.getArtifacts() -
Uses of ArtifactManifest in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi that return ArtifactManifestMethods in software.amazon.awscdk.cxapi with parameters of type ArtifactManifestModifier and TypeMethodDescriptionvoidCloudAssemblyBuilder.addArtifact(String id, ArtifactManifest manifest) Adds an artifact into the cloud assembly.static CloudArtifactCloudArtifact.fromManifest(CloudAssembly assembly, String id, ArtifactManifest artifact) Returns a subclass ofCloudArtifactbased on the artifact type defined in the artifact manifest.Constructors in software.amazon.awscdk.cxapi with parameters of type ArtifactManifestModifierConstructorDescriptionAssetManifestArtifact(CloudAssembly assembly, String name, ArtifactManifest artifact) protectedCloudArtifact(CloudAssembly assembly, String id, ArtifactManifest manifest) CloudFormationStackArtifact(CloudAssembly assembly, String artifactId, ArtifactManifest artifact) NestedCloudAssemblyArtifact(CloudAssembly assembly, String name, ArtifactManifest artifact) TreeCloudArtifact(CloudAssembly assembly, String name, ArtifactManifest artifact)