Key Ring Args
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)