get Domain Records
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
domain Name
host Record Regex
ids
is Locked
line
output File
status
type
value Regex
See also
suspend fun getDomainRecords(argument: suspend GetDomainRecordsPlainArgsBuilder.() -> Unit): GetDomainRecordsResult
Return
A collection of values returned by getDomainRecords.
Parameters
argument
Builder for com.pulumi.alicloud.dns.kotlin.inputs.GetDomainRecordsPlainArgs.