Package software.aws

Class ApplicationStage

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    public class ApplicationStage
    extends software.amazon.awscdk.Stage
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.awscdk.Stage

        software.amazon.awscdk.Stage.Builder
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ApplicationStage​(software.constructs.Construct scope, java.lang.String id, @Nullable software.amazon.awscdk.StageProps props)  
    • Method Summary

      • Methods inherited from class software.amazon.awscdk.Stage

        getAccount, getArtifactId, getAssetOutdir, getOutdir, getParentStage, getRegion, getStageName, isStage, of, synth, synth
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • ApplicationStage

        protected ApplicationStage​(software.constructs.Construct scope,
                                   java.lang.String id,
                                   @Nullable
                                   @Nullable software.amazon.awscdk.StageProps props)