1. Packages
  2. Akamai
  3. API Docs
  4. getDnsRecordSet
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getDnsRecordSet

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Using getDnsRecordSet

    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 getDnsRecordSet(args: GetDnsRecordSetArgs, opts?: InvokeOptions): Promise<GetDnsRecordSetResult>
    function getDnsRecordSetOutput(args: GetDnsRecordSetOutputArgs, opts?: InvokeOptions): Output<GetDnsRecordSetResult>
    def get_dns_record_set(host: Optional[str] = None,
                           record_type: Optional[str] = None,
                           zone: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDnsRecordSetResult
    def get_dns_record_set_output(host: Optional[pulumi.Input[str]] = None,
                           record_type: Optional[pulumi.Input[str]] = None,
                           zone: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetDnsRecordSetResult]
    func GetDnsRecordSet(ctx *Context, args *GetDnsRecordSetArgs, opts ...InvokeOption) (*GetDnsRecordSetResult, error)
    func GetDnsRecordSetOutput(ctx *Context, args *GetDnsRecordSetOutputArgs, opts ...InvokeOption) GetDnsRecordSetResultOutput

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

    public static class GetDnsRecordSet 
    {
        public static Task<GetDnsRecordSetResult> InvokeAsync(GetDnsRecordSetArgs args, InvokeOptions? opts = null)
        public static Output<GetDnsRecordSetResult> Invoke(GetDnsRecordSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDnsRecordSetResult> getDnsRecordSet(GetDnsRecordSetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getDnsRecordSet:getDnsRecordSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Host string
    RecordType string
    Zone string
    Host string
    RecordType string
    Zone string
    host String
    recordType String
    zone String
    host string
    recordType string
    zone string
    host String
    recordType String
    zone String

    getDnsRecordSet Result

    The following output properties are available:

    Host string
    Id string
    The provider-assigned unique ID for this managed resource.
    Rdatas List<string>
    RecordType string
    Zone string
    Host string
    Id string
    The provider-assigned unique ID for this managed resource.
    Rdatas []string
    RecordType string
    Zone string
    host String
    id String
    The provider-assigned unique ID for this managed resource.
    rdatas List<String>
    recordType String
    zone String
    host string
    id string
    The provider-assigned unique ID for this managed resource.
    rdatas string[]
    recordType string
    zone string
    host str
    id str
    The provider-assigned unique ID for this managed resource.
    rdatas Sequence[str]
    record_type str
    zone str
    host String
    id String
    The provider-assigned unique ID for this managed resource.
    rdatas List<String>
    recordType String
    zone String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi