Class DatabaseArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class DatabaseArgs : ResourceArgs
Constructors
View SourceDatabaseArgs()
Declaration
public DatabaseArgs()
Properties
View SourceDatabaseName
Service database name
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LcCollate
Default string sort order (LC_COLLATE) of the database. Default value: en_US.UTF-8
Declaration
public Input<string> LcCollate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LcCtype
Default character classification (LC_CTYPE) of the database. Default value: en_US.UTF-8
Declaration
public Input<string> LcCtype { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
Project to link the database to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
Service to link the database to
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TerminationProtection
It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is recommended to enable this for any production databases containing critical data.
Declaration
public Input<bool> TerminationProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |