get Certificate Map
Get info about a Google Certificate Manager Certificate Map resource.
Example Usage
data "google_certificate_manager_certificate_map" "default" {
name = "cert-map"
}
Content copied to clipboard
Return
A collection of values returned by getCertificateMap.
Parameters
argument
A collection of arguments for invoking getCertificateMap.
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
suspend fun getCertificateMap(argument: suspend GetCertificateMapPlainArgsBuilder.() -> Unit): GetCertificateMapResult
Return
A collection of values returned by getCertificateMap.
Parameters
argument
Builder for com.pulumi.gcp.certificatemanager.kotlin.inputs.GetCertificateMapPlainArgs.