GetService

Example Usage

using Pulumi;
using Aiven = Pulumi.Aiven;

class MyStack : Stack
{
    public MyStack()
    {
        var myservice = Output.Create(Aiven.GetService.InvokeAsync(new Aiven.GetServiceArgs
        {
            Project = data.Aiven_project.Myproject.Project,
            ServiceName = "<SERVICE_NAME>",
        }));
    }

}

Coming soon!

import pulumi
import pulumi_aiven as aiven

myservice = aiven.get_service(project=data["aiven..Project"]["myproject"]["project"],
    service_name="<SERVICE_NAME>")
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";

const myservice = aiven.getService({
    project: data.aiven_project.myproject.project,
    serviceName: "<SERVICE_NAME>",
});

Using GetService

function getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
function  get_service(cassandra=None, cassandra_user_config=None, client_timeout=None, cloud_name=None, components=None, elasticsearch=None, elasticsearch_user_config=None, grafana=None, grafana_user_config=None, influxdb=None, influxdb_user_config=None, kafka=None, kafka_connect=None, kafka_connect_user_config=None, kafka_mirrormaker=None, kafka_mirrormaker_user_config=None, kafka_user_config=None, maintenance_window_dow=None, maintenance_window_time=None, mysql=None, mysql_user_config=None, pg=None, pg_user_config=None, plan=None, project=None, project_vpc_id=None, redis=None, redis_user_config=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, termination_protection=None, opts=None)
func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)

Note: This function is named LookupService in the Go SDK.

