Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.sqladmin/v1beta4.Database
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Inserts a resource containing information about a database inside a Cloud SQL instance. Note: You can’t modify the default character set and collation.
Create Database Resource
new Database(name: string, args: DatabaseArgs, opts?: CustomResourceOptions);
@overload
def Database(resource_name: str,
opts: Optional[ResourceOptions] = None,
charset: Optional[str] = None,
collation: Optional[str] = None,
etag: Optional[str] = None,
instance: Optional[str] = None,
kind: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None,
self_link: Optional[str] = None,
sqlserver_database_details: Optional[SqlServerDatabaseDetailsArgs] = None)
@overload
def Database(resource_name: str,
args: DatabaseArgs,
opts: Optional[ResourceOptions] = None)
func NewDatabase(ctx *Context, name string, args DatabaseArgs, opts ...ResourceOption) (*Database, error)
public Database(string name, DatabaseArgs args, CustomResourceOptions? opts = null)
public Database(String name, DatabaseArgs args)
public Database(String name, DatabaseArgs args, CustomResourceOptions options)
type: google-native:sqladmin/v1beta4:Database
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DatabaseArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DatabaseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatabaseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Database Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Database resource accepts the following input properties:
- Instance string
The name of the Cloud SQL instance. This does not include the project ID.
- Charset string
The Cloud SQL charset value.
- Collation string
The Cloud SQL collation value.
- Etag string
This field is deprecated and will be removed from a future version of the API.
This field is deprecated and will be removed from a future version of the API.
- Kind string
This is always
sql#database
.- Name string
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
- Project string
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
- Self
Link string The URI of this resource.
- Sqlserver
Database Pulumi.Details Google Native. SQLAdmin. V1Beta4. Inputs. Sql Server Database Details
- Instance string
The name of the Cloud SQL instance. This does not include the project ID.
- Charset string
The Cloud SQL charset value.
- Collation string
The Cloud SQL collation value.
- Etag string
This field is deprecated and will be removed from a future version of the API.
This field is deprecated and will be removed from a future version of the API.
- Kind string
This is always
sql#database
.- Name string
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
- Project string
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
- Self
Link string The URI of this resource.
- Sqlserver
Database SqlDetails Server Database Details Args
- instance String
The name of the Cloud SQL instance. This does not include the project ID.
- charset String
The Cloud SQL charset value.
- collation String
The Cloud SQL collation value.
- etag String
This field is deprecated and will be removed from a future version of the API.
This field is deprecated and will be removed from a future version of the API.
- kind String
This is always
sql#database
.- name String
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
- project String
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
- self
Link String The URI of this resource.
- sqlserver
Database SqlDetails Server Database Details
- instance string
The name of the Cloud SQL instance. This does not include the project ID.
- charset string
The Cloud SQL charset value.
- collation string
The Cloud SQL collation value.
- etag string
This field is deprecated and will be removed from a future version of the API.
This field is deprecated and will be removed from a future version of the API.
- kind string
This is always
sql#database
.- name string
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
- project string
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
- self
Link string The URI of this resource.
- sqlserver
Database SqlDetails Server Database Details
- instance str
The name of the Cloud SQL instance. This does not include the project ID.
- charset str
The Cloud SQL charset value.
- collation str
The Cloud SQL collation value.
- etag str
This field is deprecated and will be removed from a future version of the API.
This field is deprecated and will be removed from a future version of the API.
- kind str
This is always
sql#database
.- name str
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
- project str
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
- self_
link str The URI of this resource.
- sqlserver_
database_ Sqldetails Server Database Details Args
- instance String
The name of the Cloud SQL instance. This does not include the project ID.
- charset String
The Cloud SQL charset value.
- collation String
The Cloud SQL collation value.
- etag String
This field is deprecated and will be removed from a future version of the API.
This field is deprecated and will be removed from a future version of the API.
- kind String
This is always
sql#database
.- name String
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
- project String
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.
- self
Link String The URI of this resource.
- sqlserver
Database Property MapDetails
Outputs
All input properties are implicitly available as output properties. Additionally, the Database resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
SqlServerDatabaseDetails, SqlServerDatabaseDetailsArgs
- Compatibility
Level int The version of SQL Server with which the database is to be made compatible
- Recovery
Model string The recovery model of a SQL Server database
- Compatibility
Level int The version of SQL Server with which the database is to be made compatible
- Recovery
Model string The recovery model of a SQL Server database
- compatibility
Level Integer The version of SQL Server with which the database is to be made compatible
- recovery
Model String The recovery model of a SQL Server database
- compatibility
Level number The version of SQL Server with which the database is to be made compatible
- recovery
Model string The recovery model of a SQL Server database
- compatibility_
level int The version of SQL Server with which the database is to be made compatible
- recovery_
model str The recovery model of a SQL Server database
- compatibility
Level Number The version of SQL Server with which the database is to be made compatible
- recovery
Model String The recovery model of a SQL Server database
SqlServerDatabaseDetailsResponse, SqlServerDatabaseDetailsResponseArgs
- Compatibility
Level int The version of SQL Server with which the database is to be made compatible
- Recovery
Model string The recovery model of a SQL Server database
- Compatibility
Level int The version of SQL Server with which the database is to be made compatible
- Recovery
Model string The recovery model of a SQL Server database
- compatibility
Level Integer The version of SQL Server with which the database is to be made compatible
- recovery
Model String The recovery model of a SQL Server database
- compatibility
Level number The version of SQL Server with which the database is to be made compatible
- recovery
Model string The recovery model of a SQL Server database
- compatibility_
level int The version of SQL Server with which the database is to be made compatible
- recovery_
model str The recovery model of a SQL Server database
- compatibility
Level Number The version of SQL Server with which the database is to be made compatible
- recovery
Model String The recovery model of a SQL Server database
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.