@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.613Z") @Stability(value=Experimental) public interface ArtifactManifest extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArtifactManifest.Builder
A builder for
ArtifactManifest |
static class |
ArtifactManifest.Jsii$Proxy
An implementation for
ArtifactManifest |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactManifest.Builder |
builder() |
default List<String> |
getDependencies()
(experimental) IDs of artifacts that must be deployed before this artifact.
|
default String |
getDisplayName()
(experimental) A string that represents this artifact.
|
default String |
getEnvironment()
(experimental) The environment into which this artifact is deployed.
|
default Map<String,List<MetadataEntry>> |
getMetadata()
(experimental) Associated metadata.
|
default Object |
getProperties()
(experimental) The set of properties for this artifact (depends on type).
|
ArtifactType |
getType()
(experimental) The type of artifact.
|
@Stability(value=Experimental) @NotNull ArtifactType getType()
@Stability(value=Experimental) @Nullable default List<String> getDependencies()
Default: - no dependencies.
@Stability(value=Experimental) @Nullable default String getDisplayName()
Should only be used in user interfaces.
Default: - no display name
@Stability(value=Experimental) @Nullable default String getEnvironment()
Default: - no envrionment.
@Stability(value=Experimental) @Nullable default Map<String,List<MetadataEntry>> getMetadata()
Default: - no metadata.
@Stability(value=Experimental) @Nullable default Object getProperties()
Default: - no properties.
@Stability(value=Experimental) static ArtifactManifest.Builder builder()
ArtifactManifest.Builder of ArtifactManifestCopyright © 2021. All rights reserved.