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 name of the pipeline.
    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 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
  • 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

      protected Jsii$Proxy(CfnPipelineProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnPipelineProps.Builder.
  • Method Details

    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnPipelineProps
      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 .
      Specified by:
      getRoleArn in interface CfnPipelineProps
    • getStages

      public final Object getStages()
      Description copied from interface: CfnPipelineProps
      Represents information about a stage and its definition.
      Specified by:
      getStages in interface CfnPipelineProps
    • getArtifactStore

      public final Object getArtifactStore()
      Description copied from interface: CfnPipelineProps
      The S3 bucket where artifacts for the pipeline are stored.

      You must include either artifactStore or artifactStores in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores .

      Specified by:
      getArtifactStore in interface CfnPipelineProps
    • getArtifactStores

      public final Object getArtifactStores()
      Description copied from interface: CfnPipelineProps
      A mapping of artifactStore objects 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 artifactStore or artifactStores in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores .

      Specified by:
      getArtifactStores in interface CfnPipelineProps
    • getDisableInboundStageTransitions

      public final Object getDisableInboundStageTransitions()
      Description copied from interface: CfnPipelineProps
      Represents the input of a DisableStageTransition action.
      Specified by:
      getDisableInboundStageTransitions in interface CfnPipelineProps
    • getName

      public final String getName()
      Description copied from interface: CfnPipelineProps
      The name of the pipeline.
      Specified by:
      getName in interface CfnPipelineProps
    • getRestartExecutionOnUpdate

      public final Object getRestartExecutionOnUpdate()
      Description copied from interface: CfnPipelineProps
      Indicates whether to rerun the CodePipeline pipeline after you update it.
      Specified by:
      getRestartExecutionOnUpdate in interface CfnPipelineProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnPipelineProps
      Specifies the tags applied to the pipeline.
      Specified by:
      getTags in interface CfnPipelineProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object