Uses of Class
software.amazon.awscdk.cxapi.CloudArtifact
Packages that use CloudArtifact
-
Uses of CloudArtifact in software.amazon.awscdk.cxapi
Subclasses of CloudArtifact in software.amazon.awscdk.cxapiModifier and TypeClassDescriptionclass
Asset manifest is a description of a set of assets which need to be built and published.class
Example:class
Asset manifest is a description of a set of assets which need to be built and published.class
Example:Methods in software.amazon.awscdk.cxapi that return CloudArtifactModifier and TypeMethodDescriptionstatic CloudArtifact
CloudArtifact.fromManifest
(CloudAssembly assembly, String id, ArtifactManifest artifact) Returns a subclass ofCloudArtifact
based on the artifact type defined in the artifact manifest.CloudAssembly.tryGetArtifact
(String id) Attempts to find an artifact with a specific identity.Methods in software.amazon.awscdk.cxapi that return types with arguments of type CloudArtifactModifier and TypeMethodDescriptionCloudAssembly.getArtifacts()
All artifacts included in this assembly.CloudArtifact.getDependencies()
Returns all the artifacts that this artifact depends on.