@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.036Z") @Stability(value=Experimental) public class NestedCloudAssemblyArtifact extends CloudArtifact
| Modifier and Type | Class and Description |
|---|---|
static class |
NestedCloudAssemblyArtifact.Builder
(experimental) A fluent builder for
NestedCloudAssemblyArtifact. |
| Modifier | Constructor and Description |
|---|---|
|
NestedCloudAssemblyArtifact(CloudAssembly assembly,
String name,
ArtifactManifest artifact) |
protected |
NestedCloudAssemblyArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NestedCloudAssemblyArtifact(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectoryName()
(experimental) The relative directory name of the asset manifest.
|
String |
getDisplayName()
(experimental) Display name.
|
String |
getFullPath()
(experimental) Full path to the nested assembly directory.
|
CloudAssembly |
getNestedAssembly()
(experimental) The nested Assembly.
|
findMetadataByType, fromManifest, getAssembly, getDependencies, getHierarchicalId, getId, getManifest, getMessagesjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected NestedCloudAssemblyArtifact(software.amazon.jsii.JsiiObjectRef objRef)
protected NestedCloudAssemblyArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public NestedCloudAssemblyArtifact(@NotNull
CloudAssembly assembly,
@NotNull
String name,
@NotNull
ArtifactManifest artifact)
assembly - This parameter is required.name - This parameter is required.artifact - This parameter is required.@Stability(value=Experimental) @NotNull public String getDirectoryName()
@Stability(value=Experimental) @NotNull public String getDisplayName()
@Stability(value=Experimental) @NotNull public String getFullPath()
@Stability(value=Experimental) @NotNull public CloudAssembly getNestedAssembly()
Copyright © 2021. All rights reserved.