Interface DnsResponsePolicyNetworks

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

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

      • getNetworkUrl

        @Stability(Stable)
        @NotNull
        String getNetworkUrl()
        The fully qualified URL of the VPC network to bind to. This should be formatted like '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_response_policy#network_url DnsResponsePolicy#network_url}