Class AppProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class AppProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppProps
An implementation for AppProps
  • 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(AppProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AppProps.Builder.
  • Method Details

    • getAppName

      public final String getAppName()
      Description copied from interface: AppProps
      (experimental) The name for the application.

      Default: - a CDK generated name

      Specified by:
      getAppName in interface AppProps
    • getAutoBranchCreation

      public final AutoBranchCreation getAutoBranchCreation()
      Description copied from interface: AppProps
      (experimental) The auto branch creation configuration.

      Use this to automatically create branches that match a certain pattern.

      Default: - no auto branch creation

      Specified by:
      getAutoBranchCreation in interface AppProps
    • getAutoBranchDeletion

      public final Boolean getAutoBranchDeletion()
      Description copied from interface: AppProps
      (experimental) Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository.

      Default: false

      Specified by:
      getAutoBranchDeletion in interface AppProps
    • getBasicAuth

      public final BasicAuth getBasicAuth()
      Description copied from interface: AppProps
      (experimental) The Basic Auth configuration.

      Use this to set password protection at an app level to all your branches.

      Default: - no password protection

      Specified by:
      getBasicAuth in interface AppProps
    • getBuildSpec

      public final BuildSpec getBuildSpec()
      Description copied from interface: AppProps
      (experimental) BuildSpec for the application.

      Alternatively, add a amplify.yml file to the repository.

      Default: - no build spec

      Specified by:
      getBuildSpec in interface AppProps
      See Also:
    • getCustomResponseHeaders

      public final List<CustomResponseHeader> getCustomResponseHeaders()
      Description copied from interface: AppProps
      (experimental) The custom HTTP response headers for an Amplify app.

      Default: - no custom response headers

      Specified by:
      getCustomResponseHeaders in interface AppProps
      See Also:
    • getCustomRules

      public final List<CustomRule> getCustomRules()
      Description copied from interface: AppProps
      (experimental) Custom rewrite/redirect rules for the application.

      Default: - no custom rewrite/redirect rules

      Specified by:
      getCustomRules in interface AppProps
    • getDescription

      public final String getDescription()
      Description copied from interface: AppProps
      (experimental) A description for the application.

      Default: - no description

      Specified by:
      getDescription in interface AppProps
    • getEnvironmentVariables

      public final Map<String,String> getEnvironmentVariables()
      Description copied from interface: AppProps
      (experimental) Environment variables for the application.

      All environment variables that you add are encrypted to prevent rogue access so you can use them to store secret information.

      Default: - no environment variables

      Specified by:
      getEnvironmentVariables in interface AppProps
    • getRole

      public final IRole getRole()
      Description copied from interface: AppProps
      (experimental) The IAM service role to associate with the application.

      The App implements IGrantable.

      Default: - a new role is created

      Specified by:
      getRole in interface AppProps
    • getSourceCodeProvider

      public final ISourceCodeProvider getSourceCodeProvider()
      Description copied from interface: AppProps
      (experimental) The source code provider for this application.

      Default: - not connected to a source code provider

      Specified by:
      getSourceCodeProvider in interface AppProps
    • $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