Database

class Database : KotlinCustomResource

Create a database.

Properties

Link copied to clipboard

The App Engine integration mode to use for this database.

Link copied to clipboard
val concurrencyMode: Output<String>

The concurrency control mode to use for this database.

Link copied to clipboard
val createTime: Output<String>

The timestamp at which this database was created. Databases created before 2016 do not populate create_time.

Link copied to clipboard
val databaseId: Output<String>

Required. The ID to use for the database, which will become the final component of the database's resource name. The value must be set to "(default)".

Link copied to clipboard

State of delete protection for the database.

Link copied to clipboard
val etag: Output<String>

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

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

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

Link copied to clipboard
val location: Output<String>

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

Link copied to clipboard
val name: Output<String>

The resource name of the Database. Format: projects/{project}/databases/{database}

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

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

Link copied to clipboard
val uid: Output<String>

The system-generated UUID4 for this Database.

Link copied to clipboard
val updateTime: Output<String>

The timestamp at which this database was most recently updated. Note this only includes updates to the database resource and not data contained by the database.

Link copied to clipboard
val urn: Output<String>