Domain Args
data class DomainArgs(val accessType: Output<String>? = null, val domain: Output<String>? = null, val instanceId: Output<String>? = null, val listen: Output<DomainListenArgs>? = null, val redirect: Output<DomainRedirectArgs>? = null) : ConvertibleToJava<DomainArgs>
Provides a Wafv3 Domain resource. For information about Wafv3 Domain and how to use it, see What is Domain.
NOTE: Available since v1.200.0.
Import
Wafv3 Domain can be imported using the id, e.g.
$ pulumi import alicloud:wafv3/domain:Domain example <instance_id>:<domain>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accessType: Output<String>? = null, domain: Output<String>? = null, instanceId: Output<String>? = null, listen: Output<DomainListenArgs>? = null, redirect: Output<DomainRedirectArgs>? = null)