Class CfnPipelineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipelineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipelineProps
@Stability(Stable)
@Internal
public static final class CfnPipelineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipelineProps
An implementation for
CfnPipelineProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipelineProps
CfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe S3 bucket where artifacts for the pipeline are stored.final ObjectA mapping ofartifactStoreobjects and their corresponding AWS Regions.final ObjectRepresents the input of aDisableStageTransitionaction.final StringgetName()The name of the pipeline.final ObjectIndicates whether to rerun the CodePipeline pipeline after you update it.final StringThe Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with noactionRoleArn, or to use to assume roles for actions with anactionRoleArn.final ObjectRepresents information about a stage and its definition.getTags()Specifies the tags applied to the pipeline.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnPipelinePropsThe Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with noactionRoleArn, or to use to assume roles for actions with anactionRoleArn.- Specified by:
getRoleArnin interfaceCfnPipelineProps
-
getStages
Description copied from interface:CfnPipelinePropsRepresents information about a stage and its definition.- Specified by:
getStagesin interfaceCfnPipelineProps
-
getArtifactStore
Description copied from interface:CfnPipelinePropsThe S3 bucket where artifacts for the pipeline are stored.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.- Specified by:
getArtifactStorein interfaceCfnPipelineProps
-
getArtifactStores
Description copied from interface:CfnPipelinePropsA mapping ofartifactStoreobjects and their corresponding AWS Regions.There 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.- Specified by:
getArtifactStoresin interfaceCfnPipelineProps
-
getDisableInboundStageTransitions
Description copied from interface:CfnPipelinePropsRepresents the input of aDisableStageTransitionaction.- Specified by:
getDisableInboundStageTransitionsin interfaceCfnPipelineProps
-
getName
Description copied from interface:CfnPipelinePropsThe name of the pipeline.- Specified by:
getNamein interfaceCfnPipelineProps
-
getRestartExecutionOnUpdate
Description copied from interface:CfnPipelinePropsIndicates whether to rerun the CodePipeline pipeline after you update it.- Specified by:
getRestartExecutionOnUpdatein interfaceCfnPipelineProps
-
getTags
Description copied from interface:CfnPipelinePropsSpecifies the tags applied to the pipeline.- Specified by:
getTagsin interfaceCfnPipelineProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-