getCertificateMap

Get info about a Google Certificate Manager Certificate Map resource.

Example Usage

data "google_certificate_manager_certificate_map" "default" {
name = "cert-map"
}

Return

A collection of values returned by getCertificateMap.

Parameters

argument

A collection of arguments for invoking getCertificateMap.


suspend fun getCertificateMap(name: String, project: String? = null): GetCertificateMapResult

Return

A collection of values returned by getCertificateMap.

Parameters

name

The name of the certificate map.

project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

See also


Return

A collection of values returned by getCertificateMap.

Parameters

argument

Builder for com.pulumi.gcp.certificatemanager.kotlin.inputs.GetCertificateMapPlainArgs.

See also