1. Packages
  2. Exoscale
  3. API Docs
  4. getDomain
Exoscale v0.52.3 published on Monday, Sep 18, 2023 by Pulumiverse

exoscale.getDomain

Explore with Pulumi AI

exoscale logo
Exoscale v0.52.3 published on Monday, Sep 18, 2023 by Pulumiverse

    Using getDomain

    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 getDomain(args: GetDomainArgs, opts?: InvokeOptions): Promise<GetDomainResult>
    function getDomainOutput(args: GetDomainOutputArgs, opts?: InvokeOptions): Output<GetDomainResult>
    def get_domain(name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDomainResult
    def get_domain_output(name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDomainResult]
    func LookupDomain(ctx *Context, args *LookupDomainArgs, opts ...InvokeOption) (*LookupDomainResult, error)
    func LookupDomainOutput(ctx *Context, args *LookupDomainOutputArgs, opts ...InvokeOption) LookupDomainResultOutput

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

    public static class GetDomain 
    {
        public static Task<GetDomainResult> InvokeAsync(GetDomainArgs args, InvokeOptions? opts = null)
        public static Output<GetDomainResult> Invoke(GetDomainInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: exoscale:index/getDomain:getDomain
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    The DNS domain name to match.

    Name string

    The DNS domain name to match.

    name String

    The DNS domain name to match.

    name string

    The DNS domain name to match.

    name str

    The DNS domain name to match.

    name String

    The DNS domain name to match.

    getDomain Result

    The following output properties are available:

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    The DNS domain name to match.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    The DNS domain name to match.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    The DNS domain name to match.

    id string

    The provider-assigned unique ID for this managed resource.

    name string

    The DNS domain name to match.

    id str

    The provider-assigned unique ID for this managed resource.

    name str

    The DNS domain name to match.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    The DNS domain name to match.

    Package Details

    Repository
    exoscale pulumiverse/pulumi-exoscale
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the exoscale Terraform Provider.

    exoscale logo
    Exoscale v0.52.3 published on Monday, Sep 18, 2023 by Pulumiverse