Interface IApp.Jsii$Default

All Superinterfaces:
IApp, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IApp.Jsii$Proxy
Enclosing interface:
IApp

@Internal public static interface IApp.Jsii$Default extends IApp, IResource.Jsii$Default
Internal default implementation for IApp.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplify.alpha.IApp

    IApp.Jsii$Default, IApp.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IDependable

    software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

    IResource.Jsii$Default, IResource.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    (experimental) The application id.

    Methods inherited from interface software.constructs.IConstruct.Jsii$Default

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default

    getEnv

    Methods inherited from interface software.amazon.awscdk.IResource.Jsii$Default

    applyRemovalPolicy, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getAppId

      @Stability(Experimental) @NotNull default String getAppId()
      (experimental) The application id.
      Specified by:
      getAppId in interface IApp