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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipelineProps

    CfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The S3 bucket where artifacts for the pipeline are stored.
    final Object
    A mapping of artifactStore objects and their corresponding AWS Regions.
    final Object
    Represents the input of a DisableStageTransition action.
    final String
    The method that the pipeline will use to handle multiple executions.
    final String
    The name of the pipeline.
    final String
    CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
    final Object
    Indicates whether to rerun the CodePipeline pipeline after you update it.
    final String
    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 .
    final Object
    Represents information about a stage and its definition.
    final List<CfnTag>
    Specifies the tags applied to the pipeline.
    final Object
    The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
    final Object
    A list that defines the pipeline variables for a pipeline resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait