GetKMSKeyRingPlainArgs

data class GetKMSKeyRingPlainArgs(val location: String, val name: String, val project: String? = null) : ConvertibleToJava<GetKMSKeyRingPlainArgs>

A collection of arguments for invoking getKMSKeyRing.

Constructors

Link copied to clipboard
constructor(location: String, name: String, project: String? = null)

Properties

Link copied to clipboard

The Google Cloud Platform location for the KeyRing. A full list of valid locations can be found by running gcloud kms locations list.

Link copied to clipboard

The KeyRing's name. A KeyRing name must exist within the provided location and match the regular expression [a-zA-Z0-9_-]{1,63}

Link copied to clipboard
val project: String? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetKMSKeyRingPlainArgs