Class CfnService.IngressConfigurationProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnService.IngressConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.IngressConfigurationProperty
  • Constructor Details

  • Method Details

    • getIsPubliclyAccessible

      public final Object getIsPubliclyAccessible()
      Description copied from interface: CfnService.IngressConfigurationProperty
      Specifies whether your App Runner service is publicly accessible.

      To make the service publicly accessible set it to True . To make the service privately accessible, from only within an Amazon VPC set it to False .

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