1. Packages
  2. Aiven Provider
  3. API Docs
  4. getInfluxDb
Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi

aiven.getInfluxDb

Explore with Pulumi AI

Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi

Using getInfluxDb

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getInfluxDb(args: GetInfluxDbArgs, opts?: InvokeOptions): Promise<GetInfluxDbResult>
function getInfluxDbOutput(args: GetInfluxDbOutputArgs, opts?: InvokeOptions): Output<GetInfluxDbResult>
Copy
def get_influx_db(project: Optional[str] = None,
                  service_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetInfluxDbResult
def get_influx_db_output(project: Optional[pulumi.Input[str]] = None,
                  service_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetInfluxDbResult]
Copy
func LookupInfluxDb(ctx *Context, args *LookupInfluxDbArgs, opts ...InvokeOption) (*LookupInfluxDbResult, error)
func LookupInfluxDbOutput(ctx *Context, args *LookupInfluxDbOutputArgs, opts ...InvokeOption) LookupInfluxDbResultOutput
Copy

> Note: This function is named LookupInfluxDb in the Go SDK.

public static class GetInfluxDb 
{
    public static Task<GetInfluxDbResult> InvokeAsync(GetInfluxDbArgs args, InvokeOptions? opts = null)
    public static Output<GetInfluxDbResult> Invoke(GetInfluxDbInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetInfluxDbResult> getInfluxDb(GetInfluxDbArgs args, InvokeOptions options)
public static Output<GetInfluxDbResult> getInfluxDb(GetInfluxDbArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aiven:index/getInfluxDb:getInfluxDb
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Project This property is required. string
ServiceName This property is required. string
Project This property is required. string
ServiceName This property is required. string
project This property is required. String
serviceName This property is required. String
project This property is required. string
serviceName This property is required. string
project This property is required. str
service_name This property is required. str
project This property is required. String
serviceName This property is required. String

getInfluxDb Result

The following output properties are available:

Supporting Types

GetInfluxDbComponent

Component This property is required. string
Service component name
ConnectionUri This property is required. string
Connection info for connecting to the service component. This is a combination of host and port.
Host This property is required. string
Host name for connecting to the service component
KafkaAuthenticationMethod This property is required. string
Kafka authentication method. This is a value specific to the 'kafka' service component
KafkaSslCa This property is required. string
Kafka certificate used. The possible values are letsencrypt and project_ca.
Port This property is required. int
Port number for connecting to the service component
Route This property is required. string
Network access route
Ssl This property is required. bool
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
Usage This property is required. string
DNS usage name
Component This property is required. string
Service component name
ConnectionUri This property is required. string
Connection info for connecting to the service component. This is a combination of host and port.
Host This property is required. string
Host name for connecting to the service component
KafkaAuthenticationMethod This property is required. string
Kafka authentication method. This is a value specific to the 'kafka' service component
KafkaSslCa This property is required. string
Kafka certificate used. The possible values are letsencrypt and project_ca.
Port This property is required. int
Port number for connecting to the service component
Route This property is required. string
Network access route
Ssl This property is required. bool
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
Usage This property is required. string
DNS usage name
component This property is required. String
Service component name
connectionUri This property is required. String
Connection info for connecting to the service component. This is a combination of host and port.
host This property is required. String
Host name for connecting to the service component
kafkaAuthenticationMethod This property is required. String
Kafka authentication method. This is a value specific to the 'kafka' service component
kafkaSslCa This property is required. String
Kafka certificate used. The possible values are letsencrypt and project_ca.
port This property is required. Integer
Port number for connecting to the service component
route This property is required. String
Network access route
ssl This property is required. Boolean
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
usage This property is required. String
DNS usage name
component This property is required. string
Service component name
connectionUri This property is required. string
Connection info for connecting to the service component. This is a combination of host and port.
host This property is required. string
Host name for connecting to the service component
kafkaAuthenticationMethod This property is required. string
Kafka authentication method. This is a value specific to the 'kafka' service component
kafkaSslCa This property is required. string
Kafka certificate used. The possible values are letsencrypt and project_ca.
port This property is required. number
Port number for connecting to the service component
route This property is required. string
Network access route
ssl This property is required. boolean
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
usage This property is required. string
DNS usage name
component This property is required. str
Service component name
connection_uri This property is required. str
Connection info for connecting to the service component. This is a combination of host and port.
host This property is required. str
Host name for connecting to the service component
kafka_authentication_method This property is required. str
Kafka authentication method. This is a value specific to the 'kafka' service component
kafka_ssl_ca This property is required. str
Kafka certificate used. The possible values are letsencrypt and project_ca.
port This property is required. int
Port number for connecting to the service component
route This property is required. str
Network access route
ssl This property is required. bool
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
usage This property is required. str
DNS usage name
component This property is required. String
Service component name
connectionUri This property is required. String
Connection info for connecting to the service component. This is a combination of host and port.
host This property is required. String
Host name for connecting to the service component
kafkaAuthenticationMethod This property is required. String
Kafka authentication method. This is a value specific to the 'kafka' service component
kafkaSslCa This property is required. String
Kafka certificate used. The possible values are letsencrypt and project_ca.
port This property is required. Number
Port number for connecting to the service component
route This property is required. String
Network access route
ssl This property is required. Boolean
Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
usage This property is required. String
DNS usage name

GetInfluxDbInfluxdb

DatabaseName This property is required. string
Name of the default InfluxDB database
Password This property is required. string
InfluxDB password
Uris This property is required. List<string>
InfluxDB server URIs.
Username This property is required. string
InfluxDB username
DatabaseName This property is required. string
Name of the default InfluxDB database
Password This property is required. string
InfluxDB password
Uris This property is required. []string
InfluxDB server URIs.
Username This property is required. string
InfluxDB username
databaseName This property is required. String
Name of the default InfluxDB database
password This property is required. String
InfluxDB password
uris This property is required. List<String>
InfluxDB server URIs.
username This property is required. String
InfluxDB username
databaseName This property is required. string
Name of the default InfluxDB database
password This property is required. string
InfluxDB password
uris This property is required. string[]
InfluxDB server URIs.
username This property is required. string
InfluxDB username
database_name This property is required. str
Name of the default InfluxDB database
password This property is required. str
InfluxDB password
uris This property is required. Sequence[str]
InfluxDB server URIs.
username This property is required. str
InfluxDB username
databaseName This property is required. String
Name of the default InfluxDB database
password This property is required. String
InfluxDB password
uris This property is required. List<String>
InfluxDB server URIs.
username This property is required. String
InfluxDB username

GetInfluxDbInfluxdbUserConfig

AdditionalBackupRegions string
Additional Cloud Regions for Backup Replication.

Deprecated: This property is deprecated.

CustomDomain string
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
Influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
influxdb.conf configuration values
InfluxdbVersion string
Enum: 1.8, and newer. InfluxDB major version. Default: 1.8.
IpFilterObjects List<GetInfluxDbInfluxdbUserConfigIpFilterObject>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
IpFilterStrings List<string>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
IpFilters List<string>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

Deprecated: Deprecated. Use ip_filter_string instead.

PrivateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
Allow access to selected service ports from private networks
PrivatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
Allow access to selected service components through Privatelink
ProjectToForkFrom string
Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
PublicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
Allow access to selected service ports from the public Internet
RecoveryBasebackupName string
Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
ServiceLog bool
Store logs for the service so that they are available in the HTTP API and console.
ServiceToForkFrom string
Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
StaticIps bool
Use static public IP addresses.
AdditionalBackupRegions string
Additional Cloud Regions for Backup Replication.

Deprecated: This property is deprecated.

CustomDomain string
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
Influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
influxdb.conf configuration values
InfluxdbVersion string
Enum: 1.8, and newer. InfluxDB major version. Default: 1.8.
IpFilterObjects []GetInfluxDbInfluxdbUserConfigIpFilterObject
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
IpFilterStrings []string
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
IpFilters []string
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

Deprecated: Deprecated. Use ip_filter_string instead.

PrivateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
Allow access to selected service ports from private networks
PrivatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
Allow access to selected service components through Privatelink
ProjectToForkFrom string
Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
PublicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
Allow access to selected service ports from the public Internet
RecoveryBasebackupName string
Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
ServiceLog bool
Store logs for the service so that they are available in the HTTP API and console.
ServiceToForkFrom string
Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
StaticIps bool
Use static public IP addresses.
additionalBackupRegions String
Additional Cloud Regions for Backup Replication.

Deprecated: This property is deprecated.

customDomain String
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
influxdb.conf configuration values
influxdbVersion String
Enum: 1.8, and newer. InfluxDB major version. Default: 1.8.
ipFilterObjects List<GetInfluxDbInfluxdbUserConfigIpFilterObject>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
ipFilterStrings List<String>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
ipFilters List<String>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

Deprecated: Deprecated. Use ip_filter_string instead.

privateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
Allow access to selected service ports from private networks
privatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
Allow access to selected service components through Privatelink
projectToForkFrom String
Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
publicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
Allow access to selected service ports from the public Internet
recoveryBasebackupName String
Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
serviceLog Boolean
Store logs for the service so that they are available in the HTTP API and console.
serviceToForkFrom String
Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
staticIps Boolean
Use static public IP addresses.
additionalBackupRegions string
Additional Cloud Regions for Backup Replication.

Deprecated: This property is deprecated.

customDomain string
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
influxdb.conf configuration values
influxdbVersion string
Enum: 1.8, and newer. InfluxDB major version. Default: 1.8.
ipFilterObjects GetInfluxDbInfluxdbUserConfigIpFilterObject[]
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
ipFilterStrings string[]
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
ipFilters string[]
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

Deprecated: Deprecated. Use ip_filter_string instead.

privateAccess GetInfluxDbInfluxdbUserConfigPrivateAccess
Allow access to selected service ports from private networks
privatelinkAccess GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
Allow access to selected service components through Privatelink
projectToForkFrom string
Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
publicAccess GetInfluxDbInfluxdbUserConfigPublicAccess
Allow access to selected service ports from the public Internet
recoveryBasebackupName string
Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
serviceLog boolean
Store logs for the service so that they are available in the HTTP API and console.
serviceToForkFrom string
Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
staticIps boolean
Use static public IP addresses.
additional_backup_regions str
Additional Cloud Regions for Backup Replication.

Deprecated: This property is deprecated.

custom_domain str
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
influxdb GetInfluxDbInfluxdbUserConfigInfluxdb
influxdb.conf configuration values
influxdb_version str
Enum: 1.8, and newer. InfluxDB major version. Default: 1.8.
ip_filter_objects Sequence[GetInfluxDbInfluxdbUserConfigIpFilterObject]
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
ip_filter_strings Sequence[str]
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
ip_filters Sequence[str]
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

Deprecated: Deprecated. Use ip_filter_string instead.

private_access GetInfluxDbInfluxdbUserConfigPrivateAccess
Allow access to selected service ports from private networks
privatelink_access GetInfluxDbInfluxdbUserConfigPrivatelinkAccess
Allow access to selected service components through Privatelink
project_to_fork_from str
Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
public_access GetInfluxDbInfluxdbUserConfigPublicAccess
Allow access to selected service ports from the public Internet
recovery_basebackup_name str
Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
service_log bool
Store logs for the service so that they are available in the HTTP API and console.
service_to_fork_from str
Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
static_ips bool
Use static public IP addresses.
additionalBackupRegions String
Additional Cloud Regions for Backup Replication.

Deprecated: This property is deprecated.

customDomain String
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: grafana.example.org.
influxdb Property Map
influxdb.conf configuration values
influxdbVersion String
Enum: 1.8, and newer. InfluxDB major version. Default: 1.8.
ipFilterObjects List<Property Map>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16
ipFilterStrings List<String>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.
ipFilters List<String>
Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

Deprecated: Deprecated. Use ip_filter_string instead.

privateAccess Property Map
Allow access to selected service ports from private networks
privatelinkAccess Property Map
Allow access to selected service components through Privatelink
projectToForkFrom String
Name of another project to fork a service from. This has effect only when a new service is being created. Example: anotherprojectname.
publicAccess Property Map
Allow access to selected service ports from the public Internet
recoveryBasebackupName String
Name of the basebackup to restore in forked service. Example: backup-20191112t091354293891z.
serviceLog Boolean
Store logs for the service so that they are available in the HTTP API and console.
serviceToForkFrom String
Name of another service to fork from. This has effect only when a new service is being created. Example: anotherservicename.
staticIps Boolean
Use static public IP addresses.

GetInfluxDbInfluxdbUserConfigInfluxdb

LogQueriesAfter int
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
MaxConnectionLimit int
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
MaxRowLimit int
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
MaxSelectBuckets int
The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
MaxSelectPoint int
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
QueryLogEnabled bool
Whether queries should be logged before execution. May log sensitive data contained within a query.
QueryTimeout int
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
LogQueriesAfter int
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
MaxConnectionLimit int
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
MaxRowLimit int
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
MaxSelectBuckets int
The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
MaxSelectPoint int
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
QueryLogEnabled bool
Whether queries should be logged before execution. May log sensitive data contained within a query.
QueryTimeout int
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
logQueriesAfter Integer
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
maxConnectionLimit Integer
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
maxRowLimit Integer
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
maxSelectBuckets Integer
The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
maxSelectPoint Integer
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
queryLogEnabled Boolean
Whether queries should be logged before execution. May log sensitive data contained within a query.
queryTimeout Integer
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
logQueriesAfter number
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
maxConnectionLimit number
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
maxRowLimit number
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
maxSelectBuckets number
The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
maxSelectPoint number
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
queryLogEnabled boolean
Whether queries should be logged before execution. May log sensitive data contained within a query.
queryTimeout number
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
log_queries_after int
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
max_connection_limit int
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
max_row_limit int
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
max_select_buckets int
The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
max_select_point int
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
query_log_enabled bool
Whether queries should be logged before execution. May log sensitive data contained within a query.
query_timeout int
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.
logQueriesAfter Number
The maximum duration in seconds before a query is logged as a slow query. Setting this to 0 (the default) will never log slow queries.
maxConnectionLimit Number
Maximum number of connections to InfluxDB. Setting this to 0 (default) means no limit. If using max_connection_limit, it is recommended to set the value to be large enough in order to not block clients unnecessarily.
maxRowLimit Number
The maximum number of rows returned in a non-chunked query. Setting this to 0 (the default) allows an unlimited number to be returned.
maxSelectBuckets Number
The maximum number of GROUP BY time() buckets that can be processed in a query. Setting this to 0 (the default) allows an unlimited number to be processed.
maxSelectPoint Number
The maximum number of points that can be processed in a SELECT statement. Setting this to 0 (the default) allows an unlimited number to be processed.
queryLogEnabled Boolean
Whether queries should be logged before execution. May log sensitive data contained within a query.
queryTimeout Number
The maximum duration in seconds before a query is killed. Setting this to 0 (the default) will never kill slow queries.

GetInfluxDbInfluxdbUserConfigIpFilterObject

Network This property is required. string
CIDR address block. Example: 10.20.0.0/16.
Description string
Description for IP filter list entry. Example: Production service IP range.
Network This property is required. string
CIDR address block. Example: 10.20.0.0/16.
Description string
Description for IP filter list entry. Example: Production service IP range.
network This property is required. String
CIDR address block. Example: 10.20.0.0/16.
description String
Description for IP filter list entry. Example: Production service IP range.
network This property is required. string
CIDR address block. Example: 10.20.0.0/16.
description string
Description for IP filter list entry. Example: Production service IP range.
network This property is required. str
CIDR address block. Example: 10.20.0.0/16.
description str
Description for IP filter list entry. Example: Production service IP range.
network This property is required. String
CIDR address block. Example: 10.20.0.0/16.
description String
Description for IP filter list entry. Example: Production service IP range.

GetInfluxDbInfluxdbUserConfigPrivateAccess

Influxdb bool
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
UserBackup bool
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
Influxdb bool
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
UserBackup bool
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
influxdb Boolean
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
userBackup Boolean
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
influxdb boolean
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
userBackup boolean
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
influxdb bool
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
user_backup bool
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
influxdb Boolean
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
userBackup Boolean
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.

GetInfluxDbInfluxdbUserConfigPrivatelinkAccess

Influxdb bool
Enable influxdb.
UserBackup bool
Enable user_backup.
Influxdb bool
Enable influxdb.
UserBackup bool
Enable user_backup.
influxdb Boolean
Enable influxdb.
userBackup Boolean
Enable user_backup.
influxdb boolean
Enable influxdb.
userBackup boolean
Enable user_backup.
influxdb bool
Enable influxdb.
user_backup bool
Enable user_backup.
influxdb Boolean
Enable influxdb.
userBackup Boolean
Enable user_backup.

GetInfluxDbInfluxdbUserConfigPublicAccess

Influxdb bool
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
UserBackup bool
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
Influxdb bool
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
UserBackup bool
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
influxdb Boolean
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
userBackup Boolean
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
influxdb boolean
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
userBackup boolean
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
influxdb bool
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
user_backup bool
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
influxdb Boolean
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
userBackup Boolean
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.

GetInfluxDbServiceIntegration

IntegrationType This property is required. string
Type of the service integration
SourceServiceName This property is required. string
Name of the source service
IntegrationType This property is required. string
Type of the service integration
SourceServiceName This property is required. string
Name of the source service
integrationType This property is required. String
Type of the service integration
sourceServiceName This property is required. String
Name of the source service
integrationType This property is required. string
Type of the service integration
sourceServiceName This property is required. string
Name of the source service
integration_type This property is required. str
Type of the service integration
source_service_name This property is required. str
Name of the source service
integrationType This property is required. String
Type of the service integration
sourceServiceName This property is required. String
Name of the source service

GetInfluxDbTag

Key This property is required. string
Service tag key
Value This property is required. string
Service tag value
Key This property is required. string
Service tag key
Value This property is required. string
Service tag value
key This property is required. String
Service tag key
value This property is required. String
Service tag value
key This property is required. string
Service tag key
value This property is required. string
Service tag value
key This property is required. str
Service tag key
value This property is required. str
Service tag value
key This property is required. String
Service tag key
value This property is required. String
Service tag value

GetInfluxDbTechEmail

Email This property is required. string
An email address to contact for technical issues
Email This property is required. string
An email address to contact for technical issues
email This property is required. String
An email address to contact for technical issues
email This property is required. string
An email address to contact for technical issues
email This property is required. str
An email address to contact for technical issues
email This property is required. String
An email address to contact for technical issues

Package Details

Repository
Aiven pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.
Aiven v6.37.0 published on Thursday, Apr 10, 2025 by Pulumi