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 TypeClassDescriptionclassAsset manifest is a description of a set of assets which need to be built and published.classExample:classAsset manifest is a description of a set of assets which need to be built and published.classExample:Methods in software.amazon.awscdk.cxapi that return CloudArtifactModifier and TypeMethodDescriptionstatic CloudArtifactCloudArtifact.fromManifest(CloudAssembly assembly, String id, ArtifactManifest artifact) Returns a subclass ofCloudArtifactbased 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.