CertificateMapEntryArgs

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
fun CertificateMapEntryArgs(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)

Functions

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

Properties

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

Required. A user-provided name of the certificate map entry.

Link copied to clipboard
val certificateMapId: Output<String>? = null
Link copied to clipboard
val certificates: Output<List<String>>? = null

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
val description: Output<String>? = null

One or more paragraphs of text description of a certificate map entry.

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

A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Set of labels associated with a Certificate Map Entry.

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

A predefined matcher for particular cases, other than SNI selection.

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

A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*/certificateMapEntries/*.

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

//////*/