Interface DnsRecordSetRoutingPolicy

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DnsRecordSetRoutingPolicy.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.082Z")
    @Stability(Stable)
    public interface DnsRecordSetRoutingPolicy
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEnableGeoFencing

        @Stability(Stable)
        @Nullable
        default Object getEnableGeoFencing()
        Specifies whether to enable fencing for geo queries.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#enable_geo_fencing DnsRecordSet#enable_geo_fencing}

      • getGeo

        @Stability(Stable)
        @Nullable
        default Object getGeo()
        geo block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#geo DnsRecordSet#geo}

      • getPrimaryBackup

        @Stability(Stable)
        @Nullable
        default DnsRecordSetRoutingPolicyPrimaryBackup getPrimaryBackup()
        primary_backup block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#primary_backup DnsRecordSet#primary_backup}

      • getWrr

        @Stability(Stable)
        @Nullable
        default Object getWrr()
        wrr block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_record_set#wrr DnsRecordSet#wrr}