Get Records Plain Args
data class GetRecordsPlainArgs(val domainName: String, val hostRecordRegex: String? = null, val ids: List<String>? = null, val isLocked: Boolean? = null, val line: String? = null, val outputFile: String? = null, val status: String? = null, val type: String? = null, val valueRegex: String? = null) : ConvertibleToJava<GetRecordsPlainArgs>
A collection of arguments for invoking getRecords.
Constructors
Properties
Link copied to clipboard
The domain name associated to the records.
Link copied to clipboard
Host record regex.
Link copied to clipboard
ISP line. Valid items are default
, telecom
, unicom
, mobile
, oversea
, edu
, drpeng
, btvn
, .etc. 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
Host record value regex.