get SSLPolicy
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"
}
Content copied to clipboard
Return
A collection of values returned by getSSLPolicy.
Parameters
argument
A collection of arguments for invoking getSSLPolicy.
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
suspend fun getSSLPolicy(argument: suspend GetSSLPolicyPlainArgsBuilder.() -> Unit): GetSSLPolicyResult
Return
A collection of values returned by getSSLPolicy.
Parameters
argument
Builder for com.pulumi.gcp.compute.kotlin.inputs.GetSSLPolicyPlainArgs.