Interface ContainerClusterDnsConfig

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

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

      • getClusterDns

        @Stability(Stable)
        @Nullable
        default String getClusterDns()
        Which in-cluster DNS provider should be used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#cluster_dns ContainerCluster#cluster_dns}

      • getClusterDnsDomain

        @Stability(Stable)
        @Nullable
        default String getClusterDnsDomain()
        The suffix used for all cluster service records.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#cluster_dns_domain ContainerCluster#cluster_dns_domain}

      • getClusterDnsScope

        @Stability(Stable)
        @Nullable
        default String getClusterDnsScope()
        The scope of access to cluster DNS records.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#cluster_dns_scope ContainerCluster#cluster_dns_scope}