Instance

class Instance : KotlinCustomResource

Requests that a new DatabaseInstance be created. The state of a successfully created DatabaseInstance is ACTIVE. Only available for projects on the Blaze plan. Projects can be upgraded using the Cloud Billing API https://cloud.google.com/billing/reference/rest/v1/projects/updateBillingInfo. Note that it might take a few minutes for billing enablement state to propagate to Firebase systems.

Properties

Link copied to clipboard
val databaseId: Output<String>?

The globally unique identifier of the database instance.

Link copied to clipboard
val databaseUrl: Output<String>

Output Only. The globally unique hostname of the database.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The fully qualified resource name of the database instance, in the form: projects/{project-number}/locations/{location-id}/instances/{database-id}.

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 state: Output<String>

The database's lifecycle state. Read-only.

Link copied to clipboard
val type: Output<String>

Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.

Link copied to clipboard
val urn: Output<String>