getDomains

Provides a collection of DCDN Domains to the specified filters.

NOTE: Available in 1.94.0+.

Return

A collection of values returned by getDomains.

Parameters

argument

A collection of arguments for invoking getDomains.


suspend fun getDomains(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): GetDomainsResult

Return

A collection of values returned by getDomains.

See also

Parameters

changeEndTime

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.

changeStartTime

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.

checkDomainShow

Specifies whether to display the domains in the checking, check_failed, or configure_failed status. Valid values: true or false.

domainSearchType

The search method. Default value: fuzzy_match. Valid values: fuzzy_match, pre_match, suf_match, full_match.

enableDetails

Default to false. Set it to true can output more details.

ids

A list ids of DCDN Domain.

nameRegex

A regex string to filter results by the DCDN Domain.

outputFile
resourceGroupId

The ID of the resource group.

securityToken
status

The status of DCDN Domain.


suspend fun getDomains(argument: suspend GetDomainsPlainArgsBuilder.() -> Unit): GetDomainsResult

Return

A collection of values returned by getDomains.

See also

Parameters

argument

Builder for com.pulumi.alicloud.dcdn.kotlin.inputs.GetDomainsPlainArgs.