public abstract class CloudFormationAction
extends software.amazon.awscdk.services.codepipeline.DeployAction
| Modifier | Constructor and Description |
|---|---|
protected |
CloudFormationAction(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.codepipeline.Artifact |
getArtifact()
Output artifact containing the CloudFormation call response
Only present if configured by passing `outputFileName`.
|
void |
setArtifact(software.amazon.awscdk.services.codepipeline.Artifact value)
Output artifact containing the CloudFormation call response
Only present if configured by passing `outputFileName`.
|
addChild, addInputArtifact, addOutputArtifact, getCategory, getConfiguration, getProvider, getRunOrder, onStateChange, onStateChange, onStateChange, render, setRunOrder, validateaddError, addInfo, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getMetadata, getName, getParent, getPath, lock, requireContext, required, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validateTreeprotected CloudFormationAction(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public software.amazon.awscdk.services.codepipeline.Artifact getArtifact()
public void setArtifact(@Nullable software.amazon.awscdk.services.codepipeline.Artifact value)
Copyright © 2018. All rights reserved.