Class CfnService.CodeConfigurationProperty.Jsii$Proxy

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

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

    • getConfigurationSource

      public final String getConfigurationSource()
      Description copied from interface: CfnService.CodeConfigurationProperty
      The source of the App Runner configuration. Values are interpreted as follows:.

      • REPOSITORY – App Runner reads configuration values from the apprunner.yaml file in the source code repository and ignores CodeConfigurationValues .
      • API – App Runner uses configuration values provided in CodeConfigurationValues and ignores the apprunner.yaml file in the source code repository.
      Specified by:
      getConfigurationSource in interface CfnService.CodeConfigurationProperty
    • getCodeConfigurationValues

      public final Object getCodeConfigurationValues()
      Description copied from interface: CfnService.CodeConfigurationProperty
      The basic configuration for building and running the App Runner service.

      Use it to quickly launch an App Runner service without providing a apprunner.yaml file in the source code repository (or ignoring the file if it exists).

      Specified by:
      getCodeConfigurationValues in interface CfnService.CodeConfigurationProperty
    • $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