DomainArgs

data class DomainArgs(val acceleratorId: Output<String>? = null, val domain: Output<String>? = null) : ConvertibleToJava<DomainArgs>

Provides a Ga Domain resource. For information about Ga Domain and how to use it, see What is Domain.

NOTE: Available in v1.197.0+.

Import

Ga Domain can be imported using the id, e.g.

$ pulumi import alicloud:ga/domain:Domain example <accelerator_id>:<domain>

Constructors

Link copied to clipboard
fun DomainArgs(acceleratorId: Output<String>? = null, domain: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DomainArgs

Properties

Link copied to clipboard
val acceleratorId: Output<String>? = null

The ID of the global acceleration instance.

Link copied to clipboard
val domain: Output<String>? = null

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