Class AddGitHubStageOptions.Jsii$Proxy

    • Constructor Detail

      • 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.
    • Method Detail

      • getStackCapabilities

        public final List<StackCapabilities> getStackCapabilities()
        Description copied from interface: AddGitHubStageOptions
        In some cases, you must explicitly acknowledge that your CloudFormation stack template contains certain capabilities in order for CloudFormation to create the stack.

        If insufficiently specified, CloudFormation returns an InsufficientCapabilities error.

        Default: ['CAPABILITY_IAM']

        Specified by:
        getStackCapabilities in interface AddGitHubStageOptions
      • getPost

        public final List<software.amazon.awscdk.pipelines.Step> getPost()
        Specified by:
        getPost in interface software.amazon.awscdk.pipelines.AddStageOpts
      • getPre

        public final List<software.amazon.awscdk.pipelines.Step> getPre()
        Specified by:
        getPre in interface software.amazon.awscdk.pipelines.AddStageOpts
      • getStackSteps

        public final List<software.amazon.awscdk.pipelines.StackSteps> getStackSteps()
        Specified by:
        getStackSteps in interface software.amazon.awscdk.pipelines.AddStageOpts
      • $jsii$toJson

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

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