TlsInspectionPolicyArgs

data class TlsInspectionPolicyArgs(val caPool: Output<String>? = null, val description: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val tlsInspectionPolicyId: Output<String>? = null) : ConvertibleToJava<TlsInspectionPolicyArgs>

Creates a new TlsInspectionPolicy in a given project and location.

Constructors

Link copied to clipboard
fun TlsInspectionPolicyArgs(caPool: Output<String>? = null, description: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, tlsInspectionPolicyId: Output<String>? = null)

Functions

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

Properties

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

A CA pool resource used to issue interception certificates. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".

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

Optional. Free-text description of the resource.

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}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_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 tlsInspectionPolicyId: Output<String>? = null

Required. Short name of the TlsInspectionPolicy 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. "tls_inspection_policy1".