Interface DnsResponsePolicyRuleLocalDataLocalDatas

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

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

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        For example, www.example.com.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#name DnsResponsePolicyRule#name}

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        One of valid DNS resource types.

        Possible values: ["A", "AAAA", "CAA", "CNAME", "DNSKEY", "DS", "HTTPS", "IPSECVPNKEY", "MX", "NAPTR", "NS", "PTR", "SOA", "SPF", "SRV", "SSHFP", "SVCB", "TLSA", "TXT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#type DnsResponsePolicyRule#type}

      • getRrdatas

        @Stability(Stable)
        @Nullable
        default List<String> getRrdatas()
        As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#rrdatas DnsResponsePolicyRule#rrdatas}

      • getTtl

        @Stability(Stable)
        @Nullable
        default Number getTtl()
        Number of seconds that this ResourceRecordSet can be cached by resolvers.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#ttl DnsResponsePolicyRule#ttl}