@Stability(value=Stable) @Internal public static final class CfnPipeline.OutputArtifactProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.OutputArtifactProperty
CfnPipeline.OutputArtifactPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnPipeline.OutputArtifactProperty.Builder, CfnPipeline.OutputArtifactProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPipeline.OutputArtifactProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPipeline.ActionDeclarationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getName()
The name of the output of an artifact, such as "My App".
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPipeline.OutputArtifactProperty.Builder builder)
CfnPipeline.ActionDeclarationProperty.Builder.public final String getName()
CfnPipeline.OutputArtifactPropertyThe output artifact name must exactly match the input artifact declared for a downstream action. However, the downstream action's input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.
Output artifact names must be unique within a pipeline.
getName in interface CfnPipeline.OutputArtifactProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.