EnterpriseKeyWafSettingsArgs

data class EnterpriseKeyWafSettingsArgs(val wafFeature: Output<String>, val wafService: Output<String>) : ConvertibleToJava<EnterpriseKeyWafSettingsArgs>

Constructors

Link copied to clipboard
constructor(wafFeature: Output<String>, wafService: Output<String>)

Properties

Link copied to clipboard
val wafFeature: Output<String>

Supported WAF features. For more information, see https://cloud.google.com/recaptcha-enterprise/docs/usecase#comparison_of_features. Possible values: CHALLENGE_PAGE, SESSION_TOKEN, ACTION_TOKEN, EXPRESS

Link copied to clipboard
val wafService: Output<String>

The WAF service that uses this key. Possible values: CA, FASTLY

Functions

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