1. Packages
  2. Netlify Provider
  3. API Docs
  4. getDnsZone
netlify 0.2.2 published on Friday, Mar 7, 2025 by netlify

netlify.getDnsZone

Explore with Pulumi AI

netlify logo
netlify 0.2.2 published on Friday, Mar 7, 2025 by netlify

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as netlify from "@pulumi/netlify";
    
    const example = netlify.getDnsZone({
        name: "example.com",
    });
    
    import pulumi
    import pulumi_netlify as netlify
    
    example = netlify.get_dns_zone(name="example.com")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/netlify/netlify"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := netlify.LookupDnsZone(ctx, &netlify.LookupDnsZoneArgs{
    			Name: pulumi.StringRef("example.com"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Netlify = Pulumi.Netlify;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Netlify.GetDnsZone.Invoke(new()
        {
            Name = "example.com",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.netlify.NetlifyFunctions;
    import com.pulumi.netlify.inputs.GetDnsZoneArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = NetlifyFunctions.getDnsZone(GetDnsZoneArgs.builder()
                .name("example.com")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: netlify:getDnsZone
          arguments:
            name: example.com
    

    Using getDnsZone

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDnsZone(args: GetDnsZoneArgs, opts?: InvokeOptions): Promise<GetDnsZoneResult>
    function getDnsZoneOutput(args: GetDnsZoneOutputArgs, opts?: InvokeOptions): Output<GetDnsZoneResult>
    def get_dns_zone(id: Optional[str] = None,
                     name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDnsZoneResult
    def get_dns_zone_output(id: Optional[pulumi.Input[str]] = None,
                     name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetDnsZoneResult]
    func LookupDnsZone(ctx *Context, args *LookupDnsZoneArgs, opts ...InvokeOption) (*LookupDnsZoneResult, error)
    func LookupDnsZoneOutput(ctx *Context, args *LookupDnsZoneOutputArgs, opts ...InvokeOption) LookupDnsZoneResultOutput

    > Note: This function is named LookupDnsZone in the Go SDK.

    public static class GetDnsZone 
    {
        public static Task<GetDnsZoneResult> InvokeAsync(GetDnsZoneArgs args, InvokeOptions? opts = null)
        public static Output<GetDnsZoneResult> Invoke(GetDnsZoneInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDnsZoneResult> getDnsZone(GetDnsZoneArgs args, InvokeOptions options)
    public static Output<GetDnsZoneResult> getDnsZone(GetDnsZoneArgs args, InvokeOptions options)
    
    fn::invoke:
      function: netlify:index/getDnsZone:getDnsZone
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    Name string
    Id string
    The ID of this resource.
    Name string
    id String
    The ID of this resource.
    name String
    id string
    The ID of this resource.
    name string
    id str
    The ID of this resource.
    name str
    id String
    The ID of this resource.
    name String

    getDnsZone Result

    The following output properties are available:

    DnsServers List<string>
    Domain GetDnsZoneDomain
    Id string
    The ID of this resource.
    Name string
    Records List<GetDnsZoneRecord>
    TeamId string
    TeamSlug string
    DnsServers []string
    Domain GetDnsZoneDomain
    Id string
    The ID of this resource.
    Name string
    Records []GetDnsZoneRecord
    TeamId string
    TeamSlug string
    dnsServers List<String>
    domain GetDnsZoneDomain
    id String
    The ID of this resource.
    name String
    records List<GetDnsZoneRecord>
    teamId String
    teamSlug String
    dnsServers string[]
    domain GetDnsZoneDomain
    id string
    The ID of this resource.
    name string
    records GetDnsZoneRecord[]
    teamId string
    teamSlug string
    dnsServers List<String>
    domain Property Map
    id String
    The ID of this resource.
    name String
    records List<Property Map>
    teamId String
    teamSlug String

    Supporting Types

    GetDnsZoneDomain

    AutoRenew bool
    AutoRenewAt string
    ExpiresAt string
    Id string
    Name string
    RegisteredAt string
    RenewalPrice string
    AutoRenew bool
    AutoRenewAt string
    ExpiresAt string
    Id string
    Name string
    RegisteredAt string
    RenewalPrice string
    autoRenew Boolean
    autoRenewAt String
    expiresAt String
    id String
    name String
    registeredAt String
    renewalPrice String
    autoRenew boolean
    autoRenewAt string
    expiresAt string
    id string
    name string
    registeredAt string
    renewalPrice string
    autoRenew Boolean
    autoRenewAt String
    expiresAt String
    id String
    name String
    registeredAt String
    renewalPrice String

    GetDnsZoneRecord

    Flag double
    Hostname string
    Id string
    Priority double
    Tag string
    Ttl double
    Type string
    Value string
    Flag float64
    Hostname string
    Id string
    Priority float64
    Tag string
    Ttl float64
    Type string
    Value string
    flag Double
    hostname String
    id String
    priority Double
    tag String
    ttl Double
    type String
    value String
    flag number
    hostname string
    id string
    priority number
    tag string
    ttl number
    type string
    value string
    flag float
    hostname str
    id str
    priority float
    tag str
    ttl float
    type str
    value str
    flag Number
    hostname String
    id String
    priority Number
    tag String
    ttl Number
    type String
    value String

    Package Details

    Repository
    netlify netlify/terraform-provider-netlify
    License
    Notes
    This Pulumi package is based on the netlify Terraform Provider.
    netlify logo
    netlify 0.2.2 published on Friday, Mar 7, 2025 by netlify