Database Args
data class DatabaseArgs(val appEngineIntegrationMode: Output<String>? = null, val concurrencyMode: Output<String>? = null, val locationId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<DatabaseArgs>
A Cloud Firestore Database. If you wish to use Firestore with App Engine, use the gcp.appengine.Application
resource instead. To get more information about Database, see:
How-to Guides
Official Documentation {{% examples %}}
Example Usage
{{% /examples %}}
Import
Database can be imported using any of these accepted formats
$ pulumi import gcp:firestore/database:Database default projects/{{project}}/databases/{{name}}
Content copied to clipboard
$ pulumi import gcp:firestore/database:Database default {{project}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:firestore/database:Database default {{name}}
Content copied to clipboard
Constructors
Functions
Properties
Link copied to clipboard
The ID to use for the database, which will become the final component of the database's resource name. This value should be 4-63 characters. Valid characters are /0-9-/ with first character a letter and the last a letter or a number. Must not be UUID-like /0-9a-f{8}(-0-9a-f{4}){3}-0-9a-f{12}/. "(default)" database id is also valid.