Class ConnectionSourceOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.ConnectionSourceOptions.Jsii$Proxy
All Implemented Interfaces:
ConnectionSourceOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ConnectionSourceOptions

@Stability(Stable) @Internal public static final class ConnectionSourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionSourceOptions
An implementation for ConnectionSourceOptions
  • 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.pipelines.ConnectionSourceOptions

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ConnectionSourceOptions.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 String
    The action name used for this source in the CodePipeline.
    final Boolean
    If this is set, the next CodeBuild job clones the repository (instead of CodePipeline downloading the files).
    final String
    The ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.
    final Boolean
    Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.
    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