Database

Inserts a resource containing information about a database inside a Cloud SQL instance. Note: You can't modify the default character set and collation.

Properties

Link copied to clipboard
val charset: Output<String>

The Cloud SQL charset value.

Link copied to clipboard
val collation: Output<String>

The Cloud SQL collation value.

Link copied to clipboard
val etag: Output<String>

This field is deprecated and will be removed from a future version of the API.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instance: Output<String>
Link copied to clipboard
val kind: Output<String>

This is always sql#database.

Link copied to clipboard
val name: Output<String>

The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selfLink: Output<String>

The URI of this resource.

Link copied to clipboard
val urn: Output<String>