tokenDomains

@JvmName(name = "kavjqmdmrjohayvr")
suspend fun tokenDomains(value: Output<List<String>>)
@JvmName(name = "qhsxdapcpysowjur")
suspend fun tokenDomains(value: List<String>?)

Parameters

value

Specifies the domains that AWS WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When AWS WAF provides a token, it uses the domain of the AWS resource that the web ACL is protecting. If you don't specify a list of token domains, AWS WAF accepts tokens only for the domain of the protected resource. With a token domain list, AWS WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains.


@JvmName(name = "ilplutvjpvagfcps")
suspend fun tokenDomains(vararg values: Output<String>)


@JvmName(name = "qxytpqjebrwjwida")
suspend fun tokenDomains(values: List<Output<String>>)
@JvmName(name = "mmmlgnvnmhqnyixl")
suspend fun tokenDomains(vararg values: String)

Parameters

values

Specifies the domains that AWS WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When AWS WAF provides a token, it uses the domain of the AWS resource that the web ACL is protecting. If you don't specify a list of token domains, AWS WAF accepts tokens only for the domain of the protected resource. With a token domain list, AWS WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains.