Certificate Map Entry Args
data class CertificateMapEntryArgs(val certificateMapEntryId: Output<String>? = null, val certificateMapId: Output<String>? = null, val certificates: Output<List<String>>? = null, val description: Output<String>? = null, val hostname: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val matcher: Output<CertificateMapEntryMatcher>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<CertificateMapEntryArgs>
Creates a new CertificateMapEntry in a given project and location.
Constructors
Link copied to clipboard
constructor(certificateMapEntryId: Output<String>? = null, certificateMapId: Output<String>? = null, certificates: Output<List<String>>? = null, description: Output<String>? = null, hostname: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, matcher: Output<CertificateMapEntryMatcher>? = null, name: Output<String>? = null, project: Output<String>? = null)
Properties
Link copied to clipboard
Required. A user-provided name of the certificate map entry.
Link copied to clipboard
Link copied to clipboard
A set of Certificates defines for the given hostname
. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern projects/*/locations/*/certificates/*
.
Link copied to clipboard
One or more paragraphs of text description of a certificate map entry.
Link copied to clipboard
A predefined matcher for particular cases, other than SNI selection.