Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getDnsRecordSet
Explore with Pulumi AI
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
- Record
Type string - Zone string
- Host string
- Record
Type string - Zone string
- host String
- record
Type String - zone String
- host string
- record
Type string - zone string
- host str
- record_
type str - zone str
- host String
- record
Type 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>
- Record
Type string - Zone string
- Host string
- Id string
- The provider-assigned unique ID for this managed resource.
- Rdatas []string
- Record
Type string - Zone string
- host String
- id String
- The provider-assigned unique ID for this managed resource.
- rdatas List<String>
- record
Type String - zone String
- host string
- id string
- The provider-assigned unique ID for this managed resource.
- rdatas string[]
- record
Type 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>
- record
Type 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.