Class GrantDelegationOptions.Jsii$Proxy

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

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

    • getDelegatedZoneNames

      public final List<String> getDelegatedZoneNames()
      Description copied from interface: GrantDelegationOptions
      List of hosted zone names to allow delegation to in the grant permissions.

      If the delegated zone name contains an unresolved token, it must resolve to a zone name that satisfies the requirements according to the documentation: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/specifying-conditions-route53.html#route53_rrset_conditionkeys_normalization

      All letters must be lowercase. The DNS name must be without the trailing dot. Characters other than a–z, 0–9, - (hyphen), _ (underscore), and . (period, as a delimiter between labels) must use escape codes in the format \three-digit octal code. For example, \052 is the octal code for character *.

      Default: the grant allows delegation to any hosted zone

      Specified by:
      getDelegatedZoneNames in interface GrantDelegationOptions
    • $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