Domain

class Domain : KotlinCustomResource

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>

Properties

Link copied to clipboard
val accessType: Output<String>?

The access type of the WAF instance. Value: share (default): CNAME access.

Link copied to clipboard
val domain: Output<String>

The name of the domain name to query.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

WAF instance ID

Link copied to clipboard
val listen: Output<DomainListen>

Configure listening information. See listen below.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configure forwarding information. See redirect below.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard
val status: Output<String>

The status of the resource.

Link copied to clipboard
val urn: Output<String>