CertificateMapEntry

class CertificateMapEntry : KotlinCustomResource

Creates a new CertificateMapEntry in a given project and location.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
val certificates: Output<List<String>>

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 createTime: Output<String>

The creation timestamp of a Certificate Map Entry.

Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard
val hostname: Output<String>

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 id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Set of labels associated with a Certificate Map Entry.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val matcher: Output<String>

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

Link copied to clipboard
val name: Output<String>

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>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

A serving state of this Certificate Map Entry.

Link copied to clipboard
val updateTime: Output<String>

The update timestamp of a Certificate Map Entry.

Link copied to clipboard
val urn: Output<String>