Get Domains Plain Args
data class GetDomainsPlainArgs(val changeEndTime: String? = null, val changeStartTime: String? = null, val checkDomainShow: Boolean? = null, val domainSearchType: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val securityToken: String? = null, val status: String? = null) : ConvertibleToJava<GetDomainsPlainArgs>
A collection of arguments for invoking getDomains.
Constructors
Link copied to clipboard
constructor(changeEndTime: String? = null, changeStartTime: String? = null, checkDomainShow: Boolean? = null, domainSearchType: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, securityToken: String? = null, status: String? = null)
Properties
Link copied to clipboard
The end time of the update. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ
format. The time must be in UTC.
Link copied to clipboard
The start time of the update. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ
format. The time must be in UTC.
Link copied to clipboard
Specifies whether to display the domains in the checking, check_failed, or configure_failed status. Valid values: true
or false
.
Link copied to clipboard
The search method. Default value: fuzzy_match
. Valid values: fuzzy_match
, pre_match
, suf_match
, full_match
.
Link copied to clipboard
Default to false
. Set it to true can output more details.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard