public static final class CfnPipeline.ActionDeclarationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.ActionDeclarationProperty
CfnPipeline.ActionDeclarationProperty
CfnPipeline.ActionDeclarationProperty.Builder, CfnPipeline.ActionDeclarationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getActionTypeId()
Specifies the action type and the provider of the action.
|
java.lang.Object |
getConfiguration()
The action's configuration.
|
java.lang.Object |
getInputArtifacts()
The name or ID of the artifact consumed by the action, such as a test or build artifact.
|
java.lang.String |
getName()
The action declaration's name.
|
java.lang.String |
getNamespace()
The variable namespace associated with the action.
|
java.lang.Object |
getOutputArtifacts()
The name or ID of the result of the action declaration, such as a test or build artifact.
|
java.lang.String |
getRegion()
The action declaration's AWS Region, such as us-east-1.
|
java.lang.String |
getRoleArn()
The ARN of the IAM service role that performs the declared action.
|
java.lang.Number |
getRunOrder()
The order in which actions are run.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getActionTypeId()
CfnPipeline.ActionDeclarationProperty
getActionTypeId
in interface CfnPipeline.ActionDeclarationProperty
public final java.lang.String getName()
CfnPipeline.ActionDeclarationProperty
getName
in interface CfnPipeline.ActionDeclarationProperty
public final java.lang.Object getConfiguration()
CfnPipeline.ActionDeclarationProperty
These 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.ActionDeclarationProperty
public final java.lang.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.ActionDeclarationProperty
public final java.lang.String getNamespace()
CfnPipeline.ActionDeclarationProperty
All variables produced as output by this action fall under this namespace.
getNamespace
in interface CfnPipeline.ActionDeclarationProperty
public final java.lang.Object getOutputArtifacts()
CfnPipeline.ActionDeclarationProperty
getOutputArtifacts
in interface CfnPipeline.ActionDeclarationProperty
public final java.lang.String getRegion()
CfnPipeline.ActionDeclarationProperty
getRegion
in interface CfnPipeline.ActionDeclarationProperty
public final java.lang.String getRoleArn()
CfnPipeline.ActionDeclarationProperty
This is assumed through the roleArn for the pipeline.
getRoleArn
in interface CfnPipeline.ActionDeclarationProperty
public final java.lang.Number getRunOrder()
CfnPipeline.ActionDeclarationProperty
getRunOrder
in interface CfnPipeline.ActionDeclarationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()