@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.034Z") @Stability(value=Experimental) public class CloudArtifact extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
CloudArtifact(CloudAssembly assembly,
String id,
ArtifactManifest manifest) |
protected |
CloudArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudArtifact(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataEntryResult> |
findMetadataByType(String type) |
static CloudArtifact |
fromManifest(CloudAssembly assembly,
String id,
ArtifactManifest artifact)
(experimental) Returns a subclass of `CloudArtifact` based on the artifact type defined in the artifact manifest.
|
CloudAssembly |
getAssembly() |
List<CloudArtifact> |
getDependencies()
(experimental) Returns all the artifacts that this artifact depends on.
|
String |
getHierarchicalId()
(experimental) An identifier that shows where this artifact is located in the tree of nested assemblies, based on their manifests.
|
String |
getId() |
ArtifactManifest |
getManifest()
(experimental) The artifact's manifest.
|
List<SynthesisMessage> |
getMessages()
(experimental) The set of messages extracted from the artifact's metadata.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudArtifact(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected CloudArtifact(@NotNull
CloudAssembly assembly,
@NotNull
String id,
@NotNull
ArtifactManifest manifest)
assembly - This parameter is required.id - This parameter is required.manifest - This parameter is required.@Stability(value=Experimental) @Nullable public static CloudArtifact fromManifest(@NotNull CloudAssembly assembly, @NotNull String id, @NotNull ArtifactManifest artifact)
assembly - The cloud assembly from which to load the artifact. This parameter is required.id - The artifact ID. This parameter is required.artifact - The artifact manifest. This parameter is required.@Stability(value=Experimental) @NotNull public List<MetadataEntryResult> findMetadataByType(@NotNull String type)
type - This parameter is required.@Stability(value=Experimental) @NotNull public CloudAssembly getAssembly()
@Stability(value=Experimental) @NotNull public List<CloudArtifact> getDependencies()
@Stability(value=Experimental) @NotNull public String getHierarchicalId()
Defaults to the normal id. Should only be used in user interfaces.
@Stability(value=Experimental) @NotNull public String getId()
@Stability(value=Experimental) @NotNull public ArtifactManifest getManifest()
@Stability(value=Experimental) @NotNull public List<SynthesisMessage> getMessages()
Copyright © 2021. All rights reserved.