1. Packages
  2. Dnsimple Provider
  3. API Docs
  4. getZone
DNSimple v4.4.0 published on Wednesday, Jul 9, 2025 by Pulumi

dnsimple.getZone

Explore with Pulumi AI

dnsimple logo
DNSimple v4.4.0 published on Wednesday, Jul 9, 2025 by Pulumi

    Using getZone

    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 getZone(args: GetZoneArgs, opts?: InvokeOptions): Promise<GetZoneResult>
    function getZoneOutput(args: GetZoneOutputArgs, opts?: InvokeOptions): Output<GetZoneResult>
    def get_zone(name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetZoneResult
    def get_zone_output(name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetZoneResult]
    func LookupZone(ctx *Context, args *LookupZoneArgs, opts ...InvokeOption) (*LookupZoneResult, error)
    func LookupZoneOutput(ctx *Context, args *LookupZoneOutputArgs, opts ...InvokeOption) LookupZoneResultOutput

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

    public static class GetZone 
    {
        public static Task<GetZoneResult> InvokeAsync(GetZoneArgs args, InvokeOptions? opts = null)
        public static Output<GetZoneResult> Invoke(GetZoneInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZoneResult> getZone(GetZoneArgs args, InvokeOptions options)
    public static Output<GetZoneResult> getZone(GetZoneArgs args, InvokeOptions options)
    
    fn::invoke:
      function: dnsimple:index/getZone:getZone
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getZone Result

    The following output properties are available:

    AccountId int
    Id int
    Name string
    Reverse bool
    AccountId int
    Id int
    Name string
    Reverse bool
    accountId Integer
    id Integer
    name String
    reverse Boolean
    accountId number
    id number
    name string
    reverse boolean
    account_id int
    id int
    name str
    reverse bool
    accountId Number
    id Number
    name String
    reverse Boolean

    Package Details

    Repository
    DNSimple pulumi/pulumi-dnsimple
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dnsimple Terraform Provider.
    dnsimple logo
    DNSimple v4.4.0 published on Wednesday, Jul 9, 2025 by Pulumi