exoscale.Database
Explore with Pulumi AI
Import
An existing database service may be imported by <name>@<zone>
$ pulumi import exoscale:index/database:Database \
exoscale_database.my_database \
my-database@ch-gva-2
Create Database Resource
new Database(name: string, args: DatabaseArgs, opts?: CustomResourceOptions);
@overload
def Database(resource_name: str,
opts: Optional[ResourceOptions] = None,
grafana: Optional[DatabaseGrafanaArgs] = None,
kafka: Optional[DatabaseKafkaArgs] = None,
maintenance_dow: Optional[str] = None,
maintenance_time: Optional[str] = None,
mysql: Optional[DatabaseMysqlArgs] = None,
name: Optional[str] = None,
opensearch: Optional[DatabaseOpensearchArgs] = None,
pg: Optional[DatabasePgArgs] = None,
plan: Optional[str] = None,
redis: Optional[DatabaseRedisArgs] = None,
termination_protection: Optional[bool] = None,
timeouts: Optional[DatabaseTimeoutsArgs] = None,
type: Optional[str] = None,
zone: Optional[str] = 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: exoscale: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:
- Plan string
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- Type string
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- Zone string
❗ The Exoscale Zone name.
- Grafana
Pulumiverse.
Exoscale. Inputs. Database Grafana grafana database service type specific arguments. Structure is documented below.
- Kafka
Pulumiverse.
Exoscale. Inputs. Database Kafka kafka database service type specific arguments. Structure is documented below.
- Maintenance
Dow string The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- Maintenance
Time string The time of day to perform the automated database service maintenance (
HH:MM:SS
)- Mysql
Pulumiverse.
Exoscale. Inputs. Database Mysql mysql database service type specific arguments. Structure is documented below.
- Name string
❗ The name of the database service.
- Opensearch
Pulumiverse.
Exoscale. Inputs. Database Opensearch opensearch database service type specific arguments. Structure is documented below.
- Pg
Pulumiverse.
Exoscale. Inputs. Database Pg pg database service type specific arguments. Structure is documented below.
- Redis
Pulumiverse.
Exoscale. Inputs. Database Redis redis database service type specific arguments. Structure is documented below.
- Termination
Protection bool The database service protection boolean flag against termination/power-off.
- Timeouts
Pulumiverse.
Exoscale. Inputs. Database Timeouts
- Plan string
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- Type string
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- Zone string
❗ The Exoscale Zone name.
- Grafana
Database
Grafana Args grafana database service type specific arguments. Structure is documented below.
- Kafka
Database
Kafka Args kafka database service type specific arguments. Structure is documented below.
- Maintenance
Dow string The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- Maintenance
Time string The time of day to perform the automated database service maintenance (
HH:MM:SS
)- Mysql
Database
Mysql Args mysql database service type specific arguments. Structure is documented below.
- Name string
❗ The name of the database service.
- Opensearch
Database
Opensearch Args opensearch database service type specific arguments. Structure is documented below.
- Pg
Database
Pg Args pg database service type specific arguments. Structure is documented below.
- Redis
Database
Redis Args redis database service type specific arguments. Structure is documented below.
- Termination
Protection bool The database service protection boolean flag against termination/power-off.
- Timeouts
Database
Timeouts Args
- plan String
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- type String
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- zone String
❗ The Exoscale Zone name.
- grafana
Database
Grafana grafana database service type specific arguments. Structure is documented below.
- kafka
Database
Kafka kafka database service type specific arguments. Structure is documented below.
- maintenance
Dow String The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance
Time String The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql
Database
Mysql mysql database service type specific arguments. Structure is documented below.
- name String
❗ The name of the database service.
- opensearch
Database
Opensearch opensearch database service type specific arguments. Structure is documented below.
- pg
Database
Pg pg database service type specific arguments. Structure is documented below.
- redis
Database
Redis redis database service type specific arguments. Structure is documented below.
- termination
Protection Boolean The database service protection boolean flag against termination/power-off.
- timeouts
Database
Timeouts
- plan string
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- type string
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- zone string
❗ The Exoscale Zone name.
- grafana
Database
Grafana grafana database service type specific arguments. Structure is documented below.
- kafka
Database
Kafka kafka database service type specific arguments. Structure is documented below.
- maintenance
Dow string The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance
Time string The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql
Database
Mysql mysql database service type specific arguments. Structure is documented below.
- name string
❗ The name of the database service.
- opensearch
Database
Opensearch opensearch database service type specific arguments. Structure is documented below.
- pg
Database
Pg pg database service type specific arguments. Structure is documented below.
- redis
Database
Redis redis database service type specific arguments. Structure is documented below.
- termination
Protection boolean The database service protection boolean flag against termination/power-off.
- timeouts
Database
Timeouts
- plan str
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- type str
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- zone str
❗ The Exoscale Zone name.
- grafana
Database
Grafana Args grafana database service type specific arguments. Structure is documented below.
- kafka
Database
Kafka Args kafka database service type specific arguments. Structure is documented below.
- maintenance_
dow str The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance_
time str The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql
Database
Mysql Args mysql database service type specific arguments. Structure is documented below.
- name str
❗ The name of the database service.
- opensearch
Database
Opensearch Args opensearch database service type specific arguments. Structure is documented below.
- pg
Database
Pg Args pg database service type specific arguments. Structure is documented below.
- redis
Database
Redis Args redis database service type specific arguments. Structure is documented below.
- termination_
protection bool The database service protection boolean flag against termination/power-off.
- timeouts
Database
Timeouts Args
- plan String
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- type String
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- zone String
❗ The Exoscale Zone name.
- grafana Property Map
grafana database service type specific arguments. Structure is documented below.
- kafka Property Map
kafka database service type specific arguments. Structure is documented below.
- maintenance
Dow String The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance
Time String The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql Property Map
mysql database service type specific arguments. Structure is documented below.
- name String
❗ The name of the database service.
- opensearch Property Map
opensearch database service type specific arguments. Structure is documented below.
- pg Property Map
pg database service type specific arguments. Structure is documented below.
- redis Property Map
redis database service type specific arguments. Structure is documented below.
- termination
Protection Boolean The database service protection boolean flag against termination/power-off.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Database resource produces the following output properties:
- Ca
Certificate string CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- Created
At string The creation date of the database service.
- Disk
Size int The disk size of the database service.
- Id string
The provider-assigned unique ID for this managed resource.
- Node
Cpus int The number of CPUs of the database service.
- Node
Memory int The amount of memory of the database service.
- Nodes int
The number of nodes of the database service.
- State string
The current state of the database service.
- Updated
At string The date of the latest database service update.
- Ca
Certificate string CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- Created
At string The creation date of the database service.
- Disk
Size int The disk size of the database service.
- Id string
The provider-assigned unique ID for this managed resource.
- Node
Cpus int The number of CPUs of the database service.
- Node
Memory int The amount of memory of the database service.
- Nodes int
The number of nodes of the database service.
- State string
The current state of the database service.
- Updated
At string The date of the latest database service update.
- ca
Certificate String CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created
At String The creation date of the database service.
- disk
Size Integer The disk size of the database service.
- id String
The provider-assigned unique ID for this managed resource.
- node
Cpus Integer The number of CPUs of the database service.
- node
Memory Integer The amount of memory of the database service.
- nodes Integer
The number of nodes of the database service.
- state String
The current state of the database service.
- updated
At String The date of the latest database service update.
- ca
Certificate string CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created
At string The creation date of the database service.
- disk
Size number The disk size of the database service.
- id string
The provider-assigned unique ID for this managed resource.
- node
Cpus number The number of CPUs of the database service.
- node
Memory number The amount of memory of the database service.
- nodes number
The number of nodes of the database service.
- state string
The current state of the database service.
- updated
At string The date of the latest database service update.
- ca_
certificate str CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created_
at str The creation date of the database service.
- disk_
size int The disk size of the database service.
- id str
The provider-assigned unique ID for this managed resource.
- node_
cpus int The number of CPUs of the database service.
- node_
memory int The amount of memory of the database service.
- nodes int
The number of nodes of the database service.
- state str
The current state of the database service.
- updated_
at str The date of the latest database service update.
- ca
Certificate String CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created
At String The creation date of the database service.
- disk
Size Number The disk size of the database service.
- id String
The provider-assigned unique ID for this managed resource.
- node
Cpus Number The number of CPUs of the database service.
- node
Memory Number The amount of memory of the database service.
- nodes Number
The number of nodes of the database service.
- state String
The current state of the database service.
- updated
At String The date of the latest database service update.
Look up Existing Database Resource
Get an existing Database resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DatabaseState, opts?: CustomResourceOptions): Database
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ca_certificate: Optional[str] = None,
created_at: Optional[str] = None,
disk_size: Optional[int] = None,
grafana: Optional[DatabaseGrafanaArgs] = None,
kafka: Optional[DatabaseKafkaArgs] = None,
maintenance_dow: Optional[str] = None,
maintenance_time: Optional[str] = None,
mysql: Optional[DatabaseMysqlArgs] = None,
name: Optional[str] = None,
node_cpus: Optional[int] = None,
node_memory: Optional[int] = None,
nodes: Optional[int] = None,
opensearch: Optional[DatabaseOpensearchArgs] = None,
pg: Optional[DatabasePgArgs] = None,
plan: Optional[str] = None,
redis: Optional[DatabaseRedisArgs] = None,
state: Optional[str] = None,
termination_protection: Optional[bool] = None,
timeouts: Optional[DatabaseTimeoutsArgs] = None,
type: Optional[str] = None,
updated_at: Optional[str] = None,
zone: Optional[str] = None) -> Database
func GetDatabase(ctx *Context, name string, id IDInput, state *DatabaseState, opts ...ResourceOption) (*Database, error)
public static Database Get(string name, Input<string> id, DatabaseState? state, CustomResourceOptions? opts = null)
public static Database get(String name, Output<String> id, DatabaseState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Ca
Certificate string CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- Created
At string The creation date of the database service.
- Disk
Size int The disk size of the database service.
- Grafana
Pulumiverse.
Exoscale. Inputs. Database Grafana grafana database service type specific arguments. Structure is documented below.
- Kafka
Pulumiverse.
Exoscale. Inputs. Database Kafka kafka database service type specific arguments. Structure is documented below.
- Maintenance
Dow string The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- Maintenance
Time string The time of day to perform the automated database service maintenance (
HH:MM:SS
)- Mysql
Pulumiverse.
Exoscale. Inputs. Database Mysql mysql database service type specific arguments. Structure is documented below.
- Name string
❗ The name of the database service.
- Node
Cpus int The number of CPUs of the database service.
- Node
Memory int The amount of memory of the database service.
- Nodes int
The number of nodes of the database service.
- Opensearch
Pulumiverse.
Exoscale. Inputs. Database Opensearch opensearch database service type specific arguments. Structure is documented below.
- Pg
Pulumiverse.
Exoscale. Inputs. Database Pg pg database service type specific arguments. Structure is documented below.
- Plan string
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- Redis
Pulumiverse.
Exoscale. Inputs. Database Redis redis database service type specific arguments. Structure is documented below.
- State string
The current state of the database service.
- Termination
Protection bool The database service protection boolean flag against termination/power-off.
- Timeouts
Pulumiverse.
Exoscale. Inputs. Database Timeouts - Type string
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- Updated
At string The date of the latest database service update.
- Zone string
❗ The Exoscale Zone name.
- Ca
Certificate string CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- Created
At string The creation date of the database service.
- Disk
Size int The disk size of the database service.
- Grafana
Database
Grafana Args grafana database service type specific arguments. Structure is documented below.
- Kafka
Database
Kafka Args kafka database service type specific arguments. Structure is documented below.
- Maintenance
Dow string The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- Maintenance
Time string The time of day to perform the automated database service maintenance (
HH:MM:SS
)- Mysql
Database
Mysql Args mysql database service type specific arguments. Structure is documented below.
- Name string
❗ The name of the database service.
- Node
Cpus int The number of CPUs of the database service.
- Node
Memory int The amount of memory of the database service.
- Nodes int
The number of nodes of the database service.
- Opensearch
Database
Opensearch Args opensearch database service type specific arguments. Structure is documented below.
- Pg
Database
Pg Args pg database service type specific arguments. Structure is documented below.
- Plan string
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- Redis
Database
Redis Args redis database service type specific arguments. Structure is documented below.
- State string
The current state of the database service.
- Termination
Protection bool The database service protection boolean flag against termination/power-off.
- Timeouts
Database
Timeouts Args - Type string
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- Updated
At string The date of the latest database service update.
- Zone string
❗ The Exoscale Zone name.
- ca
Certificate String CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created
At String The creation date of the database service.
- disk
Size Integer The disk size of the database service.
- grafana
Database
Grafana grafana database service type specific arguments. Structure is documented below.
- kafka
Database
Kafka kafka database service type specific arguments. Structure is documented below.
- maintenance
Dow String The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance
Time String The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql
Database
Mysql mysql database service type specific arguments. Structure is documented below.
- name String
❗ The name of the database service.
- node
Cpus Integer The number of CPUs of the database service.
- node
Memory Integer The amount of memory of the database service.
- nodes Integer
The number of nodes of the database service.
- opensearch
Database
Opensearch opensearch database service type specific arguments. Structure is documented below.
- pg
Database
Pg pg database service type specific arguments. Structure is documented below.
- plan String
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- redis
Database
Redis redis database service type specific arguments. Structure is documented below.
- state String
The current state of the database service.
- termination
Protection Boolean The database service protection boolean flag against termination/power-off.
- timeouts
Database
Timeouts - type String
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- updated
At String The date of the latest database service update.
- zone String
❗ The Exoscale Zone name.
- ca
Certificate string CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created
At string The creation date of the database service.
- disk
Size number The disk size of the database service.
- grafana
Database
Grafana grafana database service type specific arguments. Structure is documented below.
- kafka
Database
Kafka kafka database service type specific arguments. Structure is documented below.
- maintenance
Dow string The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance
Time string The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql
Database
Mysql mysql database service type specific arguments. Structure is documented below.
- name string
❗ The name of the database service.
- node
Cpus number The number of CPUs of the database service.
- node
Memory number The amount of memory of the database service.
- nodes number
The number of nodes of the database service.
- opensearch
Database
Opensearch opensearch database service type specific arguments. Structure is documented below.
- pg
Database
Pg pg database service type specific arguments. Structure is documented below.
- plan string
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- redis
Database
Redis redis database service type specific arguments. Structure is documented below.
- state string
The current state of the database service.
- termination
Protection boolean The database service protection boolean flag against termination/power-off.
- timeouts
Database
Timeouts - type string
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- updated
At string The date of the latest database service update.
- zone string
❗ The Exoscale Zone name.
- ca_
certificate str CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created_
at str The creation date of the database service.
- disk_
size int The disk size of the database service.
- grafana
Database
Grafana Args grafana database service type specific arguments. Structure is documented below.
- kafka
Database
Kafka Args kafka database service type specific arguments. Structure is documented below.
- maintenance_
dow str The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance_
time str The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql
Database
Mysql Args mysql database service type specific arguments. Structure is documented below.
- name str
❗ The name of the database service.
- node_
cpus int The number of CPUs of the database service.
- node_
memory int The amount of memory of the database service.
- nodes int
The number of nodes of the database service.
- opensearch
Database
Opensearch Args opensearch database service type specific arguments. Structure is documented below.
- pg
Database
Pg Args pg database service type specific arguments. Structure is documented below.
- plan str
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- redis
Database
Redis Args redis database service type specific arguments. Structure is documented below.
- state str
The current state of the database service.
- termination_
protection bool The database service protection boolean flag against termination/power-off.
- timeouts
Database
Timeouts Args - type str
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- updated_
at str The date of the latest database service update.
- zone str
❗ The Exoscale Zone name.
- ca
Certificate String CA Certificate required to reach a DBaaS service through a TLS-protected connection.
- created
At String The creation date of the database service.
- disk
Size Number The disk size of the database service.
- grafana Property Map
grafana database service type specific arguments. Structure is documented below.
- kafka Property Map
kafka database service type specific arguments. Structure is documented below.
- maintenance
Dow String The day of week to perform the automated database service maintenance (
never
,monday
,tuesday
,wednesday
,thursday
,friday
,saturday
,sunday
).- maintenance
Time String The time of day to perform the automated database service maintenance (
HH:MM:SS
)- mysql Property Map
mysql database service type specific arguments. Structure is documented below.
- name String
❗ The name of the database service.
- node
Cpus Number The number of CPUs of the database service.
- node
Memory Number The amount of memory of the database service.
- nodes Number
The number of nodes of the database service.
- opensearch Property Map
opensearch database service type specific arguments. Structure is documented below.
- pg Property Map
pg database service type specific arguments. Structure is documented below.
- plan String
The plan of the database service (use the Exoscale CLI -
exo dbaas type show <TYPE> --plans
- for reference).- redis Property Map
redis database service type specific arguments. Structure is documented below.
- state String
The current state of the database service.
- termination
Protection Boolean The database service protection boolean flag against termination/power-off.
- timeouts Property Map
- type String
❗ The type of the database service (
kafka
,mysql
,opensearch
,pg
,redis
,grafana
).- updated
At String The date of the latest database service update.
- zone String
❗ The Exoscale Zone name.
Supporting Types
DatabaseGrafana, DatabaseGrafanaArgs
- Grafana
Settings string Grafana configuration settings in JSON format (
exo dbaas type show grafana --settings=grafana
for reference).- Ip
Filters List<string> A list of CIDR blocks to allow incoming connections from.
- Grafana
Settings string Grafana configuration settings in JSON format (
exo dbaas type show grafana --settings=grafana
for reference).- Ip
Filters []string A list of CIDR blocks to allow incoming connections from.
- grafana
Settings String Grafana configuration settings in JSON format (
exo dbaas type show grafana --settings=grafana
for reference).- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- grafana
Settings string Grafana configuration settings in JSON format (
exo dbaas type show grafana --settings=grafana
for reference).- ip
Filters string[] A list of CIDR blocks to allow incoming connections from.
- grafana_
settings str Grafana configuration settings in JSON format (
exo dbaas type show grafana --settings=grafana
for reference).- ip_
filters Sequence[str] A list of CIDR blocks to allow incoming connections from.
- grafana
Settings String Grafana configuration settings in JSON format (
exo dbaas type show grafana --settings=grafana
for reference).- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
DatabaseKafka, DatabaseKafkaArgs
- Enable
Cert boolAuth Enable certificate-based authentication method.
- Enable
Kafka boolConnect Enable Kafka Connect.
- Enable
Kafka boolRest Enable Kafka REST.
- Enable
Sasl boolAuth Enable SASL-based authentication method.
- Enable
Schema boolRegistry Enable Schema Registry.
- Ip
Filters List<string> A list of CIDR blocks to allow incoming connections from.
- Kafka
Connect stringSettings Kafka Connect configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-connect
for reference).- Kafka
Rest stringSettings Kafka REST configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-rest
for reference).- Kafka
Settings string Kafka configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka
for reference).- Schema
Registry stringSettings Schema Registry configuration settings in JSON format (
exo dbaas type show kafka --settings=schema-registry
for reference)- Version string
Kafka major version (
exo dbaas type show kafka
for reference; may only be set at creation time).
- Enable
Cert boolAuth Enable certificate-based authentication method.
- Enable
Kafka boolConnect Enable Kafka Connect.
- Enable
Kafka boolRest Enable Kafka REST.
- Enable
Sasl boolAuth Enable SASL-based authentication method.
- Enable
Schema boolRegistry Enable Schema Registry.
- Ip
Filters []string A list of CIDR blocks to allow incoming connections from.
- Kafka
Connect stringSettings Kafka Connect configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-connect
for reference).- Kafka
Rest stringSettings Kafka REST configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-rest
for reference).- Kafka
Settings string Kafka configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka
for reference).- Schema
Registry stringSettings Schema Registry configuration settings in JSON format (
exo dbaas type show kafka --settings=schema-registry
for reference)- Version string
Kafka major version (
exo dbaas type show kafka
for reference; may only be set at creation time).
- enable
Cert BooleanAuth Enable certificate-based authentication method.
- enable
Kafka BooleanConnect Enable Kafka Connect.
- enable
Kafka BooleanRest Enable Kafka REST.
- enable
Sasl BooleanAuth Enable SASL-based authentication method.
- enable
Schema BooleanRegistry Enable Schema Registry.
- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- kafka
Connect StringSettings Kafka Connect configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-connect
for reference).- kafka
Rest StringSettings Kafka REST configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-rest
for reference).- kafka
Settings String Kafka configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka
for reference).- schema
Registry StringSettings Schema Registry configuration settings in JSON format (
exo dbaas type show kafka --settings=schema-registry
for reference)- version String
Kafka major version (
exo dbaas type show kafka
for reference; may only be set at creation time).
- enable
Cert booleanAuth Enable certificate-based authentication method.
- enable
Kafka booleanConnect Enable Kafka Connect.
- enable
Kafka booleanRest Enable Kafka REST.
- enable
Sasl booleanAuth Enable SASL-based authentication method.
- enable
Schema booleanRegistry Enable Schema Registry.
- ip
Filters string[] A list of CIDR blocks to allow incoming connections from.
- kafka
Connect stringSettings Kafka Connect configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-connect
for reference).- kafka
Rest stringSettings Kafka REST configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-rest
for reference).- kafka
Settings string Kafka configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka
for reference).- schema
Registry stringSettings Schema Registry configuration settings in JSON format (
exo dbaas type show kafka --settings=schema-registry
for reference)- version string
Kafka major version (
exo dbaas type show kafka
for reference; may only be set at creation time).
- enable_
cert_ boolauth Enable certificate-based authentication method.
- enable_
kafka_ boolconnect Enable Kafka Connect.
- enable_
kafka_ boolrest Enable Kafka REST.
- enable_
sasl_ boolauth Enable SASL-based authentication method.
- enable_
schema_ boolregistry Enable Schema Registry.
- ip_
filters Sequence[str] A list of CIDR blocks to allow incoming connections from.
- kafka_
connect_ strsettings Kafka Connect configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-connect
for reference).- kafka_
rest_ strsettings Kafka REST configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-rest
for reference).- kafka_
settings str Kafka configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka
for reference).- schema_
registry_ strsettings Schema Registry configuration settings in JSON format (
exo dbaas type show kafka --settings=schema-registry
for reference)- version str
Kafka major version (
exo dbaas type show kafka
for reference; may only be set at creation time).
- enable
Cert BooleanAuth Enable certificate-based authentication method.
- enable
Kafka BooleanConnect Enable Kafka Connect.
- enable
Kafka BooleanRest Enable Kafka REST.
- enable
Sasl BooleanAuth Enable SASL-based authentication method.
- enable
Schema BooleanRegistry Enable Schema Registry.
- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- kafka
Connect StringSettings Kafka Connect configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-connect
for reference).- kafka
Rest StringSettings Kafka REST configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka-rest
for reference).- kafka
Settings String Kafka configuration settings in JSON format (
exo dbaas type show kafka --settings=kafka
for reference).- schema
Registry StringSettings Schema Registry configuration settings in JSON format (
exo dbaas type show kafka --settings=schema-registry
for reference)- version String
Kafka major version (
exo dbaas type show kafka
for reference; may only be set at creation time).
DatabaseMysql, DatabaseMysqlArgs
- Admin
Password string A custom administrator account password (may only be set at creation time).
- Admin
Username string A custom administrator account username (may only be set at creation time).
- Backup
Schedule string The automated backup schedule (
HH:MM
).- Ip
Filters List<string> A list of CIDR blocks to allow incoming connections from.
- Mysql
Settings string MySQL configuration settings in JSON format (
exo dbaas type show mysql --settings=mysql
for reference).- Version string
MySQL major version (
exo dbaas type show mysql
for reference; may only be set at creation time).
- Admin
Password string A custom administrator account password (may only be set at creation time).
- Admin
Username string A custom administrator account username (may only be set at creation time).
- Backup
Schedule string The automated backup schedule (
HH:MM
).- Ip
Filters []string A list of CIDR blocks to allow incoming connections from.
- Mysql
Settings string MySQL configuration settings in JSON format (
exo dbaas type show mysql --settings=mysql
for reference).- Version string
MySQL major version (
exo dbaas type show mysql
for reference; may only be set at creation time).
- admin
Password String A custom administrator account password (may only be set at creation time).
- admin
Username String A custom administrator account username (may only be set at creation time).
- backup
Schedule String The automated backup schedule (
HH:MM
).- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- mysql
Settings String MySQL configuration settings in JSON format (
exo dbaas type show mysql --settings=mysql
for reference).- version String
MySQL major version (
exo dbaas type show mysql
for reference; may only be set at creation time).
- admin
Password string A custom administrator account password (may only be set at creation time).
- admin
Username string A custom administrator account username (may only be set at creation time).
- backup
Schedule string The automated backup schedule (
HH:MM
).- ip
Filters string[] A list of CIDR blocks to allow incoming connections from.
- mysql
Settings string MySQL configuration settings in JSON format (
exo dbaas type show mysql --settings=mysql
for reference).- version string
MySQL major version (
exo dbaas type show mysql
for reference; may only be set at creation time).
- admin_
password str A custom administrator account password (may only be set at creation time).
- admin_
username str A custom administrator account username (may only be set at creation time).
- backup_
schedule str The automated backup schedule (
HH:MM
).- ip_
filters Sequence[str] A list of CIDR blocks to allow incoming connections from.
- mysql_
settings str MySQL configuration settings in JSON format (
exo dbaas type show mysql --settings=mysql
for reference).- version str
MySQL major version (
exo dbaas type show mysql
for reference; may only be set at creation time).
- admin
Password String A custom administrator account password (may only be set at creation time).
- admin
Username String A custom administrator account username (may only be set at creation time).
- backup
Schedule String The automated backup schedule (
HH:MM
).- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- mysql
Settings String MySQL configuration settings in JSON format (
exo dbaas type show mysql --settings=mysql
for reference).- version String
MySQL major version (
exo dbaas type show mysql
for reference; may only be set at creation time).
DatabaseOpensearch, DatabaseOpensearchArgs
- Dashboards
Pulumiverse.
Exoscale. Inputs. Database Opensearch Dashboards OpenSearch Dashboards settings
- Fork
From stringService ❗ Service name
- Index
Patterns List<Pulumiverse.Exoscale. Inputs. Database Opensearch Index Pattern> (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting maxindexcount to 0 will do nothing and the pattern gets ignored.
- Index
Template Pulumiverse.Exoscale. Inputs. Database Opensearch Index Template Template settings for all new indexes
- Ip
Filters List<string> Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]
- Keep
Index boolRefresh Interval Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- Max
Index intCount Maximum number of indexes to keep (Minimum value is
0
)- Recovery
Backup stringName ❗ Name of a backup to recover from
- Settings string
OpenSearch-specific settings, in json. e.g.
jsonencode({thread_pool_search_size: 64})
. Useexo x get-dbaas-settings-opensearch
to get a list of available settings.- Version string
❗ OpenSearch major version (
exo dbaas type show opensearch
for reference)
- Dashboards
Database
Opensearch Dashboards OpenSearch Dashboards settings
- Fork
From stringService ❗ Service name
- Index
Patterns []DatabaseOpensearch Index Pattern (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting maxindexcount to 0 will do nothing and the pattern gets ignored.
- Index
Template DatabaseOpensearch Index Template Template settings for all new indexes
- Ip
Filters []string Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]
- Keep
Index boolRefresh Interval Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- Max
Index intCount Maximum number of indexes to keep (Minimum value is
0
)- Recovery
Backup stringName ❗ Name of a backup to recover from
- Settings string
OpenSearch-specific settings, in json. e.g.
jsonencode({thread_pool_search_size: 64})
. Useexo x get-dbaas-settings-opensearch
to get a list of available settings.- Version string
❗ OpenSearch major version (
exo dbaas type show opensearch
for reference)
- dashboards
Database
Opensearch Dashboards OpenSearch Dashboards settings
- fork
From StringService ❗ Service name
- index
Patterns List<DatabaseOpensearch Index Pattern> (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting maxindexcount to 0 will do nothing and the pattern gets ignored.
- index
Template DatabaseOpensearch Index Template Template settings for all new indexes
- ip
Filters List<String> Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]
- keep
Index BooleanRefresh Interval Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- max
Index IntegerCount Maximum number of indexes to keep (Minimum value is
0
)- recovery
Backup StringName ❗ Name of a backup to recover from
- settings String
OpenSearch-specific settings, in json. e.g.
jsonencode({thread_pool_search_size: 64})
. Useexo x get-dbaas-settings-opensearch
to get a list of available settings.- version String
❗ OpenSearch major version (
exo dbaas type show opensearch
for reference)
- dashboards
Database
Opensearch Dashboards OpenSearch Dashboards settings
- fork
From stringService ❗ Service name
- index
Patterns DatabaseOpensearch Index Pattern[] (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting maxindexcount to 0 will do nothing and the pattern gets ignored.
- index
Template DatabaseOpensearch Index Template Template settings for all new indexes
- ip
Filters string[] Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]
- keep
Index booleanRefresh Interval Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- max
Index numberCount Maximum number of indexes to keep (Minimum value is
0
)- recovery
Backup stringName ❗ Name of a backup to recover from
- settings string
OpenSearch-specific settings, in json. e.g.
jsonencode({thread_pool_search_size: 64})
. Useexo x get-dbaas-settings-opensearch
to get a list of available settings.- version string
❗ OpenSearch major version (
exo dbaas type show opensearch
for reference)
- dashboards
Database
Opensearch Dashboards OpenSearch Dashboards settings
- fork_
from_ strservice ❗ Service name
- index_
patterns Sequence[DatabaseOpensearch Index Pattern] (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting maxindexcount to 0 will do nothing and the pattern gets ignored.
- index_
template DatabaseOpensearch Index Template Template settings for all new indexes
- ip_
filters Sequence[str] Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]
- keep_
index_ boolrefresh_ interval Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- max_
index_ intcount Maximum number of indexes to keep (Minimum value is
0
)- recovery_
backup_ strname ❗ Name of a backup to recover from
- settings str
OpenSearch-specific settings, in json. e.g.
jsonencode({thread_pool_search_size: 64})
. Useexo x get-dbaas-settings-opensearch
to get a list of available settings.- version str
❗ OpenSearch major version (
exo dbaas type show opensearch
for reference)
- dashboards Property Map
OpenSearch Dashboards settings
- fork
From StringService ❗ Service name
- index
Patterns List<Property Map> (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting maxindexcount to 0 will do nothing and the pattern gets ignored.
- index
Template Property Map Template settings for all new indexes
- ip
Filters List<String> Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]
- keep
Index BooleanRefresh Interval Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- max
Index NumberCount Maximum number of indexes to keep (Minimum value is
0
)- recovery
Backup StringName ❗ Name of a backup to recover from
- settings String
OpenSearch-specific settings, in json. e.g.
jsonencode({thread_pool_search_size: 64})
. Useexo x get-dbaas-settings-opensearch
to get a list of available settings.- version String
❗ OpenSearch major version (
exo dbaas type show opensearch
for reference)
DatabaseOpensearchDashboards, DatabaseOpensearchDashboardsArgs
- Enabled bool
- Max
Old intSpace Size - Request
Timeout int
- Enabled bool
- Max
Old intSpace Size - Request
Timeout int
- enabled Boolean
- max
Old IntegerSpace Size - request
Timeout Integer
- enabled boolean
- max
Old numberSpace Size - request
Timeout number
- enabled bool
- max_
old_ intspace_ size - request_
timeout int
- enabled Boolean
- max
Old NumberSpace Size - request
Timeout Number
DatabaseOpensearchIndexPattern, DatabaseOpensearchIndexPatternArgs
- Max
Index intCount - Pattern string
- Sorting
Algorithm string
- Max
Index intCount - Pattern string
- Sorting
Algorithm string
- max
Index IntegerCount - pattern String
- sorting
Algorithm String
- max
Index numberCount - pattern string
- sorting
Algorithm string
- max_
index_ intcount - pattern str
- sorting_
algorithm str
- max
Index NumberCount - pattern String
- sorting
Algorithm String
DatabaseOpensearchIndexTemplate, DatabaseOpensearchIndexTemplateArgs
- mapping
Nested IntegerObjects Limit - number
Of IntegerReplicas - number
Of IntegerShards
- mapping
Nested numberObjects Limit - number
Of numberReplicas - number
Of numberShards
- mapping
Nested NumberObjects Limit - number
Of NumberReplicas - number
Of NumberShards
DatabasePg, DatabasePgArgs
- Admin
Password string A custom administrator account password (may only be set at creation time).
- Admin
Username string A custom administrator account username (may only be set at creation time).
- Backup
Schedule string The automated backup schedule (
HH:MM
).- Ip
Filters List<string> A list of CIDR blocks to allow incoming connections from.
- Pg
Settings string PostgreSQL configuration settings in JSON format (
exo dbaas type show pg --settings=pg
for reference).- Pgbouncer
Settings string PgBouncer configuration settings in JSON format (
exo dbaas type show pg --settings=pgbouncer
for reference).- Pglookout
Settings string pglookout configuration settings in JSON format (
exo dbaas type show pg --settings=pglookout
for reference).- Version string
PostgreSQL major version (
exo dbaas type show pg
for reference; may only be set at creation time).
- Admin
Password string A custom administrator account password (may only be set at creation time).
- Admin
Username string A custom administrator account username (may only be set at creation time).
- Backup
Schedule string The automated backup schedule (
HH:MM
).- Ip
Filters []string A list of CIDR blocks to allow incoming connections from.
- Pg
Settings string PostgreSQL configuration settings in JSON format (
exo dbaas type show pg --settings=pg
for reference).- Pgbouncer
Settings string PgBouncer configuration settings in JSON format (
exo dbaas type show pg --settings=pgbouncer
for reference).- Pglookout
Settings string pglookout configuration settings in JSON format (
exo dbaas type show pg --settings=pglookout
for reference).- Version string
PostgreSQL major version (
exo dbaas type show pg
for reference; may only be set at creation time).
- admin
Password String A custom administrator account password (may only be set at creation time).
- admin
Username String A custom administrator account username (may only be set at creation time).
- backup
Schedule String The automated backup schedule (
HH:MM
).- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- pg
Settings String PostgreSQL configuration settings in JSON format (
exo dbaas type show pg --settings=pg
for reference).- pgbouncer
Settings String PgBouncer configuration settings in JSON format (
exo dbaas type show pg --settings=pgbouncer
for reference).- pglookout
Settings String pglookout configuration settings in JSON format (
exo dbaas type show pg --settings=pglookout
for reference).- version String
PostgreSQL major version (
exo dbaas type show pg
for reference; may only be set at creation time).
- admin
Password string A custom administrator account password (may only be set at creation time).
- admin
Username string A custom administrator account username (may only be set at creation time).
- backup
Schedule string The automated backup schedule (
HH:MM
).- ip
Filters string[] A list of CIDR blocks to allow incoming connections from.
- pg
Settings string PostgreSQL configuration settings in JSON format (
exo dbaas type show pg --settings=pg
for reference).- pgbouncer
Settings string PgBouncer configuration settings in JSON format (
exo dbaas type show pg --settings=pgbouncer
for reference).- pglookout
Settings string pglookout configuration settings in JSON format (
exo dbaas type show pg --settings=pglookout
for reference).- version string
PostgreSQL major version (
exo dbaas type show pg
for reference; may only be set at creation time).
- admin_
password str A custom administrator account password (may only be set at creation time).
- admin_
username str A custom administrator account username (may only be set at creation time).
- backup_
schedule str The automated backup schedule (
HH:MM
).- ip_
filters Sequence[str] A list of CIDR blocks to allow incoming connections from.
- pg_
settings str PostgreSQL configuration settings in JSON format (
exo dbaas type show pg --settings=pg
for reference).- pgbouncer_
settings str PgBouncer configuration settings in JSON format (
exo dbaas type show pg --settings=pgbouncer
for reference).- pglookout_
settings str pglookout configuration settings in JSON format (
exo dbaas type show pg --settings=pglookout
for reference).- version str
PostgreSQL major version (
exo dbaas type show pg
for reference; may only be set at creation time).
- admin
Password String A custom administrator account password (may only be set at creation time).
- admin
Username String A custom administrator account username (may only be set at creation time).
- backup
Schedule String The automated backup schedule (
HH:MM
).- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- pg
Settings String PostgreSQL configuration settings in JSON format (
exo dbaas type show pg --settings=pg
for reference).- pgbouncer
Settings String PgBouncer configuration settings in JSON format (
exo dbaas type show pg --settings=pgbouncer
for reference).- pglookout
Settings String pglookout configuration settings in JSON format (
exo dbaas type show pg --settings=pglookout
for reference).- version String
PostgreSQL major version (
exo dbaas type show pg
for reference; may only be set at creation time).
DatabaseRedis, DatabaseRedisArgs
- Ip
Filters List<string> A list of CIDR blocks to allow incoming connections from.
- Redis
Settings string Redis configuration settings in JSON format (
exo dbaas type show redis --settings=redis
for reference).
- Ip
Filters []string A list of CIDR blocks to allow incoming connections from.
- Redis
Settings string Redis configuration settings in JSON format (
exo dbaas type show redis --settings=redis
for reference).
- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- redis
Settings String Redis configuration settings in JSON format (
exo dbaas type show redis --settings=redis
for reference).
- ip
Filters string[] A list of CIDR blocks to allow incoming connections from.
- redis
Settings string Redis configuration settings in JSON format (
exo dbaas type show redis --settings=redis
for reference).
- ip_
filters Sequence[str] A list of CIDR blocks to allow incoming connections from.
- redis_
settings str Redis configuration settings in JSON format (
exo dbaas type show redis --settings=redis
for reference).
- ip
Filters List<String> A list of CIDR blocks to allow incoming connections from.
- redis
Settings String Redis configuration settings in JSON format (
exo dbaas type show redis --settings=redis
for reference).
DatabaseTimeouts, DatabaseTimeoutsArgs
- Create string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update string
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read str
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update str
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Package Details
- Repository
- exoscale pulumiverse/pulumi-exoscale
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
exoscale
Terraform Provider.