Interface DnsPolicyNetworks

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

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

      • getNetworkUrl

        @Stability(Stable)
        @NotNull
        String getNetworkUrl()
        The id or fully qualified URL of the VPC network to forward queries to.

        This should be formatted like 'projects/{project}/global/networks/{network}' or 'https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_policy#network_url DnsPolicy#network_url}