get Domains
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
accelerator Id
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.
output File
File name where to save data source results (after running pulumi preview
).
page Number
page Size
status
The status of the resource. Valid values: illegal
, inactive
, active
, unknown
.
Return
A collection of values returned by getDomains.
See also
Parameters
argument
Builder for com.pulumi.alicloud.ga.kotlin.inputs.GetDomainsPlainArgs.