GatewaySecurityPolicyArgs

data class GatewaySecurityPolicyArgs(val description: Output<String>? = null, val gatewaySecurityPolicyId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val tlsInspectionPolicy: Output<String>? = null) : ConvertibleToJava<GatewaySecurityPolicyArgs>

Creates a new GatewaySecurityPolicy in a given project and location.

Constructors

Link copied to clipboard
fun GatewaySecurityPolicyArgs(description: Output<String>? = null, gatewaySecurityPolicyId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, tlsInspectionPolicy: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null

Optional. Free-text description of the resource.

Link copied to clipboard
val gatewaySecurityPolicyId: Output<String>? = null

Required. Short name of the GatewaySecurityPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "gateway_security_policy1".

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^a-z0-9-]{0,61}[a-z0-9?$).

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val tlsInspectionPolicy: Output<String>? = null

Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.