@Internal public static interface IStageHost.Jsii$Default extends IStageHost
IStageHost.IStageHost.Jsii$Default, IStageHost.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default void |
publishAsset(AssetPublishingCommand command)
(experimental) Make sure all the assets from the given manifest are published.
|
default Artifact |
stackOutputArtifact(String stackArtifactId)
(experimental) Return the Artifact the given stack has to emit its outputs into, if any.
|
@Stability(value=Experimental)
default void publishAsset(@NotNull
AssetPublishingCommand command)
publishAsset in interface IStageHostcommand - This parameter is required.@Stability(value=Experimental) @Nullable default Artifact stackOutputArtifact(@NotNull String stackArtifactId)
stackOutputArtifact in interface IStageHoststackArtifactId - This parameter is required.Copyright © 2021. All rights reserved.