Rule Args
data class RuleArgs(val applicationMatcher: Output<String>? = null, val basicProfile: Output<RuleBasicProfile>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val gatewaySecurityPolicyId: Output<String>? = null, val gatewaySecurityPolicyRuleId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val project: Output<String>? = null, val sessionMatcher: Output<String>? = null, val tlsInspectionEnabled: Output<Boolean>? = null) : ConvertibleToJava<RuleArgs>
Creates a new GatewaySecurityPolicy in a given project and location. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun RuleArgs(applicationMatcher: Output<String>? = null, basicProfile: Output<RuleBasicProfile>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, gatewaySecurityPolicyId: Output<String>? = null, gatewaySecurityPolicyRuleId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, priority: Output<Int>? = null, project: Output<String>? = null, sessionMatcher: Output<String>? = null, tlsInspectionEnabled: Output<Boolean>? = null)