Class CfnDomainName.EndpointConfigurationProperty.Jsii$Proxy

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

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

  • Method Details

    • getTypes

      public final List<String> getTypes()
      Description copied from interface: CfnDomainName.EndpointConfigurationProperty
      A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).

      For an edge-optimized API and its custom domain name, the endpoint type is "EDGE" . For a regional API and its custom domain name, the endpoint type is REGIONAL . For a private API, the endpoint type is PRIVATE .

      Specified by:
      getTypes in interface CfnDomainName.EndpointConfigurationProperty
    • $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