getDomainRecords

NOTE: This resource has been deprecated from v1.3.2. Please use the datasource alicloud.dns.getRecords instead.

Return

A collection of values returned by getDomainRecords.

Parameters

argument

A collection of arguments for invoking getDomainRecords.


suspend fun getDomainRecords(domainName: String, hostRecordRegex: String? = null, ids: List<String>? = null, isLocked: Boolean? = null, line: String? = null, outputFile: String? = null, status: String? = null, type: String? = null, valueRegex: String? = null): GetDomainRecordsResult

Return

A collection of values returned by getDomainRecords.

Parameters

domainName
hostRecordRegex
ids
isLocked
line
outputFile
status
type
valueRegex

See also


Return

A collection of values returned by getDomainRecords.

Parameters

argument

Builder for com.pulumi.alicloud.dns.kotlin.inputs.GetDomainRecordsPlainArgs.

See also