@Stability(value=Stable) @Internal public static final class CfnPipelineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipelineProps
CfnPipelineProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnPipelineProps.Builder, CfnPipelineProps.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.
|
protected |
Jsii$Proxy(String roleArn,
Object stages,
Object artifactStore,
Object artifactStores,
Object disableInboundStageTransitions,
String name,
Object restartExecutionOnUpdate,
List<? extends CfnTag> tags)
Constructor that initializes the object based on literal property values passed by the
CfnPipelineProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getArtifactStore()
`AWS::CodePipeline::Pipeline.ArtifactStore`.
|
Object |
getArtifactStores()
`AWS::CodePipeline::Pipeline.ArtifactStores`.
|
Object |
getDisableInboundStageTransitions()
`AWS::CodePipeline::Pipeline.DisableInboundStageTransitions`.
|
String |
getName()
`AWS::CodePipeline::Pipeline.Name`.
|
Object |
getRestartExecutionOnUpdate()
`AWS::CodePipeline::Pipeline.RestartExecutionOnUpdate`.
|
String |
getRoleArn()
`AWS::CodePipeline::Pipeline.RoleArn`.
|
Object |
getStages()
`AWS::CodePipeline::Pipeline.Stages`.
|
List<CfnTag> |
getTags()
`AWS::CodePipeline::Pipeline.Tags`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(String roleArn, Object stages, Object artifactStore, Object artifactStores, Object disableInboundStageTransitions, String name, Object restartExecutionOnUpdate, List<? extends CfnTag> tags)
CfnPipelineProps.Builder
.public final String getRoleArn()
CfnPipelineProps
getRoleArn
in interface CfnPipelineProps
public final Object getStages()
CfnPipelineProps
getStages
in interface CfnPipelineProps
public final Object getArtifactStore()
CfnPipelineProps
getArtifactStore
in interface CfnPipelineProps
public final Object getArtifactStores()
CfnPipelineProps
getArtifactStores
in interface CfnPipelineProps
public final Object getDisableInboundStageTransitions()
CfnPipelineProps
getDisableInboundStageTransitions
in interface CfnPipelineProps
public final String getName()
CfnPipelineProps
getName
in interface CfnPipelineProps
public final Object getRestartExecutionOnUpdate()
CfnPipelineProps
getRestartExecutionOnUpdate
in interface CfnPipelineProps
public final List<CfnTag> getTags()
CfnPipelineProps
getTags
in interface CfnPipelineProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.