Akamai v10.1.0 published on Thursday, Nov 6, 2025 by Pulumi
akamai.getDnsRecordSet
Start a Neo task
Explain and create an akamai.getDnsRecordSet resource
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(name: Optional[str] = None,
record_type: Optional[str] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDnsRecordSetResult
def get_dns_record_set_output(name: 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)
public static Output<GetDnsRecordSetResult> getDnsRecordSet(GetDnsRecordSetArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getDnsRecordSet:getDnsRecordSet
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Record
Type string - Zone string
- Name string
- Record
Type string - Zone string
- name String
- record
Type String - zone String
- name string
- record
Type string - zone string
- name str
- record_
type str - zone str
- name String
- record
Type String - zone String
getDnsRecordSet Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Rdatas List<string>
- Record
Type string - Zone string
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Rdatas []string
- Record
Type string - Zone string
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- rdatas List<String>
- record
Type String - zone String
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- rdatas string[]
- record
Type string - zone string
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- rdatas Sequence[str]
- record_
type str - zone str
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- rdatas List<String>
- record
Type String - zone String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
