Get Alidns Records Plain Args
data class GetAlidnsRecordsPlainArgs(val direction: String? = null, val domainName: String, val groupId: Int? = null, val ids: List<String>? = null, val keyWord: String? = null, val lang: String? = null, val line: String? = null, val orderBy: String? = null, val outputFile: String? = null, val rrKeyWord: String? = null, val rrRegex: String? = null, val searchMode: String? = null, val status: String? = null, val type: String? = null, val typeKeyWord: String? = null, val valueKeyWord: String? = null, val valueRegex: String? = null) : ConvertibleToJava<GetAlidnsRecordsPlainArgs>
A collection of arguments for invoking getAlidnsRecords.
Constructors
Link copied to clipboard
constructor(direction: String? = null, domainName: String, groupId: Int? = null, ids: List<String>? = null, keyWord: String? = null, lang: String? = null, line: String? = null, orderBy: String? = null, outputFile: String? = null, rrKeyWord: String? = null, rrRegex: String? = null, searchMode: String? = null, status: String? = null, type: String? = null, typeKeyWord: String? = null, valueKeyWord: String? = null, valueRegex: String? = null)
Properties
Link copied to clipboard
The domain name associated to the records.
Link copied to clipboard
ISP line. For checking all resolution lines enumeration please visit Alibaba Cloud DNS doc
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Search mode, Valid values: LIKE
, EXACT
, ADVANCED
, LIKE
(fuzzy), EXACT
(accurate) search supports KeyWord field, ADVANCED
(advanced) mode supports other fields.
Link copied to clipboard
Analyze type keywords, search by full match, not case sensitive.
Link copied to clipboard
The keywords of the recorded value are searched according to the %ValueKeyWord%
mode, and are not case sensitive.
Link copied to clipboard
Host record value regex.