getSSLPolicy

Gets an SSL Policy within GCE from its name, for use with Target HTTPS and Target SSL Proxies. For more information see the official documentation.

Example Usage

data "google_compute_ssl_policy" "my-ssl-policy" {
name = "production-ssl-policy"
}

Return

A collection of values returned by getSSLPolicy.

Parameters

argument

A collection of arguments for invoking getSSLPolicy.


suspend fun getSSLPolicy(name: String, project: String? = null): GetSSLPolicyResult

Return

A collection of values returned by getSSLPolicy.

Parameters

name

The name of the SSL Policy.

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 getSSLPolicy.

Parameters

argument

Builder for com.pulumi.gcp.compute.kotlin.inputs.GetSSLPolicyPlainArgs.

See also