@Stability(value=Stable) @Internal public static final class CfnPipelineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipelineProps
CfnPipelinePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPipelineProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPipelineProps.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 |
getArtifactStore()
The S3 bucket where artifacts for the pipeline are stored.
|
Object |
getArtifactStores()
A mapping of `artifactStore` objects and their corresponding AWS Regions.
|
Object |
getDisableInboundStageTransitions()
Represents the input of a `DisableStageTransition` action.
|
String |
getName()
The name of the pipeline.
|
Object |
getRestartExecutionOnUpdate()
Indicates whether to rerun the CodePipeline pipeline after you update it.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with no `actionRoleArn` , or to use to assume roles for actions with an `actionRoleArn` .
|
Object |
getStages()
Represents information about a stage and its definition.
|
List<CfnTag> |
getTags()
Specifies the tags applied to the pipeline.
|
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(CfnPipelineProps.Builder builder)
CfnPipelineProps.Builder.public final String getRoleArn()
CfnPipelinePropsgetRoleArn in interface CfnPipelinePropspublic final Object getStages()
CfnPipelinePropsgetStages in interface CfnPipelinePropspublic final Object getArtifactStore()
CfnPipelineProps
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
getArtifactStore in interface CfnPipelinePropspublic final Object getArtifactStores()
CfnPipelinePropsThere must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
getArtifactStores in interface CfnPipelinePropspublic final Object getDisableInboundStageTransitions()
CfnPipelinePropsgetDisableInboundStageTransitions in interface CfnPipelinePropspublic final String getName()
CfnPipelinePropsgetName in interface CfnPipelinePropspublic final Object getRestartExecutionOnUpdate()
CfnPipelinePropsgetRestartExecutionOnUpdate in interface CfnPipelinePropspublic final List<CfnTag> getTags()
CfnPipelinePropsgetTags in interface CfnPipelineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.