@Stability(value=Stable) @Internal public static final class CfnPipeline.ActionDeclarationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.ActionDeclarationProperty
CfnPipeline.ActionDeclarationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnPipeline.ActionDeclarationProperty.Builder, CfnPipeline.ActionDeclarationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPipeline.ActionDeclarationProperty.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) |
Object |
getActionTypeId()
Specifies the action type and the provider of the action.
|
Object |
getConfiguration()
The action's configuration.
|
Object |
getInputArtifacts()
The name or ID of the artifact consumed by the action, such as a test or build artifact.
|
String |
getName()
The action declaration's name.
|
String |
getNamespace()
The variable namespace associated with the action.
|
Object |
getOutputArtifacts()
The name or ID of the result of the action declaration, such as a test or build artifact.
|
String |
getRegion()
The action declaration's AWS Region, such as us-east-1.
|
String |
getRoleArn()
The ARN of the IAM service role that performs the declared action.
|
Number |
getRunOrder()
The order in which actions are run.
|
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.ActionDeclarationProperty.Builder builder)
CfnPipeline.ActionDeclarationProperty.Builder.public final Object getActionTypeId()
CfnPipeline.ActionDeclarationPropertygetActionTypeId in interface CfnPipeline.ActionDeclarationPropertypublic final String getName()
CfnPipeline.ActionDeclarationPropertygetName in interface CfnPipeline.ActionDeclarationPropertypublic final Object getConfiguration()
CfnPipeline.ActionDeclarationPropertyThese are key-value pairs that specify input values for an action. For more information, see Action Structure Requirements in CodePipeline . For the list of configuration properties for the AWS CloudFormation action type in CodePipeline, see Configuration Properties Reference in the AWS CloudFormation User Guide . For template snippets with examples, see Using Parameter Override Functions with CodePipeline Pipelines in the AWS CloudFormation User Guide .
The values can be represented in either JSON or YAML format. For example, the JSON configuration item format is as follows:
JSON:
"Configuration" : { Key : Value },
getConfiguration in interface CfnPipeline.ActionDeclarationPropertypublic final Object getInputArtifacts()
CfnPipeline.ActionDeclarationProperty
For a CodeBuild action with multiple input artifacts, one of your input sources must be designated the PrimarySource. For more information, see the CodeBuild action reference page in the AWS CodePipeline User Guide .
getInputArtifacts in interface CfnPipeline.ActionDeclarationPropertypublic final String getNamespace()
CfnPipeline.ActionDeclarationPropertyAll variables produced as output by this action fall under this namespace.
getNamespace in interface CfnPipeline.ActionDeclarationPropertypublic final Object getOutputArtifacts()
CfnPipeline.ActionDeclarationPropertygetOutputArtifacts in interface CfnPipeline.ActionDeclarationPropertypublic final String getRegion()
CfnPipeline.ActionDeclarationPropertygetRegion in interface CfnPipeline.ActionDeclarationPropertypublic final String getRoleArn()
CfnPipeline.ActionDeclarationPropertyThis is assumed through the roleArn for the pipeline.
getRoleArn in interface CfnPipeline.ActionDeclarationPropertypublic final Number getRunOrder()
CfnPipeline.ActionDeclarationPropertygetRunOrder in interface CfnPipeline.ActionDeclarationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.