KeyRing

class KeyRing : KotlinCustomResource

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.

Properties

Link copied to clipboard
val createTime: Output<String>

The time at which this KeyRing was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val keyRingId: Output<String>

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>
Link copied to clipboard
val name: Output<String>

The resource name for the KeyRing in the format projects/*/locations/*/keyRings/*. //*/

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>