KeyRingArgs

data class KeyRingArgs(val keyRingId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<KeyRingArgs>

Create a new KeyRing in a given Project and Location. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
fun KeyRingArgs(keyRingId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val keyRingId: Output<String>? = null

Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null