Tls Inspection Policy Args
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
Properties
Link copied to clipboard
Optional. Free-text description of the resource.
Link copied to clipboard
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".