WebResourceSiteArgs

data class WebResourceSiteArgs(val identifier: Output<String>, val type: Output<String>) : ConvertibleToJava<WebResourceSiteArgs>

Constructors

Link copied to clipboard
constructor(identifier: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val identifier: Output<String>

The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the identifier is a domain name.

Link copied to clipboard
val type: Output<String>

The type of resource to be verified. Possible values are: INET_DOMAIN, SITE.

Functions

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