getDomains

This data source provides Ga Domain available to the user.What is Domain

NOTE: Available in 1.197.0+

Return

A collection of values returned by getDomains.

Parameters

argument

A collection of arguments for invoking getDomains.


suspend fun getDomains(acceleratorId: String? = null, domain: String? = null, ids: List<String>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null): GetDomainsResult

Return

A collection of values returned by getDomains.

See also

Parameters

acceleratorId

The ID of the global acceleration instance.

domain

The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.

ids

A list of Ga Domain IDs.

outputFile

File name where to save data source results (after running pulumi preview).

pageNumber
pageSize
status

The status of the resource. Valid values: illegal, inactive, active, unknown.


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.ga.kotlin.inputs.GetDomainsPlainArgs.