public static class GetService {
    public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Project string
ServiceName string
Cassandra GetServiceCassandraArgs
CassandraUserConfig GetServiceCassandraUserConfigArgs
ClientTimeout GetServiceClientTimeoutArgs
CloudName string
Components List<GetServiceComponentArgs>
Elasticsearch GetServiceElasticsearchArgs
ElasticsearchUserConfig GetServiceElasticsearchUserConfigArgs
Grafana GetServiceGrafanaArgs
GrafanaUserConfig GetServiceGrafanaUserConfigArgs
Influxdb GetServiceInfluxdbArgs
InfluxdbUserConfig GetServiceInfluxdbUserConfigArgs
Kafka GetServiceKafkaArgs
KafkaConnect GetServiceKafkaConnectArgs
KafkaConnectUserConfig GetServiceKafkaConnectUserConfigArgs
KafkaMirrormaker GetServiceKafkaMirrormakerArgs
KafkaMirrormakerUserConfig GetServiceKafkaMirrormakerUserConfigArgs
KafkaUserConfig GetServiceKafkaUserConfigArgs
MaintenanceWindowDow string
MaintenanceWindowTime string
Mysql GetServiceMysqlArgs
MysqlUserConfig GetServiceMysqlUserConfigArgs
Pg GetServicePgArgs
PgUserConfig GetServicePgUserConfigArgs
Plan string
ProjectVpcId string
Redis GetServiceRedisArgs
RedisUserConfig GetServiceRedisUserConfigArgs
ServiceHost string
ServiceIntegrations List<GetServiceServiceIntegrationArgs>
ServicePassword string
ServicePort int
ServiceType string
ServiceUri string
ServiceUsername string
State string
TerminationProtection bool
Project string
ServiceName string
Cassandra GetServiceCassandra
CassandraUserConfig GetServiceCassandraUserConfig
ClientTimeout GetServiceClientTimeout
CloudName string
Components []GetServiceComponent
Elasticsearch GetServiceElasticsearch
ElasticsearchUserConfig GetServiceElasticsearchUserConfig
Grafana GetServiceGrafana
GrafanaUserConfig GetServiceGrafanaUserConfig
Influxdb GetServiceInfluxdb
InfluxdbUserConfig GetServiceInfluxdbUserConfig
Kafka GetServiceKafka
KafkaConnect GetServiceKafkaConnect
KafkaConnectUserConfig GetServiceKafkaConnectUserConfig
KafkaMirrormaker GetServiceKafkaMirrormaker
KafkaMirrormakerUserConfig GetServiceKafkaMirrormakerUserConfig
KafkaUserConfig GetServiceKafkaUserConfig
MaintenanceWindowDow string
MaintenanceWindowTime string
Mysql GetServiceMysql
MysqlUserConfig GetServiceMysqlUserConfig
Pg GetServicePg
PgUserConfig GetServicePgUserConfig
Plan string
ProjectVpcId string
Redis GetServiceRedis
RedisUserConfig GetServiceRedisUserConfig
ServiceHost string
ServiceIntegrations []GetServiceServiceIntegration
ServicePassword string
ServicePort int
ServiceType string
ServiceUri string
ServiceUsername string
State string
TerminationProtection bool
project string
serviceName string
cassandra GetServiceCassandra
cassandraUserConfig GetServiceCassandraUserConfig
clientTimeout GetServiceClientTimeout
cloudName string
components GetServiceComponent[]
elasticsearch GetServiceElasticsearch
elasticsearchUserConfig GetServiceElasticsearchUserConfig
grafana GetServiceGrafana
grafanaUserConfig GetServiceGrafanaUserConfig
influxdb GetServiceInfluxdb
influxdbUserConfig GetServiceInfluxdbUserConfig
kafka GetServiceKafka
kafkaConnect GetServiceKafkaConnect
kafkaConnectUserConfig GetServiceKafkaConnectUserConfig
kafkaMirrormaker GetServiceKafkaMirrormaker
kafkaMirrormakerUserConfig GetServiceKafkaMirrormakerUserConfig
kafkaUserConfig GetServiceKafkaUserConfig
maintenanceWindowDow string
maintenanceWindowTime string
mysql GetServiceMysql
mysqlUserConfig GetServiceMysqlUserConfig
pg GetServicePg
pgUserConfig GetServicePgUserConfig
plan string
projectVpcId string
redis GetServiceRedis
redisUserConfig GetServiceRedisUserConfig
serviceHost string
serviceIntegrations GetServiceServiceIntegration[]
servicePassword string
servicePort number
serviceType string
serviceUri string
serviceUsername string
state string
terminationProtection boolean
project str
service_name str
cassandra Dict[GetServiceCassandra]
cassandra_user_config Dict[GetServiceCassandraUserConfig]
client_timeout Dict[GetServiceClientTimeout]
cloud_name str
components List[GetServiceComponent]
elasticsearch Dict[GetServiceElasticsearch]
elasticsearch_user_config Dict[GetServiceElasticsearchUserConfig]
grafana Dict[GetServiceGrafana]
grafana_user_config Dict[GetServiceGrafanaUserConfig]
influxdb Dict[GetServiceInfluxdb]
influxdb_user_config Dict[GetServiceInfluxdbUserConfig]
kafka Dict[GetServiceKafka]
kafka_connect Dict[GetServiceKafkaConnect]
kafka_connect_user_config Dict[GetServiceKafkaConnectUserConfig]
kafka_mirrormaker Dict[GetServiceKafkaMirrormaker]
kafka_mirrormaker_user_config Dict[GetServiceKafkaMirrormakerUserConfig]
kafka_user_config Dict[GetServiceKafkaUserConfig]
maintenance_window_dow str
maintenance_window_time str
mysql Dict[GetServiceMysql]
mysql_user_config Dict[GetServiceMysqlUserConfig]
pg Dict[GetServicePg]
pg_user_config Dict[GetServicePgUserConfig]
plan str
project_vpc_id str
redis Dict[GetServiceRedis]
redis_user_config Dict[GetServiceRedisUserConfig]
service_host str
service_integrations List[GetServiceServiceIntegration]
service_password str
service_port float
service_type str
service_uri str
service_username str
state str
termination_protection bool

GetService Result

The following output properties are available:

Cassandra GetServiceCassandra
Components List<GetServiceComponent>
Elasticsearch GetServiceElasticsearch
Grafana GetServiceGrafana
Id string

The provider-assigned unique ID for this managed resource.

Influxdb GetServiceInfluxdb
Kafka GetServiceKafka
KafkaConnect GetServiceKafkaConnect
KafkaMirrormaker GetServiceKafkaMirrormaker
Mysql GetServiceMysql
Pg GetServicePg
Project string
Redis GetServiceRedis
ServiceHost string
ServiceName string
ServicePassword string
ServicePort int
ServiceUri string
ServiceUsername string
State string
CassandraUserConfig GetServiceCassandraUserConfig
ClientTimeout GetServiceClientTimeout
CloudName string
ElasticsearchUserConfig GetServiceElasticsearchUserConfig
GrafanaUserConfig GetServiceGrafanaUserConfig
InfluxdbUserConfig GetServiceInfluxdbUserConfig
KafkaConnectUserConfig GetServiceKafkaConnectUserConfig
KafkaMirrormakerUserConfig GetServiceKafkaMirrormakerUserConfig
KafkaUserConfig GetServiceKafkaUserConfig
MaintenanceWindowDow string
MaintenanceWindowTime string
MysqlUserConfig GetServiceMysqlUserConfig
PgUserConfig GetServicePgUserConfig
Plan string
ProjectVpcId string
RedisUserConfig GetServiceRedisUserConfig
ServiceIntegrations List<GetServiceServiceIntegration>
ServiceType string
TerminationProtection bool
Cassandra GetServiceCassandra
Components []GetServiceComponent
Elasticsearch GetServiceElasticsearch
Grafana GetServiceGrafana
Id string

The provider-assigned unique ID for this managed resource.

Influxdb GetServiceInfluxdb
Kafka GetServiceKafka
KafkaConnect GetServiceKafkaConnect
KafkaMirrormaker GetServiceKafkaMirrormaker
Mysql GetServiceMysql
Pg GetServicePg
Project string
Redis GetServiceRedis
ServiceHost string
ServiceName string
ServicePassword string
ServicePort int
ServiceUri string
ServiceUsername string
State string
CassandraUserConfig GetServiceCassandraUserConfig
ClientTimeout GetServiceClientTimeout
CloudName string
ElasticsearchUserConfig GetServiceElasticsearchUserConfig
GrafanaUserConfig GetServiceGrafanaUserConfig
InfluxdbUserConfig GetServiceInfluxdbUserConfig
KafkaConnectUserConfig GetServiceKafkaConnectUserConfig
KafkaMirrormakerUserConfig GetServiceKafkaMirrormakerUserConfig
KafkaUserConfig GetServiceKafkaUserConfig
MaintenanceWindowDow string
MaintenanceWindowTime string
MysqlUserConfig GetServiceMysqlUserConfig
PgUserConfig GetServicePgUserConfig
Plan string
ProjectVpcId string
RedisUserConfig GetServiceRedisUserConfig
ServiceIntegrations []GetServiceServiceIntegration
ServiceType string
TerminationProtection bool
cassandra GetServiceCassandra
components GetServiceComponent[]
elasticsearch GetServiceElasticsearch
grafana GetServiceGrafana
id string

The provider-assigned unique ID for this managed resource.

influxdb GetServiceInfluxdb
kafka GetServiceKafka
kafkaConnect GetServiceKafkaConnect
kafkaMirrormaker GetServiceKafkaMirrormaker
mysql GetServiceMysql
pg GetServicePg
project string
redis GetServiceRedis
serviceHost string
serviceName string
servicePassword string
servicePort number
serviceUri string
serviceUsername string
state string
cassandraUserConfig GetServiceCassandraUserConfig
clientTimeout GetServiceClientTimeout
cloudName string
elasticsearchUserConfig GetServiceElasticsearchUserConfig
grafanaUserConfig GetServiceGrafanaUserConfig
influxdbUserConfig GetServiceInfluxdbUserConfig
kafkaConnectUserConfig GetServiceKafkaConnectUserConfig
kafkaMirrormakerUserConfig GetServiceKafkaMirrormakerUserConfig
kafkaUserConfig GetServiceKafkaUserConfig
maintenanceWindowDow string
maintenanceWindowTime string
mysqlUserConfig GetServiceMysqlUserConfig
pgUserConfig GetServicePgUserConfig
plan string
projectVpcId string
redisUserConfig GetServiceRedisUserConfig
serviceIntegrations GetServiceServiceIntegration[]
serviceType string
terminationProtection boolean
cassandra Dict[GetServiceCassandra]
components List[GetServiceComponent]
elasticsearch Dict[GetServiceElasticsearch]
grafana Dict[GetServiceGrafana]
id str

The provider-assigned unique ID for this managed resource.

influxdb Dict[GetServiceInfluxdb]
kafka Dict[GetServiceKafka]
kafka_connect Dict[GetServiceKafkaConnect]
kafka_mirrormaker Dict[GetServiceKafkaMirrormaker]
mysql Dict[GetServiceMysql]
pg Dict[GetServicePg]
project str
redis Dict[GetServiceRedis]
service_host str
service_name str
service_password str
service_port float
service_uri str
service_username str
state str
cassandra_user_config Dict[GetServiceCassandraUserConfig]
client_timeout Dict[GetServiceClientTimeout]
cloud_name str
elasticsearch_user_config Dict[GetServiceElasticsearchUserConfig]
grafana_user_config Dict[GetServiceGrafanaUserConfig]
influxdb_user_config Dict[GetServiceInfluxdbUserConfig]
kafka_connect_user_config Dict[GetServiceKafkaConnectUserConfig]
kafka_mirrormaker_user_config Dict[GetServiceKafkaMirrormakerUserConfig]
kafka_user_config Dict[GetServiceKafkaUserConfig]
maintenance_window_dow str
maintenance_window_time str
mysql_user_config Dict[GetServiceMysqlUserConfig]
pg_user_config Dict[GetServicePgUserConfig]
plan str
project_vpc_id str
redis_user_config Dict[GetServiceRedisUserConfig]
service_integrations List[GetServiceServiceIntegration]
service_type str
termination_protection bool

Supporting Types

GetServiceCassandraUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IpFilters List<string>
MigrateSstableloader string
PrivateAccess GetServiceCassandraUserConfigPrivateAccessArgs
PublicAccess GetServiceCassandraUserConfigPublicAccessArgs
ServiceToForkFrom string
IpFilters []string
MigrateSstableloader string
PrivateAccess GetServiceCassandraUserConfigPrivateAccess
PublicAccess GetServiceCassandraUserConfigPublicAccess
ServiceToForkFrom string
ipFilters string[]
migrateSstableloader string
privateAccess GetServiceCassandraUserConfigPrivateAccess
publicAccess GetServiceCassandraUserConfigPublicAccess
serviceToForkFrom string
ipFilters List[str]
migrateSstableloader str
privateAccess Dict[GetServiceCassandraUserConfigPrivateAccess]
publicAccess Dict[GetServiceCassandraUserConfigPublicAccess]
serviceToForkFrom str

GetServiceCassandraUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Prometheus string
Prometheus string
prometheus string
prometheus str

GetServiceCassandraUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Prometheus string
Prometheus string
prometheus string
prometheus str

GetServiceClientTimeout

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Create string
Update string
Create string
Update string
create string
update string
create str
update str

GetServiceComponent

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Component string
Host string
KafkaAuthenticationMethod string
Port int
Route string
Ssl bool
Usage string
Component string
Host string
KafkaAuthenticationMethod string
Port int
Route string
Ssl bool
Usage string
component string
host string
kafkaAuthenticationMethod string
port number
route string
ssl boolean
usage string
component str
host str
kafkaAuthenticationMethod str
port float
route str
ssl bool
usage str

GetServiceElasticsearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

KibanaUri string
KibanaUri string
kibanaUri string
kibanaUri str

GetServiceElasticsearchUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CustomDomain string
DisableReplicationFactorAdjustment string
Elasticsearch GetServiceElasticsearchUserConfigElasticsearchArgs
ElasticsearchVersion string
IndexPatterns List<GetServiceElasticsearchUserConfigIndexPatternArgs>
IpFilters List<string>
Kibana GetServiceElasticsearchUserConfigKibanaArgs
MaxIndexCount string
PrivateAccess GetServiceElasticsearchUserConfigPrivateAccessArgs
PublicAccess GetServiceElasticsearchUserConfigPublicAccessArgs
RecoveryBasebackupName string
ServiceToForkFrom string
CustomDomain string
DisableReplicationFactorAdjustment string
Elasticsearch GetServiceElasticsearchUserConfigElasticsearch
ElasticsearchVersion string
IndexPatterns []GetServiceElasticsearchUserConfigIndexPattern
IpFilters []string
Kibana GetServiceElasticsearchUserConfigKibana
MaxIndexCount string
PrivateAccess GetServiceElasticsearchUserConfigPrivateAccess
PublicAccess GetServiceElasticsearchUserConfigPublicAccess
RecoveryBasebackupName string
ServiceToForkFrom string
customDomain string
disableReplicationFactorAdjustment string
elasticsearch GetServiceElasticsearchUserConfigElasticsearch
elasticsearchVersion string
indexPatterns GetServiceElasticsearchUserConfigIndexPattern[]
ipFilters string[]
kibana GetServiceElasticsearchUserConfigKibana
maxIndexCount string
privateAccess GetServiceElasticsearchUserConfigPrivateAccess
publicAccess GetServiceElasticsearchUserConfigPublicAccess
recoveryBasebackupName string
serviceToForkFrom string
customDomain str
disableReplicationFactorAdjustment str
elasticsearch Dict[GetServiceElasticsearchUserConfigElasticsearch]
elasticsearchVersion str
indexPatterns List[GetServiceElasticsearchUserConfigIndexPattern]
ipFilters List[str]
kibana Dict[GetServiceElasticsearchUserConfigKibana]
maxIndexCount str
privateAccess Dict[GetServiceElasticsearchUserConfigPrivateAccess]
publicAccess Dict[GetServiceElasticsearchUserConfigPublicAccess]
recoveryBasebackupName str
serviceToForkFrom str

GetServiceElasticsearchUserConfigElasticsearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ActionAutoCreateIndexEnabled string
ActionDestructiveRequiresName string
HttpMaxContentLength string
HttpMaxHeaderSize string
HttpMaxInitialLineLength string
IndicesFielddataCacheSize string
IndicesMemoryIndexBufferSize string
IndicesQueriesCacheSize string
IndicesQueryBoolMaxClauseCount string
ReindexRemoteWhitelists List<string>
ThreadPoolAnalyzeQueueSize string
ThreadPoolAnalyzeSize string
ThreadPoolForceMergeSize string
ThreadPoolGetQueueSize string
ThreadPoolGetSize string
ThreadPoolIndexQueueSize string
ThreadPoolIndexSize string
ThreadPoolSearchQueueSize string
ThreadPoolSearchSize string
ThreadPoolSearchThrottledQueueSize string
ThreadPoolSearchThrottledSize string
ThreadPoolWriteQueueSize string
ThreadPoolWriteSize string
ActionAutoCreateIndexEnabled string
ActionDestructiveRequiresName string
HttpMaxContentLength string
HttpMaxHeaderSize string
HttpMaxInitialLineLength string
IndicesFielddataCacheSize string
IndicesMemoryIndexBufferSize string
IndicesQueriesCacheSize string
IndicesQueryBoolMaxClauseCount string
ReindexRemoteWhitelists []string
ThreadPoolAnalyzeQueueSize string
ThreadPoolAnalyzeSize string
ThreadPoolForceMergeSize string
ThreadPoolGetQueueSize string
ThreadPoolGetSize string
ThreadPoolIndexQueueSize string
ThreadPoolIndexSize string
ThreadPoolSearchQueueSize string
ThreadPoolSearchSize string
ThreadPoolSearchThrottledQueueSize string
ThreadPoolSearchThrottledSize string
ThreadPoolWriteQueueSize string
ThreadPoolWriteSize string
actionAutoCreateIndexEnabled string
actionDestructiveRequiresName string
httpMaxContentLength string
httpMaxHeaderSize string
httpMaxInitialLineLength string
indicesFielddataCacheSize string
indicesMemoryIndexBufferSize string
indicesQueriesCacheSize string
indicesQueryBoolMaxClauseCount string
reindexRemoteWhitelists string[]
threadPoolAnalyzeQueueSize string
threadPoolAnalyzeSize string
threadPoolForceMergeSize string
threadPoolGetQueueSize string
threadPoolGetSize string
threadPoolIndexQueueSize string
threadPoolIndexSize string
threadPoolSearchQueueSize string
threadPoolSearchSize string
threadPoolSearchThrottledQueueSize string
threadPoolSearchThrottledSize string
threadPoolWriteQueueSize string
threadPoolWriteSize string
actionAutoCreateIndexEnabled str
actionDestructiveRequiresName str
httpMaxContentLength str
httpMaxHeaderSize str
httpMaxInitialLineLength str
indicesFielddataCacheSize str
indicesMemoryIndexBufferSize str
indicesQueriesCacheSize str
indicesQueryBoolMaxClauseCount str
reindexRemoteWhitelists List[str]
threadPoolAnalyzeQueueSize str
threadPoolAnalyzeSize str
threadPoolForceMergeSize str
threadPoolGetQueueSize str
threadPoolGetSize str
threadPoolIndexQueueSize str
threadPoolIndexSize str
threadPoolSearchQueueSize str
threadPoolSearchSize str
threadPoolSearchThrottledQueueSize str
threadPoolSearchThrottledSize str
threadPoolWriteQueueSize str
threadPoolWriteSize str

GetServiceElasticsearchUserConfigIndexPattern

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MaxIndexCount string
Pattern string
MaxIndexCount string
Pattern string
maxIndexCount string
pattern string
maxIndexCount str
pattern str

GetServiceElasticsearchUserConfigKibana

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ElasticsearchRequestTimeout string
Enabled string
MaxOldSpaceSize string
ElasticsearchRequestTimeout string
Enabled string
MaxOldSpaceSize string
elasticsearchRequestTimeout string
enabled string
maxOldSpaceSize string
elasticsearchRequestTimeout str
enabled str
maxOldSpaceSize str

GetServiceElasticsearchUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Elasticsearch string
Kibana string
Prometheus string
Elasticsearch string
Kibana string
Prometheus string
elasticsearch string
kibana string
prometheus string
elasticsearch str
kibana str
prometheus str

GetServiceElasticsearchUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Elasticsearch string
Kibana string
Prometheus string
Elasticsearch string
Kibana string
Prometheus string
elasticsearch string
kibana string
prometheus string
elasticsearch str
kibana str
prometheus str

GetServiceGrafanaUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertingEnabled string
AlertingErrorOrTimeout string
AlertingNodataOrNullvalues string
AllowEmbedding string
AuthBasicEnabled string
AuthGenericOauth GetServiceGrafanaUserConfigAuthGenericOauthArgs
AuthGithub GetServiceGrafanaUserConfigAuthGithubArgs
AuthGitlab GetServiceGrafanaUserConfigAuthGitlabArgs
AuthGoogle GetServiceGrafanaUserConfigAuthGoogleArgs
CookieSamesite string
CustomDomain string
DashboardsVersionsToKeep string
DataproxySendUserHeader string
DataproxyTimeout string
DisableGravatar string
EditorsCanAdmin string
ExternalImageStorage GetServiceGrafanaUserConfigExternalImageStorageArgs
GoogleAnalyticsUaId string
IpFilters List<string>
MetricsEnabled string
PrivateAccess GetServiceGrafanaUserConfigPrivateAccessArgs
PublicAccess GetServiceGrafanaUserConfigPublicAccessArgs
SmtpServer GetServiceGrafanaUserConfigSmtpServerArgs
UserAutoAssignOrg string
UserAutoAssignOrgRole string
ViewersCanEdit string
AlertingEnabled string
AlertingErrorOrTimeout string
AlertingNodataOrNullvalues string
AllowEmbedding string
AuthBasicEnabled string
AuthGenericOauth GetServiceGrafanaUserConfigAuthGenericOauth
AuthGithub GetServiceGrafanaUserConfigAuthGithub
AuthGitlab GetServiceGrafanaUserConfigAuthGitlab
AuthGoogle GetServiceGrafanaUserConfigAuthGoogle
CookieSamesite string
CustomDomain string
DashboardsVersionsToKeep string
DataproxySendUserHeader string
DataproxyTimeout string
DisableGravatar string
EditorsCanAdmin string
ExternalImageStorage GetServiceGrafanaUserConfigExternalImageStorage
GoogleAnalyticsUaId string
IpFilters []string
MetricsEnabled string
PrivateAccess GetServiceGrafanaUserConfigPrivateAccess
PublicAccess GetServiceGrafanaUserConfigPublicAccess
SmtpServer GetServiceGrafanaUserConfigSmtpServer
UserAutoAssignOrg string
UserAutoAssignOrgRole string
ViewersCanEdit string
alertingEnabled string
alertingErrorOrTimeout string
alertingNodataOrNullvalues string
allowEmbedding string
authBasicEnabled string
authGenericOauth GetServiceGrafanaUserConfigAuthGenericOauth
authGithub GetServiceGrafanaUserConfigAuthGithub
authGitlab GetServiceGrafanaUserConfigAuthGitlab
authGoogle GetServiceGrafanaUserConfigAuthGoogle
cookieSamesite string
customDomain string
dashboardsVersionsToKeep string
dataproxySendUserHeader string
dataproxyTimeout string
disableGravatar string
editorsCanAdmin string
externalImageStorage GetServiceGrafanaUserConfigExternalImageStorage
googleAnalyticsUaId string
ipFilters string[]
metricsEnabled string
privateAccess GetServiceGrafanaUserConfigPrivateAccess
publicAccess GetServiceGrafanaUserConfigPublicAccess
smtpServer GetServiceGrafanaUserConfigSmtpServer
userAutoAssignOrg string
userAutoAssignOrgRole string
viewersCanEdit string
alertingEnabled str
alertingErrorOrTimeout str
alertingNodataOrNullvalues str
allowEmbedding str
authBasicEnabled str
authGenericOauth Dict[GetServiceGrafanaUserConfigAuthGenericOauth]
authGithub Dict[GetServiceGrafanaUserConfigAuthGithub]
authGitlab Dict[GetServiceGrafanaUserConfigAuthGitlab]
authGoogle Dict[GetServiceGrafanaUserConfigAuthGoogle]
cookieSamesite str
customDomain str
dashboardsVersionsToKeep str
dataproxySendUserHeader str
dataproxyTimeout str
disableGravatar str
editorsCanAdmin str
externalImageStorage Dict[GetServiceGrafanaUserConfigExternalImageStorage]
googleAnalyticsUaId str
ipFilters List[str]
metricsEnabled str
privateAccess Dict[GetServiceGrafanaUserConfigPrivateAccess]
publicAccess Dict[GetServiceGrafanaUserConfigPublicAccess]
smtpServer Dict[GetServiceGrafanaUserConfigSmtpServer]
userAutoAssignOrg str
userAutoAssignOrgRole str
viewersCanEdit str

GetServiceGrafanaUserConfigAuthGenericOauth

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AllowSignUp string
AllowedDomains List<string>
AllowedOrganizations List<string>
ApiUrl string
AuthUrl string
ClientId string
ClientSecret string
Name string
Scopes List<string>
TokenUrl string
AllowSignUp string
AllowedDomains []string
AllowedOrganizations []string
ApiUrl string
AuthUrl string
ClientId string
ClientSecret string
Name string
Scopes []string
TokenUrl string
allowSignUp string
allowedDomains string[]
allowedOrganizations string[]
apiUrl string
authUrl string
clientId string
clientSecret string
name string
scopes string[]
tokenUrl string
allowSignUp str
allowedDomains List[str]
allowedOrganizations List[str]
apiUrl str
authUrl str
clientId str
clientSecret str
name str
scopes List[str]
tokenUrl str

GetServiceGrafanaUserConfigAuthGithub

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AllowSignUp string
AllowedOrganizations List<string>
ClientId string
ClientSecret string
TeamIds List<int>
AllowSignUp string
AllowedOrganizations []string
ClientId string
ClientSecret string
TeamIds []int
allowSignUp string
allowedOrganizations string[]
clientId string
clientSecret string
teamIds number[]
allowSignUp str
allowedOrganizations List[str]
clientId str
clientSecret str
teamIds List[Integer]

GetServiceGrafanaUserConfigAuthGitlab

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AllowSignUp string
AllowedGroups List<string>
ApiUrl string
AuthUrl string
ClientId string
ClientSecret string
TokenUrl string
AllowSignUp string
AllowedGroups []string
ApiUrl string
AuthUrl string
ClientId string
ClientSecret string
TokenUrl string
allowSignUp string
allowedGroups string[]
apiUrl string
authUrl string
clientId string
clientSecret string
tokenUrl string
allowSignUp str
allowedGroups List[str]
apiUrl str
authUrl str
clientId str
clientSecret str
tokenUrl str

GetServiceGrafanaUserConfigAuthGoogle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AllowSignUp string
AllowedDomains List<string>
ClientId string
ClientSecret string
AllowSignUp string
AllowedDomains []string
ClientId string
ClientSecret string
allowSignUp string
allowedDomains string[]
clientId string
clientSecret string
allowSignUp str
allowedDomains List[str]
clientId str
clientSecret str

GetServiceGrafanaUserConfigExternalImageStorage

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AccessKey string
BucketUrl string
Provider string
SecretKey string
AccessKey string
BucketUrl string
Provider string
SecretKey string
accessKey string
bucketUrl string
provider string
secretKey string
access_key str
bucketUrl str
provider str
secretKey str

GetServiceGrafanaUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Grafana string
Grafana string
grafana string
grafana str

GetServiceGrafanaUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Grafana string
Grafana string
grafana string
grafana str

GetServiceGrafanaUserConfigSmtpServer

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

FromAddress string
FromName string
Host string
Password string
Port string
SkipVerify string
Username string
FromAddress string
FromName string
Host string
Password string
Port string
SkipVerify string
Username string
fromAddress string
fromName string
host string
password string
port string
skipVerify string
username string
fromAddress str
fromName str
host str
password str
port str
skipVerify str
username str

GetServiceInfluxdb

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

DatabaseName string
DatabaseName string
databaseName string
database_name str

GetServiceInfluxdbUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CustomDomain string
IpFilters List<string>
PrivateAccess GetServiceInfluxdbUserConfigPrivateAccessArgs
PublicAccess GetServiceInfluxdbUserConfigPublicAccessArgs
ServiceToForkFrom string
CustomDomain string
IpFilters []string
PrivateAccess GetServiceInfluxdbUserConfigPrivateAccess
PublicAccess GetServiceInfluxdbUserConfigPublicAccess
ServiceToForkFrom string
customDomain string
ipFilters string[]
privateAccess GetServiceInfluxdbUserConfigPrivateAccess
publicAccess GetServiceInfluxdbUserConfigPublicAccess
serviceToForkFrom string
customDomain str
ipFilters List[str]
privateAccess Dict[GetServiceInfluxdbUserConfigPrivateAccess]
publicAccess Dict[GetServiceInfluxdbUserConfigPublicAccess]
serviceToForkFrom str

GetServiceInfluxdbUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Influxdb string
Influxdb string
influxdb string
influxdb str

GetServiceInfluxdbUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Influxdb string
Influxdb string
influxdb string
influxdb str

GetServiceKafka

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AccessCert string
AccessKey string
ConnectUri string
RestUri string
SchemaRegistryUri string
AccessCert string
AccessKey string
ConnectUri string
RestUri string
SchemaRegistryUri string
accessCert string
accessKey string
connectUri string
restUri string
schemaRegistryUri string
access_cert str
access_key str
connectUri str
restUri str
schemaRegistryUri str

GetServiceKafkaConnectUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IpFilters List<string>
KafkaConnect GetServiceKafkaConnectUserConfigKafkaConnectArgs
PrivateAccess GetServiceKafkaConnectUserConfigPrivateAccessArgs
PublicAccess GetServiceKafkaConnectUserConfigPublicAccessArgs
IpFilters []string
KafkaConnect GetServiceKafkaConnectUserConfigKafkaConnect
PrivateAccess GetServiceKafkaConnectUserConfigPrivateAccess
PublicAccess GetServiceKafkaConnectUserConfigPublicAccess
ipFilters string[]
kafkaConnect GetServiceKafkaConnectUserConfigKafkaConnect
privateAccess GetServiceKafkaConnectUserConfigPrivateAccess
publicAccess GetServiceKafkaConnectUserConfigPublicAccess
ipFilters List[str]
kafka_connect Dict[GetServiceKafkaConnectUserConfigKafkaConnect]
privateAccess Dict[GetServiceKafkaConnectUserConfigPrivateAccess]
publicAccess Dict[GetServiceKafkaConnectUserConfigPublicAccess]

GetServiceKafkaConnectUserConfigKafkaConnect

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ConsumerIsolationLevel string
ConsumerMaxPollRecords string
OffsetFlushIntervalMs string
ConsumerIsolationLevel string
ConsumerMaxPollRecords string
OffsetFlushIntervalMs string
consumerIsolationLevel string
consumerMaxPollRecords string
offsetFlushIntervalMs string
consumerIsolationLevel str
consumerMaxPollRecords str
offsetFlushIntervalMs str

GetServiceKafkaConnectUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

KafkaConnect string
Prometheus string
KafkaConnect string
Prometheus string
kafkaConnect string
prometheus string
kafka_connect str
prometheus str

GetServiceKafkaConnectUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

KafkaConnect string
Prometheus string
KafkaConnect string
Prometheus string
kafkaConnect string
prometheus string
kafka_connect str
prometheus str

GetServiceKafkaMirrormakerUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IpFilters List<string>
KafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormakerArgs
IpFilters []string
KafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
ipFilters string[]
kafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
ipFilters List[str]
kafka_mirrormaker Dict[GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker]

GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

RefreshGroupsEnabled string
RefreshGroupsIntervalSeconds string
RefreshTopicsEnabled string
RefreshTopicsIntervalSeconds string
RefreshGroupsEnabled string
RefreshGroupsIntervalSeconds string
RefreshTopicsEnabled string
RefreshTopicsIntervalSeconds string
refreshGroupsEnabled string
refreshGroupsIntervalSeconds string
refreshTopicsEnabled string
refreshTopicsIntervalSeconds string
refreshGroupsEnabled str
refreshGroupsIntervalSeconds str
refreshTopicsEnabled str
refreshTopicsIntervalSeconds str

GetServiceKafkaUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

CustomDomain string
IpFilters List<string>
Kafka GetServiceKafkaUserConfigKafkaArgs
KafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethodsArgs
KafkaConnect string
KafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfigArgs
KafkaRest string
KafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfigArgs
KafkaVersion string
PrivateAccess GetServiceKafkaUserConfigPrivateAccessArgs
PublicAccess GetServiceKafkaUserConfigPublicAccessArgs
SchemaRegistry string
CustomDomain string
IpFilters []string
Kafka GetServiceKafkaUserConfigKafka
KafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethods
KafkaConnect string
KafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfig
KafkaRest string
KafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfig
KafkaVersion string
PrivateAccess GetServiceKafkaUserConfigPrivateAccess
PublicAccess GetServiceKafkaUserConfigPublicAccess
SchemaRegistry string
customDomain string
ipFilters string[]
kafka GetServiceKafkaUserConfigKafka
kafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethods
kafkaConnect string
kafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfig
kafkaRest string
kafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfig
kafkaVersion string
privateAccess GetServiceKafkaUserConfigPrivateAccess
publicAccess GetServiceKafkaUserConfigPublicAccess
schemaRegistry string
customDomain str
ipFilters List[str]
kafka Dict[GetServiceKafkaUserConfigKafka]
kafkaAuthenticationMethods Dict[GetServiceKafkaUserConfigKafkaAuthenticationMethods]
kafkaConnectConfig Dict[GetServiceKafkaUserConfigKafkaConnectConfig]
kafkaRest str
kafkaRestConfig Dict[GetServiceKafkaUserConfigKafkaRestConfig]
kafkaVersion str
kafka_connect str
privateAccess Dict[GetServiceKafkaUserConfigPrivateAccess]
publicAccess Dict[GetServiceKafkaUserConfigPublicAccess]
schemaRegistry str

GetServiceKafkaUserConfigKafka

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AutoCreateTopicsEnable string
CompressionType string
ConnectionsMaxIdleMs string
DefaultReplicationFactor string
GroupMaxSessionTimeoutMs string
GroupMinSessionTimeoutMs string
LogCleanerMaxCompactionLagMs string
LogCleanerMinCleanableRatio string
LogCleanerMinCompactionLagMs string
LogCleanupPolicy string
LogMessageTimestampDifferenceMaxMs string
LogMessageTimestampType string
LogRetentionBytes string
LogRetentionHours string
LogSegmentBytes string
MaxConnectionsPerIp string
MessageMaxBytes string
NumPartitions string
OffsetsRetentionMinutes string
ProducerPurgatoryPurgeIntervalRequests string
ReplicaFetchMaxBytes string
ReplicaFetchResponseMaxBytes string
SocketRequestMaxBytes string
AutoCreateTopicsEnable string
CompressionType string
ConnectionsMaxIdleMs string
DefaultReplicationFactor string
GroupMaxSessionTimeoutMs string
GroupMinSessionTimeoutMs string
LogCleanerMaxCompactionLagMs string
LogCleanerMinCleanableRatio string
LogCleanerMinCompactionLagMs string
LogCleanupPolicy string
LogMessageTimestampDifferenceMaxMs string
LogMessageTimestampType string
LogRetentionBytes string
LogRetentionHours string
LogSegmentBytes string
MaxConnectionsPerIp string
MessageMaxBytes string
NumPartitions string
OffsetsRetentionMinutes string
ProducerPurgatoryPurgeIntervalRequests string
ReplicaFetchMaxBytes string
ReplicaFetchResponseMaxBytes string
SocketRequestMaxBytes string
autoCreateTopicsEnable string
compressionType string
connectionsMaxIdleMs string
defaultReplicationFactor string
groupMaxSessionTimeoutMs string
groupMinSessionTimeoutMs string
logCleanerMaxCompactionLagMs string
logCleanerMinCleanableRatio string
logCleanerMinCompactionLagMs string
logCleanupPolicy string
logMessageTimestampDifferenceMaxMs string
logMessageTimestampType string
logRetentionBytes string
logRetentionHours string
logSegmentBytes string
maxConnectionsPerIp string
messageMaxBytes string
numPartitions string
offsetsRetentionMinutes string
producerPurgatoryPurgeIntervalRequests string
replicaFetchMaxBytes string
replicaFetchResponseMaxBytes string
socketRequestMaxBytes string
autoCreateTopicsEnable str
compressionType str
connectionsMaxIdleMs str
defaultReplicationFactor str
groupMaxSessionTimeoutMs str
groupMinSessionTimeoutMs str
logCleanerMaxCompactionLagMs str
logCleanerMinCleanableRatio str
logCleanerMinCompactionLagMs str
logCleanupPolicy str
logMessageTimestampDifferenceMaxMs str
logMessageTimestampType str
logRetentionBytes str
logRetentionHours str
logSegmentBytes str
maxConnectionsPerIp str
messageMaxBytes str
numPartitions str
offsetsRetentionMinutes str
producerPurgatoryPurgeIntervalRequests str
replicaFetchMaxBytes str
replicaFetchResponseMaxBytes str
socketRequestMaxBytes str

GetServiceKafkaUserConfigKafkaAuthenticationMethods

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Certificate string
Sasl string
Certificate string
Sasl string
certificate string
sasl string
certificate str
sasl str

GetServiceKafkaUserConfigKafkaConnectConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ConsumerIsolationLevel string
ConsumerMaxPollRecords string
OffsetFlushIntervalMs string
ConsumerIsolationLevel string
ConsumerMaxPollRecords string
OffsetFlushIntervalMs string
consumerIsolationLevel string
consumerMaxPollRecords string
offsetFlushIntervalMs string
consumerIsolationLevel str
consumerMaxPollRecords str
offsetFlushIntervalMs str

GetServiceKafkaUserConfigKafkaRestConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ConsumerEnableAutoCommit string
ConsumerRequestMaxBytes string
ConsumerRequestTimeoutMs string
ProducerAcks string
ProducerLingerMs string
SimpleconsumerPoolSizeMax string
ConsumerEnableAutoCommit string
ConsumerRequestMaxBytes string
ConsumerRequestTimeoutMs string
ProducerAcks string
ProducerLingerMs string
SimpleconsumerPoolSizeMax string
consumerEnableAutoCommit string
consumerRequestMaxBytes string
consumerRequestTimeoutMs string
producerAcks string
producerLingerMs string
simpleconsumerPoolSizeMax string
consumerEnableAutoCommit str
consumerRequestMaxBytes str
consumerRequestTimeoutMs str
producerAcks str
producerLingerMs str
simpleconsumerPoolSizeMax str

GetServiceKafkaUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Prometheus string
Prometheus string
prometheus string
prometheus str

GetServiceKafkaUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Kafka string
KafkaConnect string
KafkaRest string
Prometheus string
SchemaRegistry string
Kafka string
KafkaConnect string
KafkaRest string
Prometheus string
SchemaRegistry string
kafka string
kafkaConnect string
kafkaRest string
prometheus string
schemaRegistry string
kafka str
kafkaRest str
kafka_connect str
prometheus str
schemaRegistry str

GetServiceMysqlUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AdminPassword string
AdminUsername string
BackupHour string
BackupMinute string
IpFilters List<string>
Mysql GetServiceMysqlUserConfigMysqlArgs
MysqlVersion string
PrivateAccess GetServiceMysqlUserConfigPrivateAccessArgs
PublicAccess GetServiceMysqlUserConfigPublicAccessArgs
RecoveryTargetTime string
ServiceToForkFrom string
AdminPassword string
AdminUsername string
BackupHour string
BackupMinute string
IpFilters []string
Mysql GetServiceMysqlUserConfigMysql
MysqlVersion string
PrivateAccess GetServiceMysqlUserConfigPrivateAccess
PublicAccess GetServiceMysqlUserConfigPublicAccess
RecoveryTargetTime string
ServiceToForkFrom string
adminPassword string
adminUsername string
backupHour string
backupMinute string
ipFilters string[]
mysql GetServiceMysqlUserConfigMysql
mysqlVersion string
privateAccess GetServiceMysqlUserConfigPrivateAccess
publicAccess GetServiceMysqlUserConfigPublicAccess
recoveryTargetTime string
serviceToForkFrom string
adminPassword str
adminUsername str
backupHour str
backupMinute str
ipFilters List[str]
mysql Dict[GetServiceMysqlUserConfigMysql]
mysqlVersion str
privateAccess Dict[GetServiceMysqlUserConfigPrivateAccess]
publicAccess Dict[GetServiceMysqlUserConfigPublicAccess]
recoveryTargetTime str
serviceToForkFrom str

GetServiceMysqlUserConfigMysql

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ConnectTimeout string
DefaultTimeZone string
GroupConcatMaxLen string
InformationSchemaStatsExpiry string
InnodbFtMinTokenSize string
InnodbFtServerStopwordTable string
InnodbLockWaitTimeout string
InnodbLogBufferSize string
InnodbOnlineAlterLogMaxSize string
InnodbRollbackOnTimeout string
InteractiveTimeout string
MaxAllowedPacket string
MaxHeapTableSize string
NetReadTimeout string
NetWriteTimeout string
SortBufferSize string
SqlMode string
SqlRequirePrimaryKey string
TmpTableSize string
WaitTimeout string
ConnectTimeout string
DefaultTimeZone string
GroupConcatMaxLen string
InformationSchemaStatsExpiry string
InnodbFtMinTokenSize string
InnodbFtServerStopwordTable string
InnodbLockWaitTimeout string
InnodbLogBufferSize string
InnodbOnlineAlterLogMaxSize string
InnodbRollbackOnTimeout string
InteractiveTimeout string
MaxAllowedPacket string
MaxHeapTableSize string
NetReadTimeout string
NetWriteTimeout string
SortBufferSize string
SqlMode string
SqlRequirePrimaryKey string
TmpTableSize string
WaitTimeout string
connectTimeout string
defaultTimeZone string
groupConcatMaxLen string
informationSchemaStatsExpiry string
innodbFtMinTokenSize string
innodbFtServerStopwordTable string
innodbLockWaitTimeout string
innodbLogBufferSize string
innodbOnlineAlterLogMaxSize string
innodbRollbackOnTimeout string
interactiveTimeout string
maxAllowedPacket string
maxHeapTableSize string
netReadTimeout string
netWriteTimeout string
sortBufferSize string
sqlMode string
sqlRequirePrimaryKey string
tmpTableSize string
waitTimeout string
connectTimeout str
defaultTimeZone str
groupConcatMaxLen str
informationSchemaStatsExpiry str
innodbFtMinTokenSize str
innodbFtServerStopwordTable str
innodbLockWaitTimeout str
innodbLogBufferSize str
innodbOnlineAlterLogMaxSize str
innodbRollbackOnTimeout str
interactiveTimeout str
maxAllowedPacket str
maxHeapTableSize str
netReadTimeout str
netWriteTimeout str
sortBufferSize str
sqlMode str
sqlRequirePrimaryKey str
tmpTableSize str
waitTimeout str

GetServiceMysqlUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Mysql string
Prometheus string
Mysql string
Prometheus string
mysql string
prometheus string
mysql str
prometheus str

GetServiceMysqlUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Mysql string
Prometheus string
Mysql string
Prometheus string
mysql string
prometheus string
mysql str
prometheus str

GetServicePg

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Dbname string
Host string
Password string
Port int
ReplicaUri string
Sslmode string
Uri string
User string
Dbname string
Host string
Password string
Port int
ReplicaUri string
Sslmode string
Uri string
User string
dbname string
host string
password string
port number
replicaUri string
sslmode string
uri string
user string
dbname str
host str
password str
port float
replicaUri str
sslmode str
uri str
user str

GetServicePgUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AdminPassword string
AdminUsername string
BackupHour string
BackupMinute string
IpFilters List<string>
Pg GetServicePgUserConfigPgArgs
PgReadReplica string
PgServiceToForkFrom string
PgVersion string
Pgbouncer GetServicePgUserConfigPgbouncerArgs
Pglookout GetServicePgUserConfigPglookoutArgs
PrivateAccess GetServicePgUserConfigPrivateAccessArgs
PublicAccess GetServicePgUserConfigPublicAccessArgs
RecoveryTargetTime string
ServiceToForkFrom string
SynchronousReplication string
Timescaledb GetServicePgUserConfigTimescaledbArgs
Variant string
AdminPassword string
AdminUsername string
BackupHour string
BackupMinute string
IpFilters []string
Pg GetServicePgUserConfigPg
PgReadReplica string
PgServiceToForkFrom string
PgVersion string
Pgbouncer GetServicePgUserConfigPgbouncer
Pglookout GetServicePgUserConfigPglookout
PrivateAccess GetServicePgUserConfigPrivateAccess
PublicAccess GetServicePgUserConfigPublicAccess
RecoveryTargetTime string
ServiceToForkFrom string
SynchronousReplication string
Timescaledb GetServicePgUserConfigTimescaledb
Variant string
adminPassword string
adminUsername string
backupHour string
backupMinute string
ipFilters string[]
pg GetServicePgUserConfigPg
pgReadReplica string
pgServiceToForkFrom string
pgVersion string
pgbouncer GetServicePgUserConfigPgbouncer
pglookout GetServicePgUserConfigPglookout
privateAccess GetServicePgUserConfigPrivateAccess
publicAccess GetServicePgUserConfigPublicAccess
recoveryTargetTime string
serviceToForkFrom string
synchronousReplication string
timescaledb GetServicePgUserConfigTimescaledb
variant string
adminPassword str
adminUsername str
backupHour str
backupMinute str
ipFilters List[str]
pg Dict[GetServicePgUserConfigPg]
pgReadReplica str
pgServiceToForkFrom str
pgVersion str
pgbouncer Dict[GetServicePgUserConfigPgbouncer]
pglookout Dict[GetServicePgUserConfigPglookout]
privateAccess Dict[GetServicePgUserConfigPrivateAccess]
publicAccess Dict[GetServicePgUserConfigPublicAccess]
recoveryTargetTime str
serviceToForkFrom str
synchronousReplication str
timescaledb Dict[GetServicePgUserConfigTimescaledb]
variant str

GetServicePgUserConfigPg

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AutovacuumAnalyzeScaleFactor string
AutovacuumAnalyzeThreshold string
AutovacuumFreezeMaxAge string
AutovacuumMaxWorkers string
AutovacuumNaptime string
AutovacuumVacuumCostDelay string
AutovacuumVacuumCostLimit string
AutovacuumVacuumScaleFactor string
AutovacuumVacuumThreshold string
DeadlockTimeout string
IdleInTransactionSessionTimeout string
Jit string
LogAutovacuumMinDuration string
LogErrorVerbosity string
LogMinDurationStatement string
MaxLocksPerTransaction string
MaxParallelWorkers string
MaxParallelWorkersPerGather string
MaxPredLocksPerTransaction string
MaxPreparedTransactions string
MaxStackDepth string
MaxStandbyArchiveDelay string
MaxStandbyStreamingDelay string
MaxWorkerProcesses string
PgStatStatementsTrack string
TempFileLimit string
Timezone string
TrackActivityQuerySize string
TrackCommitTimestamp string
TrackFunctions string
WalSenderTimeout string
WalWriterDelay string
AutovacuumAnalyzeScaleFactor string
AutovacuumAnalyzeThreshold string
AutovacuumFreezeMaxAge string
AutovacuumMaxWorkers string
AutovacuumNaptime string
AutovacuumVacuumCostDelay string
AutovacuumVacuumCostLimit string
AutovacuumVacuumScaleFactor string
AutovacuumVacuumThreshold string
DeadlockTimeout string
IdleInTransactionSessionTimeout string
Jit string
LogAutovacuumMinDuration string
LogErrorVerbosity string
LogMinDurationStatement string
MaxLocksPerTransaction string
MaxParallelWorkers string
MaxParallelWorkersPerGather string
MaxPredLocksPerTransaction string
MaxPreparedTransactions string
MaxStackDepth string
MaxStandbyArchiveDelay string
MaxStandbyStreamingDelay string
MaxWorkerProcesses string
PgStatStatementsTrack string
TempFileLimit string
Timezone string
TrackActivityQuerySize string
TrackCommitTimestamp string
TrackFunctions string
WalSenderTimeout string
WalWriterDelay string
autovacuumAnalyzeScaleFactor string
autovacuumAnalyzeThreshold string
autovacuumFreezeMaxAge string
autovacuumMaxWorkers string
autovacuumNaptime string
autovacuumVacuumCostDelay string
autovacuumVacuumCostLimit string
autovacuumVacuumScaleFactor string
autovacuumVacuumThreshold string
deadlockTimeout string
idleInTransactionSessionTimeout string
jit string
logAutovacuumMinDuration string
logErrorVerbosity string
logMinDurationStatement string
maxLocksPerTransaction string
maxParallelWorkers string
maxParallelWorkersPerGather string
maxPredLocksPerTransaction string
maxPreparedTransactions string
maxStackDepth string
maxStandbyArchiveDelay string
maxStandbyStreamingDelay string
maxWorkerProcesses string
pgStatStatementsTrack string
tempFileLimit string
timezone string
trackActivityQuerySize string
trackCommitTimestamp string
trackFunctions string
walSenderTimeout string
walWriterDelay string
autovacuumAnalyzeScaleFactor str
autovacuumAnalyzeThreshold str
autovacuumFreezeMaxAge str
autovacuumMaxWorkers str
autovacuumNaptime str
autovacuumVacuumCostDelay str
autovacuumVacuumCostLimit str
autovacuumVacuumScaleFactor str
autovacuumVacuumThreshold str
deadlockTimeout str
idleInTransactionSessionTimeout str
jit str
logAutovacuumMinDuration str
logErrorVerbosity str
logMinDurationStatement str
maxLocksPerTransaction str
maxParallelWorkers str
maxParallelWorkersPerGather str
maxPredLocksPerTransaction str
maxPreparedTransactions str
maxStackDepth str
maxStandbyArchiveDelay str
maxStandbyStreamingDelay str
maxWorkerProcesses str
pgStatStatementsTrack str
tempFileLimit str
timezone str
trackActivityQuerySize str
trackCommitTimestamp str
trackFunctions str
walSenderTimeout str
walWriterDelay str

GetServicePgUserConfigPgbouncer

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IgnoreStartupParameters List<string>
ServerResetQueryAlways string
IgnoreStartupParameters []string
ServerResetQueryAlways string
ignoreStartupParameters string[]
serverResetQueryAlways string
ignoreStartupParameters List[str]
serverResetQueryAlways str

GetServicePgUserConfigPglookout

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MaxFailoverReplicationTimeLag string
MaxFailoverReplicationTimeLag string
maxFailoverReplicationTimeLag string
maxFailoverReplicationTimeLag str

GetServicePgUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Pg string
Pgbouncer string
Prometheus string
Pg string
Pgbouncer string
Prometheus string
pg string
pgbouncer string
prometheus string
pg str
pgbouncer str
prometheus str

GetServicePgUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Pg string
Pgbouncer string
Prometheus string
Pg string
Pgbouncer string
Prometheus string
pg string
pgbouncer string
prometheus string
pg str
pgbouncer str
prometheus str

GetServicePgUserConfigTimescaledb

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

MaxBackgroundWorkers string
MaxBackgroundWorkers string
maxBackgroundWorkers string
maxBackgroundWorkers str

GetServiceRedisUserConfig

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IpFilters List<string>
Migration GetServiceRedisUserConfigMigrationArgs
PrivateAccess GetServiceRedisUserConfigPrivateAccessArgs
PublicAccess GetServiceRedisUserConfigPublicAccessArgs
RedisLfuDecayTime string
RedisLfuLogFactor string
RedisMaxmemoryPolicy string
RedisNotifyKeyspaceEvents string
RedisSsl string
RedisTimeout string
IpFilters []string
Migration GetServiceRedisUserConfigMigration
PrivateAccess GetServiceRedisUserConfigPrivateAccess
PublicAccess GetServiceRedisUserConfigPublicAccess
RedisLfuDecayTime string
RedisLfuLogFactor string
RedisMaxmemoryPolicy string
RedisNotifyKeyspaceEvents string
RedisSsl string
RedisTimeout string
ipFilters string[]
migration GetServiceRedisUserConfigMigration
privateAccess GetServiceRedisUserConfigPrivateAccess
publicAccess GetServiceRedisUserConfigPublicAccess
redisLfuDecayTime string
redisLfuLogFactor string
redisMaxmemoryPolicy string
redisNotifyKeyspaceEvents string
redisSsl string
redisTimeout string
ipFilters List[str]
migration Dict[GetServiceRedisUserConfigMigration]
privateAccess Dict[GetServiceRedisUserConfigPrivateAccess]
publicAccess Dict[GetServiceRedisUserConfigPublicAccess]
redisLfuDecayTime str
redisLfuLogFactor str
redisMaxmemoryPolicy str
redisNotifyKeyspaceEvents str
redisSsl str
redisTimeout str

GetServiceRedisUserConfigMigration

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Host string
Password string
Port string
Ssl string
Username string
Host string
Password string
Port string
Ssl string
Username string
host string
password string
port string
ssl string
username string
host str
password str
port str
ssl str
username str

GetServiceRedisUserConfigPrivateAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Prometheus string
Redis string
Prometheus string
Redis string
prometheus string
redis string
prometheus str
redis str

GetServiceRedisUserConfigPublicAccess

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Prometheus string
Redis string
Prometheus string
Redis string
prometheus string
redis string
prometheus str
redis str

GetServiceServiceIntegration

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IntegrationType string
SourceServiceName string
IntegrationType string
SourceServiceName string
integrationType string
sourceServiceName string
integration_type str
source_service_name str

Package Details

Repository
https://github.com/pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.