1. Packages
  2. Gandi
  3. API Docs
  4. domains
  5. getGlueRecord
Gandi v0.0.14 published on Saturday, Dec 17, 2022 by Pulumiverse

gandi.domains.getGlueRecord

Explore with Pulumi AI

gandi logo
Gandi v0.0.14 published on Saturday, Dec 17, 2022 by Pulumiverse

    Using getGlueRecord

    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 getGlueRecord(args: GetGlueRecordArgs, opts?: InvokeOptions): Promise<GetGlueRecordResult>
    function getGlueRecordOutput(args: GetGlueRecordOutputArgs, opts?: InvokeOptions): Output<GetGlueRecordResult>
    def get_glue_record(name: Optional[str] = None,
                        zone: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetGlueRecordResult
    def get_glue_record_output(name: Optional[pulumi.Input[str]] = None,
                        zone: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetGlueRecordResult]
    func LookupGlueRecord(ctx *Context, args *LookupGlueRecordArgs, opts ...InvokeOption) (*LookupGlueRecordResult, error)
    func LookupGlueRecordOutput(ctx *Context, args *LookupGlueRecordOutputArgs, opts ...InvokeOption) LookupGlueRecordResultOutput

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

    public static class GetGlueRecord 
    {
        public static Task<GetGlueRecordResult> InvokeAsync(GetGlueRecordArgs args, InvokeOptions? opts = null)
        public static Output<GetGlueRecordResult> Invoke(GetGlueRecordInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGlueRecordResult> getGlueRecord(GetGlueRecordArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gandi:domains/getGlueRecord:getGlueRecord
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Zone string
    Name string
    Zone string
    name String
    zone String
    name string
    zone string
    name str
    zone str
    name String
    zone String

    getGlueRecord Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Ips List<string>
    Name string
    Zone string
    Id string
    The provider-assigned unique ID for this managed resource.
    Ips []string
    Name string
    Zone string
    id String
    The provider-assigned unique ID for this managed resource.
    ips List<String>
    name String
    zone String
    id string
    The provider-assigned unique ID for this managed resource.
    ips string[]
    name string
    zone string
    id str
    The provider-assigned unique ID for this managed resource.
    ips Sequence[str]
    name str
    zone str
    id String
    The provider-assigned unique ID for this managed resource.
    ips List<String>
    name String
    zone String

    Package Details

    Repository
    gandi pulumiverse/pulumi-gandi
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the gandi Terraform Provider.
    gandi logo
    Gandi v0.0.14 published on Saturday, Dec 17, 2022 by Pulumiverse