1. Packages
  2. Aiven Provider
  3. API Docs
  4. getService
Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
aiven logo
Viewing docs for Aiven v4.5.2 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    The Service datasource provides information about specific Aiven Services.

    Using getService

    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 getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
    function getServiceOutput(args: GetServiceOutputArgs, opts?: InvokeOptions): Output<GetServiceResult>
    def get_service(project: Optional[str] = None,
                    service_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetServiceResult
    def get_service_output(project: Optional[pulumi.Input[str]] = None,
                    service_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetServiceResult]
    func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)
    func LookupServiceOutput(ctx *Context, args *LookupServiceOutputArgs, opts ...InvokeOption) LookupServiceResultOutput

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

    public static class GetService 
    {
        public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
    public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aiven:index/getService:getService
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Project string
    Target project
    ServiceName string
    Service name
    Project string
    Target project
    ServiceName string
    Service name
    project String
    Target project
    serviceName String
    Service name
    project string
    Target project
    serviceName string
    Service name
    project str
    Target project
    service_name str
    Service name
    project String
    Target project
    serviceName String
    Service name

    getService Result

    The following output properties are available:

    CassandraUserConfigs List<GetServiceCassandraUserConfig>
    Cassandra user configurable settings
    Cassandras List<GetServiceCassandra>
    Cassandra specific server provided values
    ClickhouseUserConfigs List<GetServiceClickhouseUserConfig>
    Clickhouse user configurable settings
    Clickhouses List<GetServiceClickhouse>
    Clickhouse specific server provided values
    CloudName string
    Cloud the service runs in
    Components List<GetServiceComponent>
    Service component information objects
    DiskSpace string
    The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
    DiskSpaceCap string
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    DiskSpaceDefault string
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    DiskSpaceStep string
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    DiskSpaceUsed string
    Disk space that service is currently using
    ElasticsearchUserConfigs List<GetServiceElasticsearchUserConfig>
    Elasticsearch user configurable settings
    Elasticsearches List<GetServiceElasticsearch>
    Elasticsearch specific server provided values
    FlinkUserConfigs List<GetServiceFlinkUserConfig>
    Flink user configurable settings
    Flinks List<GetServiceFlink>
    Flink specific server provided values
    GrafanaUserConfigs List<GetServiceGrafanaUserConfig>
    Grafana user configurable settings
    Grafanas List<GetServiceGrafana>
    Grafana specific server provided values
    Id string
    The provider-assigned unique ID for this managed resource.
    InfluxdbUserConfigs List<GetServiceInfluxdbUserConfig>
    Influxdb user configurable settings
    Influxdbs List<GetServiceInfluxdb>
    InfluxDB specific server provided values
    KafkaConnectUserConfigs List<GetServiceKafkaConnectUserConfig>
    Kafka*connect user configurable settings
    KafkaConnects List<GetServiceKafkaConnect>
    Kafka Connect specific server provided values
    KafkaMirrormakerUserConfigs List<GetServiceKafkaMirrormakerUserConfig>
    Kafka*mirrormaker user configurable settings
    KafkaMirrormakers List<GetServiceKafkaMirrormaker>
    Kafka MirrorMaker 2 specific server provided values
    KafkaUserConfigs List<GetServiceKafkaUserConfig>
    Kafka user configurable settings
    Kafkas List<GetServiceKafka>
    Kafka specific server provided values
    MaintenanceWindowDow string
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    MaintenanceWindowTime string
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    MysqlUserConfigs List<GetServiceMysqlUserConfig>
    Mysql user configurable settings
    Mysqls List<GetServiceMysql>
    MySQL specific server provided values
    OpensearchUserConfigs List<GetServiceOpensearchUserConfig>
    Opensearch user configurable settings
    Opensearches List<GetServiceOpensearch>
    Opensearch specific server provided values
    PgUserConfigs List<GetServicePgUserConfig>
    Pg user configurable settings
    Pgs List<GetServicePg>
    PostgreSQL specific server provided values
    Plan string
    Subscription plan
    Project string
    Target project
    ProjectVpcId string
    Identifier of the VPC the service should be in, if any
    Redis List<GetServiceRedi>
    Redis specific server provided values
    RedisUserConfigs List<GetServiceRedisUserConfig>
    Redis user configurable settings
    ServiceHost string
    Service hostname
    ServiceIntegrations List<GetServiceServiceIntegration>
    Service integrations to specify when creating a service. Not applied after initial service creation
    ServiceName string
    Service name
    ServicePassword string
    Password used for connecting to the service, if applicable
    ServicePort int
    Service port
    ServiceType string
    Service type code
    ServiceUri string
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    ServiceUsername string
    Username used for connecting to the service, if applicable
    State string
    Service state. One of POWEROFF, REBALANCING, REBUILDING and RUNNING.
    StaticIps List<string>
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    TerminationProtection bool
    Prevent service from being deleted. It is recommended to have this enabled for all services.
    CassandraUserConfigs []GetServiceCassandraUserConfig
    Cassandra user configurable settings
    Cassandras []GetServiceCassandra
    Cassandra specific server provided values
    ClickhouseUserConfigs []GetServiceClickhouseUserConfig
    Clickhouse user configurable settings
    Clickhouses []GetServiceClickhouse
    Clickhouse specific server provided values
    CloudName string
    Cloud the service runs in
    Components []GetServiceComponent
    Service component information objects
    DiskSpace string
    The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
    DiskSpaceCap string
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    DiskSpaceDefault string
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    DiskSpaceStep string
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    DiskSpaceUsed string
    Disk space that service is currently using
    ElasticsearchUserConfigs []GetServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    Elasticsearches []GetServiceElasticsearch
    Elasticsearch specific server provided values
    FlinkUserConfigs []GetServiceFlinkUserConfig
    Flink user configurable settings
    Flinks []GetServiceFlink
    Flink specific server provided values
    GrafanaUserConfigs []GetServiceGrafanaUserConfig
    Grafana user configurable settings
    Grafanas []GetServiceGrafana
    Grafana specific server provided values
    Id string
    The provider-assigned unique ID for this managed resource.
    InfluxdbUserConfigs []GetServiceInfluxdbUserConfig
    Influxdb user configurable settings
    Influxdbs []GetServiceInfluxdb
    InfluxDB specific server provided values
    KafkaConnectUserConfigs []GetServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    KafkaConnects []GetServiceKafkaConnect
    Kafka Connect specific server provided values
    KafkaMirrormakerUserConfigs []GetServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    KafkaMirrormakers []GetServiceKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    KafkaUserConfigs []GetServiceKafkaUserConfig
    Kafka user configurable settings
    Kafkas []GetServiceKafka
    Kafka specific server provided values
    MaintenanceWindowDow string
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    MaintenanceWindowTime string
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    MysqlUserConfigs []GetServiceMysqlUserConfig
    Mysql user configurable settings
    Mysqls []GetServiceMysql
    MySQL specific server provided values
    OpensearchUserConfigs []GetServiceOpensearchUserConfig
    Opensearch user configurable settings
    Opensearches []GetServiceOpensearch
    Opensearch specific server provided values
    PgUserConfigs []GetServicePgUserConfig
    Pg user configurable settings
    Pgs []GetServicePg
    PostgreSQL specific server provided values
    Plan string
    Subscription plan
    Project string
    Target project
    ProjectVpcId string
    Identifier of the VPC the service should be in, if any
    Redis []GetServiceRedi
    Redis specific server provided values
    RedisUserConfigs []GetServiceRedisUserConfig
    Redis user configurable settings
    ServiceHost string
    Service hostname
    ServiceIntegrations []GetServiceServiceIntegration
    Service integrations to specify when creating a service. Not applied after initial service creation
    ServiceName string
    Service name
    ServicePassword string
    Password used for connecting to the service, if applicable
    ServicePort int
    Service port
    ServiceType string
    Service type code
    ServiceUri string
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    ServiceUsername string
    Username used for connecting to the service, if applicable
    State string
    Service state. One of POWEROFF, REBALANCING, REBUILDING and RUNNING.
    StaticIps []string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    TerminationProtection bool
    Prevent service from being deleted. It is recommended to have this enabled for all services.
    cassandraUserConfigs List<GetServiceCassandraUserConfig>
    Cassandra user configurable settings
    cassandras List<GetServiceCassandra>
    Cassandra specific server provided values
    clickhouseUserConfigs List<GetServiceClickhouseUserConfig>
    Clickhouse user configurable settings
    clickhouses List<GetServiceClickhouse>
    Clickhouse specific server provided values
    cloudName String
    Cloud the service runs in
    components List<GetServiceComponent>
    Service component information objects
    diskSpace String
    The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
    diskSpaceCap String
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    diskSpaceDefault String
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    diskSpaceStep String
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    diskSpaceUsed String
    Disk space that service is currently using
    elasticsearchUserConfigs List<GetServiceElasticsearchUserConfig>
    Elasticsearch user configurable settings
    elasticsearches List<GetServiceElasticsearch>
    Elasticsearch specific server provided values
    flinkUserConfigs List<GetServiceFlinkUserConfig>
    Flink user configurable settings
    flinks List<GetServiceFlink>
    Flink specific server provided values
    grafanaUserConfigs List<GetServiceGrafanaUserConfig>
    Grafana user configurable settings
    grafanas List<GetServiceGrafana>
    Grafana specific server provided values
    id String
    The provider-assigned unique ID for this managed resource.
    influxdbUserConfigs List<GetServiceInfluxdbUserConfig>
    Influxdb user configurable settings
    influxdbs List<GetServiceInfluxdb>
    InfluxDB specific server provided values
    kafkaConnectUserConfigs List<GetServiceKafkaConnectUserConfig>
    Kafka*connect user configurable settings
    kafkaConnects List<GetServiceKafkaConnect>
    Kafka Connect specific server provided values
    kafkaMirrormakerUserConfigs List<GetServiceKafkaMirrormakerUserConfig>
    Kafka*mirrormaker user configurable settings
    kafkaMirrormakers List<GetServiceKafkaMirrormaker>
    Kafka MirrorMaker 2 specific server provided values
    kafkaUserConfigs List<GetServiceKafkaUserConfig>
    Kafka user configurable settings
    kafkas List<GetServiceKafka>
    Kafka specific server provided values
    maintenanceWindowDow String
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenanceWindowTime String
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    mysqlUserConfigs List<GetServiceMysqlUserConfig>
    Mysql user configurable settings
    mysqls List<GetServiceMysql>
    MySQL specific server provided values
    opensearchUserConfigs List<GetServiceOpensearchUserConfig>
    Opensearch user configurable settings
    opensearches List<GetServiceOpensearch>
    Opensearch specific server provided values
    pgUserConfigs List<GetServicePgUserConfig>
    Pg user configurable settings
    pgs List<GetServicePg>
    PostgreSQL specific server provided values
    plan String
    Subscription plan
    project String
    Target project
    projectVpcId String
    Identifier of the VPC the service should be in, if any
    redis List<GetServiceRedi>
    Redis specific server provided values
    redisUserConfigs List<GetServiceRedisUserConfig>
    Redis user configurable settings
    serviceHost String
    Service hostname
    serviceIntegrations List<GetServiceServiceIntegration>
    Service integrations to specify when creating a service. Not applied after initial service creation
    serviceName String
    Service name
    servicePassword String
    Password used for connecting to the service, if applicable
    servicePort Integer
    Service port
    serviceType String
    Service type code
    serviceUri String
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    serviceUsername String
    Username used for connecting to the service, if applicable
    state String
    Service state. One of POWEROFF, REBALANCING, REBUILDING and RUNNING.
    staticIps List<String>
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    terminationProtection Boolean
    Prevent service from being deleted. It is recommended to have this enabled for all services.
    cassandraUserConfigs GetServiceCassandraUserConfig[]
    Cassandra user configurable settings
    cassandras GetServiceCassandra[]
    Cassandra specific server provided values
    clickhouseUserConfigs GetServiceClickhouseUserConfig[]
    Clickhouse user configurable settings
    clickhouses GetServiceClickhouse[]
    Clickhouse specific server provided values
    cloudName string
    Cloud the service runs in
    components GetServiceComponent[]
    Service component information objects
    diskSpace string
    The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
    diskSpaceCap string
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    diskSpaceDefault string
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    diskSpaceStep string
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    diskSpaceUsed string
    Disk space that service is currently using
    elasticsearchUserConfigs GetServiceElasticsearchUserConfig[]
    Elasticsearch user configurable settings
    elasticsearches GetServiceElasticsearch[]
    Elasticsearch specific server provided values
    flinkUserConfigs GetServiceFlinkUserConfig[]
    Flink user configurable settings
    flinks GetServiceFlink[]
    Flink specific server provided values
    grafanaUserConfigs GetServiceGrafanaUserConfig[]
    Grafana user configurable settings
    grafanas GetServiceGrafana[]
    Grafana specific server provided values
    id string
    The provider-assigned unique ID for this managed resource.
    influxdbUserConfigs GetServiceInfluxdbUserConfig[]
    Influxdb user configurable settings
    influxdbs GetServiceInfluxdb[]
    InfluxDB specific server provided values
    kafkaConnectUserConfigs GetServiceKafkaConnectUserConfig[]
    Kafka*connect user configurable settings
    kafkaConnects GetServiceKafkaConnect[]
    Kafka Connect specific server provided values
    kafkaMirrormakerUserConfigs GetServiceKafkaMirrormakerUserConfig[]
    Kafka*mirrormaker user configurable settings
    kafkaMirrormakers GetServiceKafkaMirrormaker[]
    Kafka MirrorMaker 2 specific server provided values
    kafkaUserConfigs GetServiceKafkaUserConfig[]
    Kafka user configurable settings
    kafkas GetServiceKafka[]
    Kafka specific server provided values
    maintenanceWindowDow string
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenanceWindowTime string
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    mysqlUserConfigs GetServiceMysqlUserConfig[]
    Mysql user configurable settings
    mysqls GetServiceMysql[]
    MySQL specific server provided values
    opensearchUserConfigs GetServiceOpensearchUserConfig[]
    Opensearch user configurable settings
    opensearches GetServiceOpensearch[]
    Opensearch specific server provided values
    pgUserConfigs GetServicePgUserConfig[]
    Pg user configurable settings
    pgs GetServicePg[]
    PostgreSQL specific server provided values
    plan string
    Subscription plan
    project string
    Target project
    projectVpcId string
    Identifier of the VPC the service should be in, if any
    redis GetServiceRedi[]
    Redis specific server provided values
    redisUserConfigs GetServiceRedisUserConfig[]
    Redis user configurable settings
    serviceHost string
    Service hostname
    serviceIntegrations GetServiceServiceIntegration[]
    Service integrations to specify when creating a service. Not applied after initial service creation
    serviceName string
    Service name
    servicePassword string
    Password used for connecting to the service, if applicable
    servicePort number
    Service port
    serviceType string
    Service type code
    serviceUri string
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    serviceUsername string
    Username used for connecting to the service, if applicable
    state string
    Service state. One of POWEROFF, REBALANCING, REBUILDING and RUNNING.
    staticIps string[]
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    terminationProtection boolean
    Prevent service from being deleted. It is recommended to have this enabled for all services.
    cassandra_user_configs Sequence[GetServiceCassandraUserConfig]
    Cassandra user configurable settings
    cassandras Sequence[GetServiceCassandra]
    Cassandra specific server provided values
    clickhouse_user_configs Sequence[GetServiceClickhouseUserConfig]
    Clickhouse user configurable settings
    clickhouses Sequence[GetServiceClickhouse]
    Clickhouse specific server provided values
    cloud_name str
    Cloud the service runs in
    components Sequence[GetServiceComponent]
    Service component information objects
    disk_space str
    The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
    disk_space_cap str
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    disk_space_default str
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    disk_space_step str
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    disk_space_used str
    Disk space that service is currently using
    elasticsearch_user_configs Sequence[GetServiceElasticsearchUserConfig]
    Elasticsearch user configurable settings
    elasticsearches Sequence[GetServiceElasticsearch]
    Elasticsearch specific server provided values
    flink_user_configs Sequence[GetServiceFlinkUserConfig]
    Flink user configurable settings
    flinks Sequence[GetServiceFlink]
    Flink specific server provided values
    grafana_user_configs Sequence[GetServiceGrafanaUserConfig]
    Grafana user configurable settings
    grafanas Sequence[GetServiceGrafana]
    Grafana specific server provided values
    id str
    The provider-assigned unique ID for this managed resource.
    influxdb_user_configs Sequence[GetServiceInfluxdbUserConfig]
    Influxdb user configurable settings
    influxdbs Sequence[GetServiceInfluxdb]
    InfluxDB specific server provided values
    kafka_connect_user_configs Sequence[GetServiceKafkaConnectUserConfig]
    Kafka*connect user configurable settings
    kafka_connects Sequence[GetServiceKafkaConnect]
    Kafka Connect specific server provided values
    kafka_mirrormaker_user_configs Sequence[GetServiceKafkaMirrormakerUserConfig]
    Kafka*mirrormaker user configurable settings
    kafka_mirrormakers Sequence[GetServiceKafkaMirrormaker]
    Kafka MirrorMaker 2 specific server provided values
    kafka_user_configs Sequence[GetServiceKafkaUserConfig]
    Kafka user configurable settings
    kafkas Sequence[GetServiceKafka]
    Kafka specific server provided values
    maintenance_window_dow str
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenance_window_time str
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    mysql_user_configs Sequence[GetServiceMysqlUserConfig]
    Mysql user configurable settings
    mysqls Sequence[GetServiceMysql]
    MySQL specific server provided values
    opensearch_user_configs Sequence[GetServiceOpensearchUserConfig]
    Opensearch user configurable settings
    opensearches Sequence[GetServiceOpensearch]
    Opensearch specific server provided values
    pg_user_configs Sequence[GetServicePgUserConfig]
    Pg user configurable settings
    pgs Sequence[GetServicePg]
    PostgreSQL specific server provided values
    plan str
    Subscription plan
    project str
    Target project
    project_vpc_id str
    Identifier of the VPC the service should be in, if any
    redis Sequence[GetServiceRedi]
    Redis specific server provided values
    redis_user_configs Sequence[GetServiceRedisUserConfig]
    Redis user configurable settings
    service_host str
    Service hostname
    service_integrations Sequence[GetServiceServiceIntegration]
    Service integrations to specify when creating a service. Not applied after initial service creation
    service_name str
    Service name
    service_password str
    Password used for connecting to the service, if applicable
    service_port int
    Service port
    service_type str
    Service type code
    service_uri str
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    service_username str
    Username used for connecting to the service, if applicable
    state str
    Service state. One of POWEROFF, REBALANCING, REBUILDING and RUNNING.
    static_ips Sequence[str]
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    termination_protection bool
    Prevent service from being deleted. It is recommended to have this enabled for all services.
    cassandraUserConfigs List<Property Map>
    Cassandra user configurable settings
    cassandras List<Property Map>
    Cassandra specific server provided values
    clickhouseUserConfigs List<Property Map>
    Clickhouse user configurable settings
    clickhouses List<Property Map>
    Clickhouse specific server provided values
    cloudName String
    Cloud the service runs in
    components List<Property Map>
    Service component information objects
    diskSpace String
    The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
    diskSpaceCap String
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    diskSpaceDefault String
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    diskSpaceStep String
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    diskSpaceUsed String
    Disk space that service is currently using
    elasticsearchUserConfigs List<Property Map>
    Elasticsearch user configurable settings
    elasticsearches List<Property Map>
    Elasticsearch specific server provided values
    flinkUserConfigs List<Property Map>
    Flink user configurable settings
    flinks List<Property Map>
    Flink specific server provided values
    grafanaUserConfigs List<Property Map>
    Grafana user configurable settings
    grafanas List<Property Map>
    Grafana specific server provided values
    id String
    The provider-assigned unique ID for this managed resource.
    influxdbUserConfigs List<Property Map>
    Influxdb user configurable settings
    influxdbs List<Property Map>
    InfluxDB specific server provided values
    kafkaConnectUserConfigs List<Property Map>
    Kafka*connect user configurable settings
    kafkaConnects List<Property Map>
    Kafka Connect specific server provided values
    kafkaMirrormakerUserConfigs List<Property Map>
    Kafka*mirrormaker user configurable settings
    kafkaMirrormakers List<Property Map>
    Kafka MirrorMaker 2 specific server provided values
    kafkaUserConfigs List<Property Map>
    Kafka user configurable settings
    kafkas List<Property Map>
    Kafka specific server provided values
    maintenanceWindowDow String
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenanceWindowTime String
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    mysqlUserConfigs List<Property Map>
    Mysql user configurable settings
    mysqls List<Property Map>
    MySQL specific server provided values
    opensearchUserConfigs List<Property Map>
    Opensearch user configurable settings
    opensearches List<Property Map>
    Opensearch specific server provided values
    pgUserConfigs List<Property Map>
    Pg user configurable settings
    pgs List<Property Map>
    PostgreSQL specific server provided values
    plan String
    Subscription plan
    project String
    Target project
    projectVpcId String
    Identifier of the VPC the service should be in, if any
    redis List<Property Map>
    Redis specific server provided values
    redisUserConfigs List<Property Map>
    Redis user configurable settings
    serviceHost String
    Service hostname
    serviceIntegrations List<Property Map>
    Service integrations to specify when creating a service. Not applied after initial service creation
    serviceName String
    Service name
    servicePassword String
    Password used for connecting to the service, if applicable
    servicePort Number
    Service port
    serviceType String
    Service type code
    serviceUri String
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    serviceUsername String
    Username used for connecting to the service, if applicable
    state String
    Service state. One of POWEROFF, REBALANCING, REBUILDING and RUNNING.
    staticIps List<String>
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    terminationProtection Boolean
    Prevent service from being deleted. It is recommended to have this enabled for all services.

    Supporting Types

    GetServiceCassandraUserConfig

    Cassandra GetServiceCassandraUserConfigCassandra
    Cassandra specific server provided values
    CassandraVersion string
    IpFilters List<string>
    MigrateSstableloader string
    PrivateAccess GetServiceCassandraUserConfigPrivateAccess
    ProjectToForkFrom string
    PublicAccess GetServiceCassandraUserConfigPublicAccess
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    Cassandra GetServiceCassandraUserConfigCassandra
    Cassandra specific server provided values
    CassandraVersion string
    IpFilters []string
    MigrateSstableloader string
    PrivateAccess GetServiceCassandraUserConfigPrivateAccess
    ProjectToForkFrom string
    PublicAccess GetServiceCassandraUserConfigPublicAccess
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    cassandra GetServiceCassandraUserConfigCassandra
    Cassandra specific server provided values
    cassandraVersion String
    ipFilters List<String>
    migrateSstableloader String
    privateAccess GetServiceCassandraUserConfigPrivateAccess
    projectToForkFrom String
    publicAccess GetServiceCassandraUserConfigPublicAccess
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    cassandra GetServiceCassandraUserConfigCassandra
    Cassandra specific server provided values
    cassandraVersion string
    ipFilters string[]
    migrateSstableloader string
    privateAccess GetServiceCassandraUserConfigPrivateAccess
    projectToForkFrom string
    publicAccess GetServiceCassandraUserConfigPublicAccess
    serviceToForkFrom string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    cassandra GetServiceCassandraUserConfigCassandra
    Cassandra specific server provided values
    cassandra_version str
    ip_filters Sequence[str]
    migrate_sstableloader str
    private_access GetServiceCassandraUserConfigPrivateAccess
    project_to_fork_from str
    public_access GetServiceCassandraUserConfigPublicAccess
    service_to_fork_from str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    cassandra Property Map
    Cassandra specific server provided values
    cassandraVersion String
    ipFilters List<String>
    migrateSstableloader String
    privateAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceCassandraUserConfigCassandra

    GetServiceCassandraUserConfigPrivateAccess

    Prometheus string
    Prometheus string
    prometheus String
    prometheus string
    prometheus String

    GetServiceCassandraUserConfigPublicAccess

    Prometheus string
    Prometheus string
    prometheus String
    prometheus string
    prometheus String

    GetServiceClickhouseUserConfig

    GetServiceComponent

    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 Integer
    route String
    ssl Boolean
    usage String
    component string
    host string
    kafkaAuthenticationMethod string
    port number
    route string
    ssl boolean
    usage string
    component String
    host String
    kafkaAuthenticationMethod String
    port Number
    route String
    ssl Boolean
    usage String

    GetServiceElasticsearch

    KibanaUri string
    KibanaUri string
    kibanaUri String
    kibanaUri string
    kibanaUri String

    GetServiceElasticsearchUserConfig

    CustomDomain string
    DisableReplicationFactorAdjustment string
    Elasticsearch GetServiceElasticsearchUserConfigElasticsearch
    Elasticsearch specific server provided values
    ElasticsearchVersion string
    IndexPatterns List<GetServiceElasticsearchUserConfigIndexPattern>
    IndexTemplate GetServiceElasticsearchUserConfigIndexTemplate
    IpFilters List<string>
    KeepIndexRefreshInterval string
    Kibana GetServiceElasticsearchUserConfigKibana
    MaxIndexCount string
    OpensearchVersion string
    PrivateAccess GetServiceElasticsearchUserConfigPrivateAccess
    PrivatelinkAccess GetServiceElasticsearchUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceElasticsearchUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    CustomDomain string
    DisableReplicationFactorAdjustment string
    Elasticsearch GetServiceElasticsearchUserConfigElasticsearch
    Elasticsearch specific server provided values
    ElasticsearchVersion string
    IndexPatterns []GetServiceElasticsearchUserConfigIndexPattern
    IndexTemplate GetServiceElasticsearchUserConfigIndexTemplate
    IpFilters []string
    KeepIndexRefreshInterval string
    Kibana GetServiceElasticsearchUserConfigKibana
    MaxIndexCount string
    OpensearchVersion string
    PrivateAccess GetServiceElasticsearchUserConfigPrivateAccess
    PrivatelinkAccess GetServiceElasticsearchUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceElasticsearchUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    disableReplicationFactorAdjustment String
    elasticsearch GetServiceElasticsearchUserConfigElasticsearch
    Elasticsearch specific server provided values
    elasticsearchVersion String
    indexPatterns List<GetServiceElasticsearchUserConfigIndexPattern>
    indexTemplate GetServiceElasticsearchUserConfigIndexTemplate
    ipFilters List<String>
    keepIndexRefreshInterval String
    kibana GetServiceElasticsearchUserConfigKibana
    maxIndexCount String
    opensearchVersion String
    privateAccess GetServiceElasticsearchUserConfigPrivateAccess
    privatelinkAccess GetServiceElasticsearchUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServiceElasticsearchUserConfigPublicAccess
    recoveryBasebackupName String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain string
    disableReplicationFactorAdjustment string
    elasticsearch GetServiceElasticsearchUserConfigElasticsearch
    Elasticsearch specific server provided values
    elasticsearchVersion string
    indexPatterns GetServiceElasticsearchUserConfigIndexPattern[]
    indexTemplate GetServiceElasticsearchUserConfigIndexTemplate
    ipFilters string[]
    keepIndexRefreshInterval string
    kibana GetServiceElasticsearchUserConfigKibana
    maxIndexCount string
    opensearchVersion string
    privateAccess GetServiceElasticsearchUserConfigPrivateAccess
    privatelinkAccess GetServiceElasticsearchUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServiceElasticsearchUserConfigPublicAccess
    recoveryBasebackupName string
    serviceToForkFrom string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    custom_domain str
    disable_replication_factor_adjustment str
    elasticsearch GetServiceElasticsearchUserConfigElasticsearch
    Elasticsearch specific server provided values
    elasticsearch_version str
    index_patterns Sequence[GetServiceElasticsearchUserConfigIndexPattern]
    index_template GetServiceElasticsearchUserConfigIndexTemplate
    ip_filters Sequence[str]
    keep_index_refresh_interval str
    kibana GetServiceElasticsearchUserConfigKibana
    max_index_count str
    opensearch_version str
    private_access GetServiceElasticsearchUserConfigPrivateAccess
    privatelink_access GetServiceElasticsearchUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServiceElasticsearchUserConfigPublicAccess
    recovery_basebackup_name str
    service_to_fork_from str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    disableReplicationFactorAdjustment String
    elasticsearch Property Map
    Elasticsearch specific server provided values
    elasticsearchVersion String
    indexPatterns List<Property Map>
    indexTemplate Property Map
    ipFilters List<String>
    keepIndexRefreshInterval String
    kibana Property Map
    maxIndexCount String
    opensearchVersion String
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryBasebackupName String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceElasticsearchUserConfigElasticsearch

    ActionAutoCreateIndexEnabled string
    ActionDestructiveRequiresName string
    ClusterMaxShardsPerNode string
    HttpMaxContentLength string
    HttpMaxHeaderSize string
    HttpMaxInitialLineLength string
    IndicesFielddataCacheSize string
    IndicesMemoryIndexBufferSize string
    IndicesQueriesCacheSize string
    IndicesQueryBoolMaxClauseCount string
    OverrideMainResponseVersion string
    ReindexRemoteWhitelists List<string>
    ScriptMaxCompilationsRate string
    SearchMaxBuckets string
    ThreadPoolAnalyzeQueueSize string
    ThreadPoolAnalyzeSize string
    ThreadPoolForceMergeSize string
    ThreadPoolGetQueueSize string
    ThreadPoolGetSize string
    ThreadPoolIndexSize string
    ThreadPoolSearchQueueSize string
    ThreadPoolSearchSize string
    ThreadPoolSearchThrottledQueueSize string
    ThreadPoolSearchThrottledSize string
    ThreadPoolWriteQueueSize string
    ThreadPoolWriteSize string
    ActionAutoCreateIndexEnabled string
    ActionDestructiveRequiresName string
    ClusterMaxShardsPerNode string
    HttpMaxContentLength string
    HttpMaxHeaderSize string
    HttpMaxInitialLineLength string
    IndicesFielddataCacheSize string
    IndicesMemoryIndexBufferSize string
    IndicesQueriesCacheSize string
    IndicesQueryBoolMaxClauseCount string
    OverrideMainResponseVersion string
    ReindexRemoteWhitelists []string
    ScriptMaxCompilationsRate string
    SearchMaxBuckets string
    ThreadPoolAnalyzeQueueSize string
    ThreadPoolAnalyzeSize string
    ThreadPoolForceMergeSize string
    ThreadPoolGetQueueSize string
    ThreadPoolGetSize string
    ThreadPoolIndexSize string
    ThreadPoolSearchQueueSize string
    ThreadPoolSearchSize string
    ThreadPoolSearchThrottledQueueSize string
    ThreadPoolSearchThrottledSize string
    ThreadPoolWriteQueueSize string
    ThreadPoolWriteSize string
    actionAutoCreateIndexEnabled String
    actionDestructiveRequiresName String
    clusterMaxShardsPerNode String
    httpMaxContentLength String
    httpMaxHeaderSize String
    httpMaxInitialLineLength String
    indicesFielddataCacheSize String
    indicesMemoryIndexBufferSize String
    indicesQueriesCacheSize String
    indicesQueryBoolMaxClauseCount String
    overrideMainResponseVersion String
    reindexRemoteWhitelists List<String>
    scriptMaxCompilationsRate String
    searchMaxBuckets String
    threadPoolAnalyzeQueueSize String
    threadPoolAnalyzeSize String
    threadPoolForceMergeSize String
    threadPoolGetQueueSize String
    threadPoolGetSize String
    threadPoolIndexSize String
    threadPoolSearchQueueSize String
    threadPoolSearchSize String
    threadPoolSearchThrottledQueueSize String
    threadPoolSearchThrottledSize String
    threadPoolWriteQueueSize String
    threadPoolWriteSize String
    actionAutoCreateIndexEnabled string
    actionDestructiveRequiresName string
    clusterMaxShardsPerNode string
    httpMaxContentLength string
    httpMaxHeaderSize string
    httpMaxInitialLineLength string
    indicesFielddataCacheSize string
    indicesMemoryIndexBufferSize string
    indicesQueriesCacheSize string
    indicesQueryBoolMaxClauseCount string
    overrideMainResponseVersion string
    reindexRemoteWhitelists string[]
    scriptMaxCompilationsRate string
    searchMaxBuckets string
    threadPoolAnalyzeQueueSize string
    threadPoolAnalyzeSize string
    threadPoolForceMergeSize string
    threadPoolGetQueueSize string
    threadPoolGetSize string
    threadPoolIndexSize string
    threadPoolSearchQueueSize string
    threadPoolSearchSize string
    threadPoolSearchThrottledQueueSize string
    threadPoolSearchThrottledSize string
    threadPoolWriteQueueSize string
    threadPoolWriteSize string
    action_auto_create_index_enabled str
    action_destructive_requires_name str
    cluster_max_shards_per_node str
    http_max_content_length str
    http_max_header_size str
    http_max_initial_line_length str
    indices_fielddata_cache_size str
    indices_memory_index_buffer_size str
    indices_queries_cache_size str
    indices_query_bool_max_clause_count str
    override_main_response_version str
    reindex_remote_whitelists Sequence[str]
    script_max_compilations_rate str
    search_max_buckets str
    thread_pool_analyze_queue_size str
    thread_pool_analyze_size str
    thread_pool_force_merge_size str
    thread_pool_get_queue_size str
    thread_pool_get_size str
    thread_pool_index_size str
    thread_pool_search_queue_size str
    thread_pool_search_size str
    thread_pool_search_throttled_queue_size str
    thread_pool_search_throttled_size str
    thread_pool_write_queue_size str
    thread_pool_write_size str
    actionAutoCreateIndexEnabled String
    actionDestructiveRequiresName String
    clusterMaxShardsPerNode String
    httpMaxContentLength String
    httpMaxHeaderSize String
    httpMaxInitialLineLength String
    indicesFielddataCacheSize String
    indicesMemoryIndexBufferSize String
    indicesQueriesCacheSize String
    indicesQueryBoolMaxClauseCount String
    overrideMainResponseVersion String
    reindexRemoteWhitelists List<String>
    scriptMaxCompilationsRate String
    searchMaxBuckets String
    threadPoolAnalyzeQueueSize String
    threadPoolAnalyzeSize String
    threadPoolForceMergeSize String
    threadPoolGetQueueSize String
    threadPoolGetSize String
    threadPoolIndexSize String
    threadPoolSearchQueueSize String
    threadPoolSearchSize String
    threadPoolSearchThrottledQueueSize String
    threadPoolSearchThrottledSize String
    threadPoolWriteQueueSize String
    threadPoolWriteSize String

    GetServiceElasticsearchUserConfigIndexPattern

    GetServiceElasticsearchUserConfigIndexTemplate

    GetServiceElasticsearchUserConfigKibana

    GetServiceElasticsearchUserConfigPrivateAccess

    Elasticsearch string
    Elasticsearch specific server provided values
    Kibana string
    Prometheus string
    Elasticsearch string
    Elasticsearch specific server provided values
    Kibana string
    Prometheus string
    elasticsearch String
    Elasticsearch specific server provided values
    kibana String
    prometheus String
    elasticsearch string
    Elasticsearch specific server provided values
    kibana string
    prometheus string
    elasticsearch str
    Elasticsearch specific server provided values
    kibana str
    prometheus str
    elasticsearch String
    Elasticsearch specific server provided values
    kibana String
    prometheus String

    GetServiceElasticsearchUserConfigPrivatelinkAccess

    Elasticsearch string
    Elasticsearch specific server provided values
    Kibana string
    Prometheus string
    Elasticsearch string
    Elasticsearch specific server provided values
    Kibana string
    Prometheus string
    elasticsearch String
    Elasticsearch specific server provided values
    kibana String
    prometheus String
    elasticsearch string
    Elasticsearch specific server provided values
    kibana string
    prometheus string
    elasticsearch str
    Elasticsearch specific server provided values
    kibana str
    prometheus str
    elasticsearch String
    Elasticsearch specific server provided values
    kibana String
    prometheus String

    GetServiceElasticsearchUserConfigPublicAccess

    Elasticsearch string
    Elasticsearch specific server provided values
    Kibana string
    Prometheus string
    Elasticsearch string
    Elasticsearch specific server provided values
    Kibana string
    Prometheus string
    elasticsearch String
    Elasticsearch specific server provided values
    kibana String
    prometheus String
    elasticsearch string
    Elasticsearch specific server provided values
    kibana string
    prometheus string
    elasticsearch str
    Elasticsearch specific server provided values
    kibana str
    prometheus str
    elasticsearch String
    Elasticsearch specific server provided values
    kibana String
    prometheus String
    HostPorts List<string>
    HostPorts []string
    hostPorts List<String>
    hostPorts string[]
    host_ports Sequence[str]
    hostPorts List<String>

    GetServiceFlinkUserConfig

    GetServiceFlinkUserConfigPrivatelinkAccess

    Flink string
    Flink specific server provided values
    Prometheus string
    Flink string
    Flink specific server provided values
    Prometheus string
    flink String
    Flink specific server provided values
    prometheus String
    flink string
    Flink specific server provided values
    prometheus string
    flink str
    Flink specific server provided values
    prometheus str
    flink String
    Flink specific server provided values
    prometheus String

    GetServiceGrafanaUserConfig

    AlertingEnabled string
    AlertingErrorOrTimeout string
    AlertingMaxAnnotationsToKeep string
    AlertingNodataOrNullvalues string
    AllowEmbedding string
    AuthAzuread GetServiceGrafanaUserConfigAuthAzuread
    AuthBasicEnabled string
    AuthGenericOauth GetServiceGrafanaUserConfigAuthGenericOauth
    AuthGithub GetServiceGrafanaUserConfigAuthGithub
    AuthGitlab GetServiceGrafanaUserConfigAuthGitlab
    AuthGoogle GetServiceGrafanaUserConfigAuthGoogle
    CookieSamesite string
    CustomDomain string
    DashboardsMinRefreshInterval string
    DashboardsVersionsToKeep string
    DataproxySendUserHeader string
    DataproxyTimeout string
    DateFormats GetServiceGrafanaUserConfigDateFormats
    DisableGravatar string
    EditorsCanAdmin string
    ExternalImageStorage GetServiceGrafanaUserConfigExternalImageStorage
    GoogleAnalyticsUaId string
    IpFilters List<string>
    MetricsEnabled string
    PrivateAccess GetServiceGrafanaUserConfigPrivateAccess
    PrivatelinkAccess GetServiceGrafanaUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceGrafanaUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    SmtpServer GetServiceGrafanaUserConfigSmtpServer
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    UserAutoAssignOrg string
    UserAutoAssignOrgRole string
    ViewersCanEdit string
    AlertingEnabled string
    AlertingErrorOrTimeout string
    AlertingMaxAnnotationsToKeep string
    AlertingNodataOrNullvalues string
    AllowEmbedding string
    AuthAzuread GetServiceGrafanaUserConfigAuthAzuread
    AuthBasicEnabled string
    AuthGenericOauth GetServiceGrafanaUserConfigAuthGenericOauth
    AuthGithub GetServiceGrafanaUserConfigAuthGithub
    AuthGitlab GetServiceGrafanaUserConfigAuthGitlab
    AuthGoogle GetServiceGrafanaUserConfigAuthGoogle
    CookieSamesite string
    CustomDomain string
    DashboardsMinRefreshInterval string
    DashboardsVersionsToKeep string
    DataproxySendUserHeader string
    DataproxyTimeout string
    DateFormats GetServiceGrafanaUserConfigDateFormats
    DisableGravatar string
    EditorsCanAdmin string
    ExternalImageStorage GetServiceGrafanaUserConfigExternalImageStorage
    GoogleAnalyticsUaId string
    IpFilters []string
    MetricsEnabled string
    PrivateAccess GetServiceGrafanaUserConfigPrivateAccess
    PrivatelinkAccess GetServiceGrafanaUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceGrafanaUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    SmtpServer GetServiceGrafanaUserConfigSmtpServer
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    UserAutoAssignOrg string
    UserAutoAssignOrgRole string
    ViewersCanEdit string
    alertingEnabled String
    alertingErrorOrTimeout String
    alertingMaxAnnotationsToKeep String
    alertingNodataOrNullvalues String
    allowEmbedding String
    authAzuread GetServiceGrafanaUserConfigAuthAzuread
    authBasicEnabled String
    authGenericOauth GetServiceGrafanaUserConfigAuthGenericOauth
    authGithub GetServiceGrafanaUserConfigAuthGithub
    authGitlab GetServiceGrafanaUserConfigAuthGitlab
    authGoogle GetServiceGrafanaUserConfigAuthGoogle
    cookieSamesite String
    customDomain String
    dashboardsMinRefreshInterval String
    dashboardsVersionsToKeep String
    dataproxySendUserHeader String
    dataproxyTimeout String
    dateFormats GetServiceGrafanaUserConfigDateFormats
    disableGravatar String
    editorsCanAdmin String
    externalImageStorage GetServiceGrafanaUserConfigExternalImageStorage
    googleAnalyticsUaId String
    ipFilters List<String>
    metricsEnabled String
    privateAccess GetServiceGrafanaUserConfigPrivateAccess
    privatelinkAccess GetServiceGrafanaUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServiceGrafanaUserConfigPublicAccess
    recoveryBasebackupName String
    serviceToForkFrom String
    smtpServer GetServiceGrafanaUserConfigSmtpServer
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    userAutoAssignOrg String
    userAutoAssignOrgRole String
    viewersCanEdit String
    alertingEnabled string
    alertingErrorOrTimeout string
    alertingMaxAnnotationsToKeep string
    alertingNodataOrNullvalues string
    allowEmbedding string
    authAzuread GetServiceGrafanaUserConfigAuthAzuread
    authBasicEnabled string
    authGenericOauth GetServiceGrafanaUserConfigAuthGenericOauth
    authGithub GetServiceGrafanaUserConfigAuthGithub
    authGitlab GetServiceGrafanaUserConfigAuthGitlab
    authGoogle GetServiceGrafanaUserConfigAuthGoogle
    cookieSamesite string
    customDomain string
    dashboardsMinRefreshInterval string
    dashboardsVersionsToKeep string
    dataproxySendUserHeader string
    dataproxyTimeout string
    dateFormats GetServiceGrafanaUserConfigDateFormats
    disableGravatar string
    editorsCanAdmin string
    externalImageStorage GetServiceGrafanaUserConfigExternalImageStorage
    googleAnalyticsUaId string
    ipFilters string[]
    metricsEnabled string
    privateAccess GetServiceGrafanaUserConfigPrivateAccess
    privatelinkAccess GetServiceGrafanaUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServiceGrafanaUserConfigPublicAccess
    recoveryBasebackupName string
    serviceToForkFrom string
    smtpServer GetServiceGrafanaUserConfigSmtpServer
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    userAutoAssignOrg string
    userAutoAssignOrgRole string
    viewersCanEdit string
    alerting_enabled str
    alerting_error_or_timeout str
    alerting_max_annotations_to_keep str
    alerting_nodata_or_nullvalues str
    allow_embedding str
    auth_azuread GetServiceGrafanaUserConfigAuthAzuread
    auth_basic_enabled str
    auth_generic_oauth GetServiceGrafanaUserConfigAuthGenericOauth
    auth_github GetServiceGrafanaUserConfigAuthGithub
    auth_gitlab GetServiceGrafanaUserConfigAuthGitlab
    auth_google GetServiceGrafanaUserConfigAuthGoogle
    cookie_samesite str
    custom_domain str
    dashboards_min_refresh_interval str
    dashboards_versions_to_keep str
    dataproxy_send_user_header str
    dataproxy_timeout str
    date_formats GetServiceGrafanaUserConfigDateFormats
    disable_gravatar str
    editors_can_admin str
    external_image_storage GetServiceGrafanaUserConfigExternalImageStorage
    google_analytics_ua_id str
    ip_filters Sequence[str]
    metrics_enabled str
    private_access GetServiceGrafanaUserConfigPrivateAccess
    privatelink_access GetServiceGrafanaUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServiceGrafanaUserConfigPublicAccess
    recovery_basebackup_name str
    service_to_fork_from str
    smtp_server GetServiceGrafanaUserConfigSmtpServer
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    user_auto_assign_org str
    user_auto_assign_org_role str
    viewers_can_edit str
    alertingEnabled String
    alertingErrorOrTimeout String
    alertingMaxAnnotationsToKeep String
    alertingNodataOrNullvalues String
    allowEmbedding String
    authAzuread Property Map
    authBasicEnabled String
    authGenericOauth Property Map
    authGithub Property Map
    authGitlab Property Map
    authGoogle Property Map
    cookieSamesite String
    customDomain String
    dashboardsMinRefreshInterval String
    dashboardsVersionsToKeep String
    dataproxySendUserHeader String
    dataproxyTimeout String
    dateFormats Property Map
    disableGravatar String
    editorsCanAdmin String
    externalImageStorage Property Map
    googleAnalyticsUaId String
    ipFilters List<String>
    metricsEnabled String
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryBasebackupName String
    serviceToForkFrom String
    smtpServer Property Map
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    userAutoAssignOrg String
    userAutoAssignOrgRole String
    viewersCanEdit String

    GetServiceGrafanaUserConfigAuthAzuread

    AllowSignUp string
    AllowedDomains List<string>
    AllowedGroups List<string>
    AuthUrl string
    ClientId string
    ClientSecret string
    TokenUrl string
    AllowSignUp string
    AllowedDomains []string
    AllowedGroups []string
    AuthUrl string
    ClientId string
    ClientSecret string
    TokenUrl string
    allowSignUp String
    allowedDomains List<String>
    allowedGroups List<String>
    authUrl String
    clientId String
    clientSecret String
    tokenUrl String
    allowSignUp string
    allowedDomains string[]
    allowedGroups string[]
    authUrl string
    clientId string
    clientSecret string
    tokenUrl string
    allowSignUp String
    allowedDomains List<String>
    allowedGroups List<String>
    authUrl String
    clientId String
    clientSecret String
    tokenUrl String

    GetServiceGrafanaUserConfigAuthGenericOauth

    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 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
    allow_sign_up str
    allowed_domains Sequence[str]
    allowed_organizations Sequence[str]
    api_url str
    auth_url str
    client_id str
    client_secret str
    name str
    scopes Sequence[str]
    token_url str
    allowSignUp String
    allowedDomains List<String>
    allowedOrganizations List<String>
    apiUrl String
    authUrl String
    clientId String
    clientSecret String
    name String
    scopes List<String>
    tokenUrl String

    GetServiceGrafanaUserConfigAuthGithub

    AllowSignUp string
    AllowedOrganizations List<string>
    ClientId string
    ClientSecret string
    TeamIds List<string>
    AllowSignUp string
    AllowedOrganizations []string
    ClientId string
    ClientSecret string
    TeamIds []string
    allowSignUp String
    allowedOrganizations List<String>
    clientId String
    clientSecret String
    teamIds List<String>
    allowSignUp string
    allowedOrganizations string[]
    clientId string
    clientSecret string
    teamIds string[]
    allowSignUp String
    allowedOrganizations List<String>
    clientId String
    clientSecret String
    teamIds List<String>

    GetServiceGrafanaUserConfigAuthGitlab

    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 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 List<String>
    apiUrl String
    authUrl String
    clientId String
    clientSecret String
    tokenUrl String

    GetServiceGrafanaUserConfigAuthGoogle

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

    GetServiceGrafanaUserConfigDateFormats

    GetServiceGrafanaUserConfigExternalImageStorage

    AccessKey string
    BucketUrl string
    Provider string
    SecretKey string
    AccessKey string
    BucketUrl string
    Provider string
    SecretKey string
    accessKey String
    bucketUrl String
    provider String
    secretKey String
    accessKey string
    bucketUrl string
    provider string
    secretKey string
    accessKey String
    bucketUrl String
    provider String
    secretKey String

    GetServiceGrafanaUserConfigPrivateAccess

    Grafana string
    Grafana specific server provided values
    Grafana string
    Grafana specific server provided values
    grafana String
    Grafana specific server provided values
    grafana string
    Grafana specific server provided values
    grafana str
    Grafana specific server provided values
    grafana String
    Grafana specific server provided values

    GetServiceGrafanaUserConfigPrivatelinkAccess

    Grafana string
    Grafana specific server provided values
    Grafana string
    Grafana specific server provided values
    grafana String
    Grafana specific server provided values
    grafana string
    Grafana specific server provided values
    grafana str
    Grafana specific server provided values
    grafana String
    Grafana specific server provided values

    GetServiceGrafanaUserConfigPublicAccess

    Grafana string
    Grafana specific server provided values
    Grafana string
    Grafana specific server provided values
    grafana String
    Grafana specific server provided values
    grafana string
    Grafana specific server provided values
    grafana str
    Grafana specific server provided values
    grafana String
    Grafana specific server provided values

    GetServiceGrafanaUserConfigSmtpServer

    FromAddress string
    FromName string
    Host string
    Password string
    Port string
    SkipVerify string
    StarttlsPolicy string
    Username string
    FromAddress string
    FromName string
    Host string
    Password string
    Port string
    SkipVerify string
    StarttlsPolicy string
    Username string
    fromAddress String
    fromName String
    host String
    password String
    port String
    skipVerify String
    starttlsPolicy String
    username String
    fromAddress string
    fromName string
    host string
    password string
    port string
    skipVerify string
    starttlsPolicy string
    username string
    fromAddress String
    fromName String
    host String
    password String
    port String
    skipVerify String
    starttlsPolicy String
    username String

    GetServiceInfluxdb

    GetServiceInfluxdbUserConfig

    CustomDomain string
    Influxdb GetServiceInfluxdbUserConfigInfluxdb
    InfluxDB specific server provided values
    IpFilters List<string>
    PrivateAccess GetServiceInfluxdbUserConfigPrivateAccess
    PrivatelinkAccess GetServiceInfluxdbUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceInfluxdbUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    CustomDomain string
    Influxdb GetServiceInfluxdbUserConfigInfluxdb
    InfluxDB specific server provided values
    IpFilters []string
    PrivateAccess GetServiceInfluxdbUserConfigPrivateAccess
    PrivatelinkAccess GetServiceInfluxdbUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceInfluxdbUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    influxdb GetServiceInfluxdbUserConfigInfluxdb
    InfluxDB specific server provided values
    ipFilters List<String>
    privateAccess GetServiceInfluxdbUserConfigPrivateAccess
    privatelinkAccess GetServiceInfluxdbUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServiceInfluxdbUserConfigPublicAccess
    recoveryBasebackupName String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain string
    influxdb GetServiceInfluxdbUserConfigInfluxdb
    InfluxDB specific server provided values
    ipFilters string[]
    privateAccess GetServiceInfluxdbUserConfigPrivateAccess
    privatelinkAccess GetServiceInfluxdbUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServiceInfluxdbUserConfigPublicAccess
    recoveryBasebackupName string
    serviceToForkFrom string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    custom_domain str
    influxdb GetServiceInfluxdbUserConfigInfluxdb
    InfluxDB specific server provided values
    ip_filters Sequence[str]
    private_access GetServiceInfluxdbUserConfigPrivateAccess
    privatelink_access GetServiceInfluxdbUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServiceInfluxdbUserConfigPublicAccess
    recovery_basebackup_name str
    service_to_fork_from str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    influxdb Property Map
    InfluxDB specific server provided values
    ipFilters List<String>
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryBasebackupName String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceInfluxdbUserConfigInfluxdb

    GetServiceInfluxdbUserConfigPrivateAccess

    Influxdb string
    InfluxDB specific server provided values
    Influxdb string
    InfluxDB specific server provided values
    influxdb String
    InfluxDB specific server provided values
    influxdb string
    InfluxDB specific server provided values
    influxdb str
    InfluxDB specific server provided values
    influxdb String
    InfluxDB specific server provided values

    GetServiceInfluxdbUserConfigPrivatelinkAccess

    Influxdb string
    InfluxDB specific server provided values
    Influxdb string
    InfluxDB specific server provided values
    influxdb String
    InfluxDB specific server provided values
    influxdb string
    InfluxDB specific server provided values
    influxdb str
    InfluxDB specific server provided values
    influxdb String
    InfluxDB specific server provided values

    GetServiceInfluxdbUserConfigPublicAccess

    Influxdb string
    InfluxDB specific server provided values
    Influxdb string
    InfluxDB specific server provided values
    influxdb String
    InfluxDB specific server provided values
    influxdb string
    InfluxDB specific server provided values
    influxdb str
    InfluxDB specific server provided values
    influxdb String
    InfluxDB specific server provided values

    GetServiceKafka

    GetServiceKafkaConnectUserConfig

    IpFilters List<string>
    KafkaConnect GetServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect specific server provided values
    PrivateAccess GetServiceKafkaConnectUserConfigPrivateAccess
    PrivatelinkAccess GetServiceKafkaConnectUserConfigPrivatelinkAccess
    PublicAccess GetServiceKafkaConnectUserConfigPublicAccess
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    IpFilters []string
    KafkaConnect GetServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect specific server provided values
    PrivateAccess GetServiceKafkaConnectUserConfigPrivateAccess
    PrivatelinkAccess GetServiceKafkaConnectUserConfigPrivatelinkAccess
    PublicAccess GetServiceKafkaConnectUserConfigPublicAccess
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters List<String>
    kafkaConnect GetServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect specific server provided values
    privateAccess GetServiceKafkaConnectUserConfigPrivateAccess
    privatelinkAccess GetServiceKafkaConnectUserConfigPrivatelinkAccess
    publicAccess GetServiceKafkaConnectUserConfigPublicAccess
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters string[]
    kafkaConnect GetServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect specific server provided values
    privateAccess GetServiceKafkaConnectUserConfigPrivateAccess
    privatelinkAccess GetServiceKafkaConnectUserConfigPrivatelinkAccess
    publicAccess GetServiceKafkaConnectUserConfigPublicAccess
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ip_filters Sequence[str]
    kafka_connect GetServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect specific server provided values
    private_access GetServiceKafkaConnectUserConfigPrivateAccess
    privatelink_access GetServiceKafkaConnectUserConfigPrivatelinkAccess
    public_access GetServiceKafkaConnectUserConfigPublicAccess
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters List<String>
    kafkaConnect Property Map
    Kafka Connect specific server provided values
    privateAccess Property Map
    privatelinkAccess Property Map
    publicAccess Property Map
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceKafkaConnectUserConfigKafkaConnect

    GetServiceKafkaConnectUserConfigPrivateAccess

    KafkaConnect string
    Kafka Connect specific server provided values
    Prometheus string
    KafkaConnect string
    Kafka Connect specific server provided values
    Prometheus string
    kafkaConnect String
    Kafka Connect specific server provided values
    prometheus String
    kafkaConnect string
    Kafka Connect specific server provided values
    prometheus string
    kafka_connect str
    Kafka Connect specific server provided values
    prometheus str
    kafkaConnect String
    Kafka Connect specific server provided values
    prometheus String

    GetServiceKafkaConnectUserConfigPrivatelinkAccess

    Jolokia string
    KafkaConnect string
    Kafka Connect specific server provided values
    Prometheus string
    Jolokia string
    KafkaConnect string
    Kafka Connect specific server provided values
    Prometheus string
    jolokia String
    kafkaConnect String
    Kafka Connect specific server provided values
    prometheus String
    jolokia string
    kafkaConnect string
    Kafka Connect specific server provided values
    prometheus string
    jolokia str
    kafka_connect str
    Kafka Connect specific server provided values
    prometheus str
    jolokia String
    kafkaConnect String
    Kafka Connect specific server provided values
    prometheus String

    GetServiceKafkaConnectUserConfigPublicAccess

    KafkaConnect string
    Kafka Connect specific server provided values
    Prometheus string
    KafkaConnect string
    Kafka Connect specific server provided values
    Prometheus string
    kafkaConnect String
    Kafka Connect specific server provided values
    prometheus String
    kafkaConnect string
    Kafka Connect specific server provided values
    prometheus string
    kafka_connect str
    Kafka Connect specific server provided values
    prometheus str
    kafkaConnect String
    Kafka Connect specific server provided values
    prometheus String

    GetServiceKafkaMirrormakerUserConfig

    IpFilters List<string>
    KafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    IpFilters []string
    KafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters List<String>
    kafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters string[]
    kafkaMirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ip_filters Sequence[str]
    kafka_mirrormaker GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters List<String>
    kafkaMirrormaker Property Map
    Kafka MirrorMaker 2 specific server provided values
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceKafkaMirrormakerUserConfigKafkaMirrormaker

    GetServiceKafkaUserConfig

    CustomDomain string
    IpFilters List<string>
    Kafka GetServiceKafkaUserConfigKafka
    Kafka specific server provided values
    KafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethods
    KafkaConnect string
    Kafka Connect specific server provided values
    KafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfig
    KafkaRest string
    KafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfig
    KafkaVersion string
    PrivateAccess GetServiceKafkaUserConfigPrivateAccess
    PrivatelinkAccess GetServiceKafkaUserConfigPrivatelinkAccess
    PublicAccess GetServiceKafkaUserConfigPublicAccess
    SchemaRegistry string
    SchemaRegistryConfig GetServiceKafkaUserConfigSchemaRegistryConfig
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    CustomDomain string
    IpFilters []string
    Kafka GetServiceKafkaUserConfigKafka
    Kafka specific server provided values
    KafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethods
    KafkaConnect string
    Kafka Connect specific server provided values
    KafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfig
    KafkaRest string
    KafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfig
    KafkaVersion string
    PrivateAccess GetServiceKafkaUserConfigPrivateAccess
    PrivatelinkAccess GetServiceKafkaUserConfigPrivatelinkAccess
    PublicAccess GetServiceKafkaUserConfigPublicAccess
    SchemaRegistry string
    SchemaRegistryConfig GetServiceKafkaUserConfigSchemaRegistryConfig
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    ipFilters List<String>
    kafka GetServiceKafkaUserConfigKafka
    Kafka specific server provided values
    kafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethods
    kafkaConnect String
    Kafka Connect specific server provided values
    kafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfig
    kafkaRest String
    kafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfig
    kafkaVersion String
    privateAccess GetServiceKafkaUserConfigPrivateAccess
    privatelinkAccess GetServiceKafkaUserConfigPrivatelinkAccess
    publicAccess GetServiceKafkaUserConfigPublicAccess
    schemaRegistry String
    schemaRegistryConfig GetServiceKafkaUserConfigSchemaRegistryConfig
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain string
    ipFilters string[]
    kafka GetServiceKafkaUserConfigKafka
    Kafka specific server provided values
    kafkaAuthenticationMethods GetServiceKafkaUserConfigKafkaAuthenticationMethods
    kafkaConnect string
    Kafka Connect specific server provided values
    kafkaConnectConfig GetServiceKafkaUserConfigKafkaConnectConfig
    kafkaRest string
    kafkaRestConfig GetServiceKafkaUserConfigKafkaRestConfig
    kafkaVersion string
    privateAccess GetServiceKafkaUserConfigPrivateAccess
    privatelinkAccess GetServiceKafkaUserConfigPrivatelinkAccess
    publicAccess GetServiceKafkaUserConfigPublicAccess
    schemaRegistry string
    schemaRegistryConfig GetServiceKafkaUserConfigSchemaRegistryConfig
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    custom_domain str
    ip_filters Sequence[str]
    kafka GetServiceKafkaUserConfigKafka
    Kafka specific server provided values
    kafka_authentication_methods GetServiceKafkaUserConfigKafkaAuthenticationMethods
    kafka_connect str
    Kafka Connect specific server provided values
    kafka_connect_config GetServiceKafkaUserConfigKafkaConnectConfig
    kafka_rest str
    kafka_rest_config GetServiceKafkaUserConfigKafkaRestConfig
    kafka_version str
    private_access GetServiceKafkaUserConfigPrivateAccess
    privatelink_access GetServiceKafkaUserConfigPrivatelinkAccess
    public_access GetServiceKafkaUserConfigPublicAccess
    schema_registry str
    schema_registry_config GetServiceKafkaUserConfigSchemaRegistryConfig
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    ipFilters List<String>
    kafka Property Map
    Kafka specific server provided values
    kafkaAuthenticationMethods Property Map
    kafkaConnect String
    Kafka Connect specific server provided values
    kafkaConnectConfig Property Map
    kafkaRest String
    kafkaRestConfig Property Map
    kafkaVersion String
    privateAccess Property Map
    privatelinkAccess Property Map
    publicAccess Property Map
    schemaRegistry String
    schemaRegistryConfig Property Map
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceKafkaUserConfigKafka

    AutoCreateTopicsEnable string
    CompressionType string
    ConnectionsMaxIdleMs string
    DefaultReplicationFactor string
    GroupInitialRebalanceDelayMs string
    GroupMaxSessionTimeoutMs string
    GroupMinSessionTimeoutMs string
    LogCleanerDeleteRetentionMs string
    LogCleanerMaxCompactionLagMs string
    LogCleanerMinCleanableRatio string
    LogCleanerMinCompactionLagMs string
    LogCleanupPolicy string
    LogFlushIntervalMessages string
    LogFlushIntervalMs string
    LogIndexIntervalBytes string
    LogIndexSizeMaxBytes string
    LogMessageDownconversionEnable string
    LogMessageTimestampDifferenceMaxMs string
    LogMessageTimestampType string
    LogPreallocate string
    LogRetentionBytes string
    LogRetentionHours string
    LogRetentionMs string
    LogRollJitterMs string
    LogRollMs string
    LogSegmentBytes string
    LogSegmentDeleteDelayMs string
    MaxConnectionsPerIp string
    MaxIncrementalFetchSessionCacheSlots string
    MessageMaxBytes string
    MinInsyncReplicas string
    NumPartitions string
    OffsetsRetentionMinutes string
    ProducerPurgatoryPurgeIntervalRequests string
    ReplicaFetchMaxBytes string
    ReplicaFetchResponseMaxBytes string
    SocketRequestMaxBytes string
    TransactionRemoveExpiredTransactionCleanupIntervalMs string
    TransactionStateLogSegmentBytes string
    AutoCreateTopicsEnable string
    CompressionType string
    ConnectionsMaxIdleMs string
    DefaultReplicationFactor string
    GroupInitialRebalanceDelayMs string
    GroupMaxSessionTimeoutMs string
    GroupMinSessionTimeoutMs string
    LogCleanerDeleteRetentionMs string
    LogCleanerMaxCompactionLagMs string
    LogCleanerMinCleanableRatio string
    LogCleanerMinCompactionLagMs string
    LogCleanupPolicy string
    LogFlushIntervalMessages string
    LogFlushIntervalMs string
    LogIndexIntervalBytes string
    LogIndexSizeMaxBytes string
    LogMessageDownconversionEnable string
    LogMessageTimestampDifferenceMaxMs string
    LogMessageTimestampType string
    LogPreallocate string
    LogRetentionBytes string
    LogRetentionHours string
    LogRetentionMs string
    LogRollJitterMs string
    LogRollMs string
    LogSegmentBytes string
    LogSegmentDeleteDelayMs string
    MaxConnectionsPerIp string
    MaxIncrementalFetchSessionCacheSlots string
    MessageMaxBytes string
    MinInsyncReplicas string
    NumPartitions string
    OffsetsRetentionMinutes string
    ProducerPurgatoryPurgeIntervalRequests string
    ReplicaFetchMaxBytes string
    ReplicaFetchResponseMaxBytes string
    SocketRequestMaxBytes string
    TransactionRemoveExpiredTransactionCleanupIntervalMs string
    TransactionStateLogSegmentBytes string
    autoCreateTopicsEnable String
    compressionType String
    connectionsMaxIdleMs String
    defaultReplicationFactor String
    groupInitialRebalanceDelayMs String
    groupMaxSessionTimeoutMs String
    groupMinSessionTimeoutMs String
    logCleanerDeleteRetentionMs String
    logCleanerMaxCompactionLagMs String
    logCleanerMinCleanableRatio String
    logCleanerMinCompactionLagMs String
    logCleanupPolicy String
    logFlushIntervalMessages String
    logFlushIntervalMs String
    logIndexIntervalBytes String
    logIndexSizeMaxBytes String
    logMessageDownconversionEnable String
    logMessageTimestampDifferenceMaxMs String
    logMessageTimestampType String
    logPreallocate String
    logRetentionBytes String
    logRetentionHours String
    logRetentionMs String
    logRollJitterMs String
    logRollMs String
    logSegmentBytes String
    logSegmentDeleteDelayMs String
    maxConnectionsPerIp String
    maxIncrementalFetchSessionCacheSlots String
    messageMaxBytes String
    minInsyncReplicas String
    numPartitions String
    offsetsRetentionMinutes String
    producerPurgatoryPurgeIntervalRequests String
    replicaFetchMaxBytes String
    replicaFetchResponseMaxBytes String
    socketRequestMaxBytes String
    transactionRemoveExpiredTransactionCleanupIntervalMs String
    transactionStateLogSegmentBytes String
    autoCreateTopicsEnable string
    compressionType string
    connectionsMaxIdleMs string
    defaultReplicationFactor string
    groupInitialRebalanceDelayMs string
    groupMaxSessionTimeoutMs string
    groupMinSessionTimeoutMs string
    logCleanerDeleteRetentionMs string
    logCleanerMaxCompactionLagMs string
    logCleanerMinCleanableRatio string
    logCleanerMinCompactionLagMs string
    logCleanupPolicy string
    logFlushIntervalMessages string
    logFlushIntervalMs string
    logIndexIntervalBytes string
    logIndexSizeMaxBytes string
    logMessageDownconversionEnable string
    logMessageTimestampDifferenceMaxMs string
    logMessageTimestampType string
    logPreallocate string
    logRetentionBytes string
    logRetentionHours string
    logRetentionMs string
    logRollJitterMs string
    logRollMs string
    logSegmentBytes string
    logSegmentDeleteDelayMs string
    maxConnectionsPerIp string
    maxIncrementalFetchSessionCacheSlots string
    messageMaxBytes string
    minInsyncReplicas string
    numPartitions string
    offsetsRetentionMinutes string
    producerPurgatoryPurgeIntervalRequests string
    replicaFetchMaxBytes string
    replicaFetchResponseMaxBytes string
    socketRequestMaxBytes string
    transactionRemoveExpiredTransactionCleanupIntervalMs string
    transactionStateLogSegmentBytes string
    auto_create_topics_enable str
    compression_type str
    connections_max_idle_ms str
    default_replication_factor str
    group_initial_rebalance_delay_ms str
    group_max_session_timeout_ms str
    group_min_session_timeout_ms str
    log_cleaner_delete_retention_ms str
    log_cleaner_max_compaction_lag_ms str
    log_cleaner_min_cleanable_ratio str
    log_cleaner_min_compaction_lag_ms str
    log_cleanup_policy str
    log_flush_interval_messages str
    log_flush_interval_ms str
    log_index_interval_bytes str
    log_index_size_max_bytes str
    log_message_downconversion_enable str
    log_message_timestamp_difference_max_ms str
    log_message_timestamp_type str
    log_preallocate str
    log_retention_bytes str
    log_retention_hours str
    log_retention_ms str
    log_roll_jitter_ms str
    log_roll_ms str
    log_segment_bytes str
    log_segment_delete_delay_ms str
    max_connections_per_ip str
    max_incremental_fetch_session_cache_slots str
    message_max_bytes str
    min_insync_replicas str
    num_partitions str
    offsets_retention_minutes str
    producer_purgatory_purge_interval_requests str
    replica_fetch_max_bytes str
    replica_fetch_response_max_bytes str
    socket_request_max_bytes str
    transaction_remove_expired_transaction_cleanup_interval_ms str
    transaction_state_log_segment_bytes str
    autoCreateTopicsEnable String
    compressionType String
    connectionsMaxIdleMs String
    defaultReplicationFactor String
    groupInitialRebalanceDelayMs String
    groupMaxSessionTimeoutMs String
    groupMinSessionTimeoutMs String
    logCleanerDeleteRetentionMs String
    logCleanerMaxCompactionLagMs String
    logCleanerMinCleanableRatio String
    logCleanerMinCompactionLagMs String
    logCleanupPolicy String
    logFlushIntervalMessages String
    logFlushIntervalMs String
    logIndexIntervalBytes String
    logIndexSizeMaxBytes String
    logMessageDownconversionEnable String
    logMessageTimestampDifferenceMaxMs String
    logMessageTimestampType String
    logPreallocate String
    logRetentionBytes String
    logRetentionHours String
    logRetentionMs String
    logRollJitterMs String
    logRollMs String
    logSegmentBytes String
    logSegmentDeleteDelayMs String
    maxConnectionsPerIp String
    maxIncrementalFetchSessionCacheSlots String
    messageMaxBytes String
    minInsyncReplicas String
    numPartitions String
    offsetsRetentionMinutes String
    producerPurgatoryPurgeIntervalRequests String
    replicaFetchMaxBytes String
    replicaFetchResponseMaxBytes String
    socketRequestMaxBytes String
    transactionRemoveExpiredTransactionCleanupIntervalMs String
    transactionStateLogSegmentBytes String

    GetServiceKafkaUserConfigKafkaAuthenticationMethods

    Certificate string
    Sasl string
    Certificate string
    Sasl string
    certificate String
    sasl String
    certificate string
    sasl string
    certificate String
    sasl String

    GetServiceKafkaUserConfigKafkaConnectConfig

    GetServiceKafkaUserConfigKafkaRestConfig

    GetServiceKafkaUserConfigPrivateAccess

    Prometheus string
    Prometheus string
    prometheus String
    prometheus string
    prometheus String

    GetServiceKafkaUserConfigPrivatelinkAccess

    Jolokia string
    Kafka string
    Kafka specific server provided values
    KafkaConnect string
    Kafka Connect specific server provided values
    KafkaRest string
    Prometheus string
    SchemaRegistry string
    Jolokia string
    Kafka string
    Kafka specific server provided values
    KafkaConnect string
    Kafka Connect specific server provided values
    KafkaRest string
    Prometheus string
    SchemaRegistry string
    jolokia String
    kafka String
    Kafka specific server provided values
    kafkaConnect String
    Kafka Connect specific server provided values
    kafkaRest String
    prometheus String
    schemaRegistry String
    jolokia string
    kafka string
    Kafka specific server provided values
    kafkaConnect string
    Kafka Connect specific server provided values
    kafkaRest string
    prometheus string
    schemaRegistry string
    jolokia str
    kafka str
    Kafka specific server provided values
    kafka_connect str
    Kafka Connect specific server provided values
    kafka_rest str
    prometheus str
    schema_registry str
    jolokia String
    kafka String
    Kafka specific server provided values
    kafkaConnect String
    Kafka Connect specific server provided values
    kafkaRest String
    prometheus String
    schemaRegistry String

    GetServiceKafkaUserConfigPublicAccess

    Kafka string
    Kafka specific server provided values
    KafkaConnect string
    Kafka Connect specific server provided values
    KafkaRest string
    Prometheus string
    SchemaRegistry string
    Kafka string
    Kafka specific server provided values
    KafkaConnect string
    Kafka Connect specific server provided values
    KafkaRest string
    Prometheus string
    SchemaRegistry string
    kafka String
    Kafka specific server provided values
    kafkaConnect String
    Kafka Connect specific server provided values
    kafkaRest String
    prometheus String
    schemaRegistry String
    kafka string
    Kafka specific server provided values
    kafkaConnect string
    Kafka Connect specific server provided values
    kafkaRest string
    prometheus string
    schemaRegistry string
    kafka str
    Kafka specific server provided values
    kafka_connect str
    Kafka Connect specific server provided values
    kafka_rest str
    prometheus str
    schema_registry str
    kafka String
    Kafka specific server provided values
    kafkaConnect String
    Kafka Connect specific server provided values
    kafkaRest String
    prometheus String
    schemaRegistry String

    GetServiceKafkaUserConfigSchemaRegistryConfig

    GetServiceMysqlUserConfig

    AdminPassword string
    AdminUsername string
    BackupHour string
    BackupMinute string
    BinlogRetentionPeriod string
    IpFilters List<string>
    Migration GetServiceMysqlUserConfigMigration
    Mysql GetServiceMysqlUserConfigMysql
    MySQL specific server provided values
    MysqlVersion string
    PrivateAccess GetServiceMysqlUserConfigPrivateAccess
    PrivatelinkAccess GetServiceMysqlUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceMysqlUserConfigPublicAccess
    RecoveryTargetTime string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    AdminPassword string
    AdminUsername string
    BackupHour string
    BackupMinute string
    BinlogRetentionPeriod string
    IpFilters []string
    Migration GetServiceMysqlUserConfigMigration
    Mysql GetServiceMysqlUserConfigMysql
    MySQL specific server provided values
    MysqlVersion string
    PrivateAccess GetServiceMysqlUserConfigPrivateAccess
    PrivatelinkAccess GetServiceMysqlUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceMysqlUserConfigPublicAccess
    RecoveryTargetTime string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    adminPassword String
    adminUsername String
    backupHour String
    backupMinute String
    binlogRetentionPeriod String
    ipFilters List<String>
    migration GetServiceMysqlUserConfigMigration
    mysql GetServiceMysqlUserConfigMysql
    MySQL specific server provided values
    mysqlVersion String
    privateAccess GetServiceMysqlUserConfigPrivateAccess
    privatelinkAccess GetServiceMysqlUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServiceMysqlUserConfigPublicAccess
    recoveryTargetTime String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    adminPassword string
    adminUsername string
    backupHour string
    backupMinute string
    binlogRetentionPeriod string
    ipFilters string[]
    migration GetServiceMysqlUserConfigMigration
    mysql GetServiceMysqlUserConfigMysql
    MySQL specific server provided values
    mysqlVersion string
    privateAccess GetServiceMysqlUserConfigPrivateAccess
    privatelinkAccess GetServiceMysqlUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServiceMysqlUserConfigPublicAccess
    recoveryTargetTime string
    serviceToForkFrom string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    admin_password str
    admin_username str
    backup_hour str
    backup_minute str
    binlog_retention_period str
    ip_filters Sequence[str]
    migration GetServiceMysqlUserConfigMigration
    mysql GetServiceMysqlUserConfigMysql
    MySQL specific server provided values
    mysql_version str
    private_access GetServiceMysqlUserConfigPrivateAccess
    privatelink_access GetServiceMysqlUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServiceMysqlUserConfigPublicAccess
    recovery_target_time str
    service_to_fork_from str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    adminPassword String
    adminUsername String
    backupHour String
    backupMinute String
    binlogRetentionPeriod String
    ipFilters List<String>
    migration Property Map
    mysql Property Map
    MySQL specific server provided values
    mysqlVersion String
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryTargetTime String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceMysqlUserConfigMigration

    Dbname string
    Host string
    IgnoreDbs string
    Method string
    Password string
    Port string
    Ssl string
    Username string
    Dbname string
    Host string
    IgnoreDbs string
    Method string
    Password string
    Port string
    Ssl string
    Username string
    dbname String
    host String
    ignoreDbs String
    method String
    password String
    port String
    ssl String
    username String
    dbname string
    host string
    ignoreDbs string
    method string
    password string
    port string
    ssl string
    username string
    dbname String
    host String
    ignoreDbs String
    method String
    password String
    port String
    ssl String
    username String

    GetServiceMysqlUserConfigMysql

    GetServiceMysqlUserConfigPrivateAccess

    Mysql string
    MySQL specific server provided values
    Mysqlx string
    Prometheus string
    Mysql string
    MySQL specific server provided values
    Mysqlx string
    Prometheus string
    mysql String
    MySQL specific server provided values
    mysqlx String
    prometheus String
    mysql string
    MySQL specific server provided values
    mysqlx string
    prometheus string
    mysql str
    MySQL specific server provided values
    mysqlx str
    prometheus str
    mysql String
    MySQL specific server provided values
    mysqlx String
    prometheus String

    GetServiceMysqlUserConfigPrivatelinkAccess

    Mysql string
    MySQL specific server provided values
    Mysqlx string
    Prometheus string
    Mysql string
    MySQL specific server provided values
    Mysqlx string
    Prometheus string
    mysql String
    MySQL specific server provided values
    mysqlx String
    prometheus String
    mysql string
    MySQL specific server provided values
    mysqlx string
    prometheus string
    mysql str
    MySQL specific server provided values
    mysqlx str
    prometheus str
    mysql String
    MySQL specific server provided values
    mysqlx String
    prometheus String

    GetServiceMysqlUserConfigPublicAccess

    Mysql string
    MySQL specific server provided values
    Mysqlx string
    Prometheus string
    Mysql string
    MySQL specific server provided values
    Mysqlx string
    Prometheus string
    mysql String
    MySQL specific server provided values
    mysqlx String
    prometheus String
    mysql string
    MySQL specific server provided values
    mysqlx string
    prometheus string
    mysql str
    MySQL specific server provided values
    mysqlx str
    prometheus str
    mysql String
    MySQL specific server provided values
    mysqlx String
    prometheus String

    GetServiceOpensearch

    GetServiceOpensearchUserConfig

    CustomDomain string
    DisableReplicationFactorAdjustment string
    IndexPatterns List<GetServiceOpensearchUserConfigIndexPattern>
    IndexTemplate GetServiceOpensearchUserConfigIndexTemplate
    IpFilters List<string>
    KeepIndexRefreshInterval string
    MaxIndexCount string
    Opensearch GetServiceOpensearchUserConfigOpensearch
    Opensearch specific server provided values
    OpensearchDashboards GetServiceOpensearchUserConfigOpensearchDashboards
    OpensearchVersion string
    PrivateAccess GetServiceOpensearchUserConfigPrivateAccess
    PrivatelinkAccess GetServiceOpensearchUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceOpensearchUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    CustomDomain string
    DisableReplicationFactorAdjustment string
    IndexPatterns []GetServiceOpensearchUserConfigIndexPattern
    IndexTemplate GetServiceOpensearchUserConfigIndexTemplate
    IpFilters []string
    KeepIndexRefreshInterval string
    MaxIndexCount string
    Opensearch GetServiceOpensearchUserConfigOpensearch
    Opensearch specific server provided values
    OpensearchDashboards GetServiceOpensearchUserConfigOpensearchDashboards
    OpensearchVersion string
    PrivateAccess GetServiceOpensearchUserConfigPrivateAccess
    PrivatelinkAccess GetServiceOpensearchUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceOpensearchUserConfigPublicAccess
    RecoveryBasebackupName string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    disableReplicationFactorAdjustment String
    indexPatterns List<GetServiceOpensearchUserConfigIndexPattern>
    indexTemplate GetServiceOpensearchUserConfigIndexTemplate
    ipFilters List<String>
    keepIndexRefreshInterval String
    maxIndexCount String
    opensearch GetServiceOpensearchUserConfigOpensearch
    Opensearch specific server provided values
    opensearchDashboards GetServiceOpensearchUserConfigOpensearchDashboards
    opensearchVersion String
    privateAccess GetServiceOpensearchUserConfigPrivateAccess
    privatelinkAccess GetServiceOpensearchUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServiceOpensearchUserConfigPublicAccess
    recoveryBasebackupName String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain string
    disableReplicationFactorAdjustment string
    indexPatterns GetServiceOpensearchUserConfigIndexPattern[]
    indexTemplate GetServiceOpensearchUserConfigIndexTemplate
    ipFilters string[]
    keepIndexRefreshInterval string
    maxIndexCount string
    opensearch GetServiceOpensearchUserConfigOpensearch
    Opensearch specific server provided values
    opensearchDashboards GetServiceOpensearchUserConfigOpensearchDashboards
    opensearchVersion string
    privateAccess GetServiceOpensearchUserConfigPrivateAccess
    privatelinkAccess GetServiceOpensearchUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServiceOpensearchUserConfigPublicAccess
    recoveryBasebackupName string
    serviceToForkFrom string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    custom_domain str
    disable_replication_factor_adjustment str
    index_patterns Sequence[GetServiceOpensearchUserConfigIndexPattern]
    index_template GetServiceOpensearchUserConfigIndexTemplate
    ip_filters Sequence[str]
    keep_index_refresh_interval str
    max_index_count str
    opensearch GetServiceOpensearchUserConfigOpensearch
    Opensearch specific server provided values
    opensearch_dashboards GetServiceOpensearchUserConfigOpensearchDashboards
    opensearch_version str
    private_access GetServiceOpensearchUserConfigPrivateAccess
    privatelink_access GetServiceOpensearchUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServiceOpensearchUserConfigPublicAccess
    recovery_basebackup_name str
    service_to_fork_from str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    customDomain String
    disableReplicationFactorAdjustment String
    indexPatterns List<Property Map>
    indexTemplate Property Map
    ipFilters List<String>
    keepIndexRefreshInterval String
    maxIndexCount String
    opensearch Property Map
    Opensearch specific server provided values
    opensearchDashboards Property Map
    opensearchVersion String
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryBasebackupName String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceOpensearchUserConfigIndexPattern

    GetServiceOpensearchUserConfigIndexTemplate

    GetServiceOpensearchUserConfigOpensearch

    ActionAutoCreateIndexEnabled string
    ActionDestructiveRequiresName string
    ClusterMaxShardsPerNode string
    HttpMaxContentLength string
    HttpMaxHeaderSize string
    HttpMaxInitialLineLength string
    IndicesFielddataCacheSize string
    IndicesMemoryIndexBufferSize string
    IndicesQueriesCacheSize string
    IndicesQueryBoolMaxClauseCount string
    OverrideMainResponseVersion string
    ReindexRemoteWhitelists List<string>
    ScriptMaxCompilationsRate string
    SearchMaxBuckets string
    ThreadPoolAnalyzeQueueSize string
    ThreadPoolAnalyzeSize string
    ThreadPoolForceMergeSize string
    ThreadPoolGetQueueSize string
    ThreadPoolGetSize string
    ThreadPoolIndexSize string
    ThreadPoolSearchQueueSize string
    ThreadPoolSearchSize string
    ThreadPoolSearchThrottledQueueSize string
    ThreadPoolSearchThrottledSize string
    ThreadPoolWriteQueueSize string
    ThreadPoolWriteSize string
    ActionAutoCreateIndexEnabled string
    ActionDestructiveRequiresName string
    ClusterMaxShardsPerNode string
    HttpMaxContentLength string
    HttpMaxHeaderSize string
    HttpMaxInitialLineLength string
    IndicesFielddataCacheSize string
    IndicesMemoryIndexBufferSize string
    IndicesQueriesCacheSize string
    IndicesQueryBoolMaxClauseCount string
    OverrideMainResponseVersion string
    ReindexRemoteWhitelists []string
    ScriptMaxCompilationsRate string
    SearchMaxBuckets string
    ThreadPoolAnalyzeQueueSize string
    ThreadPoolAnalyzeSize string
    ThreadPoolForceMergeSize string
    ThreadPoolGetQueueSize string
    ThreadPoolGetSize string
    ThreadPoolIndexSize string
    ThreadPoolSearchQueueSize string
    ThreadPoolSearchSize string
    ThreadPoolSearchThrottledQueueSize string
    ThreadPoolSearchThrottledSize string
    ThreadPoolWriteQueueSize string
    ThreadPoolWriteSize string
    actionAutoCreateIndexEnabled String
    actionDestructiveRequiresName String
    clusterMaxShardsPerNode String
    httpMaxContentLength String
    httpMaxHeaderSize String
    httpMaxInitialLineLength String
    indicesFielddataCacheSize String
    indicesMemoryIndexBufferSize String
    indicesQueriesCacheSize String
    indicesQueryBoolMaxClauseCount String
    overrideMainResponseVersion String
    reindexRemoteWhitelists List<String>
    scriptMaxCompilationsRate String
    searchMaxBuckets String
    threadPoolAnalyzeQueueSize String
    threadPoolAnalyzeSize String
    threadPoolForceMergeSize String
    threadPoolGetQueueSize String
    threadPoolGetSize String
    threadPoolIndexSize String
    threadPoolSearchQueueSize String
    threadPoolSearchSize String
    threadPoolSearchThrottledQueueSize String
    threadPoolSearchThrottledSize String
    threadPoolWriteQueueSize String
    threadPoolWriteSize String
    actionAutoCreateIndexEnabled string
    actionDestructiveRequiresName string
    clusterMaxShardsPerNode string
    httpMaxContentLength string
    httpMaxHeaderSize string
    httpMaxInitialLineLength string
    indicesFielddataCacheSize string
    indicesMemoryIndexBufferSize string
    indicesQueriesCacheSize string
    indicesQueryBoolMaxClauseCount string
    overrideMainResponseVersion string
    reindexRemoteWhitelists string[]
    scriptMaxCompilationsRate string
    searchMaxBuckets string
    threadPoolAnalyzeQueueSize string
    threadPoolAnalyzeSize string
    threadPoolForceMergeSize string
    threadPoolGetQueueSize string
    threadPoolGetSize string
    threadPoolIndexSize string
    threadPoolSearchQueueSize string
    threadPoolSearchSize string
    threadPoolSearchThrottledQueueSize string
    threadPoolSearchThrottledSize string
    threadPoolWriteQueueSize string
    threadPoolWriteSize string
    action_auto_create_index_enabled str
    action_destructive_requires_name str
    cluster_max_shards_per_node str
    http_max_content_length str
    http_max_header_size str
    http_max_initial_line_length str
    indices_fielddata_cache_size str
    indices_memory_index_buffer_size str
    indices_queries_cache_size str
    indices_query_bool_max_clause_count str
    override_main_response_version str
    reindex_remote_whitelists Sequence[str]
    script_max_compilations_rate str
    search_max_buckets str
    thread_pool_analyze_queue_size str
    thread_pool_analyze_size str
    thread_pool_force_merge_size str
    thread_pool_get_queue_size str
    thread_pool_get_size str
    thread_pool_index_size str
    thread_pool_search_queue_size str
    thread_pool_search_size str
    thread_pool_search_throttled_queue_size str
    thread_pool_search_throttled_size str
    thread_pool_write_queue_size str
    thread_pool_write_size str
    actionAutoCreateIndexEnabled String
    actionDestructiveRequiresName String
    clusterMaxShardsPerNode String
    httpMaxContentLength String
    httpMaxHeaderSize String
    httpMaxInitialLineLength String
    indicesFielddataCacheSize String
    indicesMemoryIndexBufferSize String
    indicesQueriesCacheSize String
    indicesQueryBoolMaxClauseCount String
    overrideMainResponseVersion String
    reindexRemoteWhitelists List<String>
    scriptMaxCompilationsRate String
    searchMaxBuckets String
    threadPoolAnalyzeQueueSize String
    threadPoolAnalyzeSize String
    threadPoolForceMergeSize String
    threadPoolGetQueueSize String
    threadPoolGetSize String
    threadPoolIndexSize String
    threadPoolSearchQueueSize String
    threadPoolSearchSize String
    threadPoolSearchThrottledQueueSize String
    threadPoolSearchThrottledSize String
    threadPoolWriteQueueSize String
    threadPoolWriteSize String

    GetServiceOpensearchUserConfigOpensearchDashboards

    GetServiceOpensearchUserConfigPrivateAccess

    Opensearch string
    Opensearch specific server provided values
    OpensearchDashboards string
    Prometheus string
    Opensearch string
    Opensearch specific server provided values
    OpensearchDashboards string
    Prometheus string
    opensearch String
    Opensearch specific server provided values
    opensearchDashboards String
    prometheus String
    opensearch string
    Opensearch specific server provided values
    opensearchDashboards string
    prometheus string
    opensearch str
    Opensearch specific server provided values
    opensearch_dashboards str
    prometheus str
    opensearch String
    Opensearch specific server provided values
    opensearchDashboards String
    prometheus String

    GetServiceOpensearchUserConfigPrivatelinkAccess

    Opensearch string
    Opensearch specific server provided values
    OpensearchDashboards string
    Prometheus string
    Opensearch string
    Opensearch specific server provided values
    OpensearchDashboards string
    Prometheus string
    opensearch String
    Opensearch specific server provided values
    opensearchDashboards String
    prometheus String
    opensearch string
    Opensearch specific server provided values
    opensearchDashboards string
    prometheus string
    opensearch str
    Opensearch specific server provided values
    opensearch_dashboards str
    prometheus str
    opensearch String
    Opensearch specific server provided values
    opensearchDashboards String
    prometheus String

    GetServiceOpensearchUserConfigPublicAccess

    Opensearch string
    Opensearch specific server provided values
    OpensearchDashboards string
    Prometheus string
    Opensearch string
    Opensearch specific server provided values
    OpensearchDashboards string
    Prometheus string
    opensearch String
    Opensearch specific server provided values
    opensearchDashboards String
    prometheus String
    opensearch string
    Opensearch specific server provided values
    opensearchDashboards string
    prometheus string
    opensearch str
    Opensearch specific server provided values
    opensearch_dashboards str
    prometheus str
    opensearch String
    Opensearch specific server provided values
    opensearchDashboards String
    prometheus String

    GetServicePg

    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 Integer
    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 int
    replica_uri str
    sslmode str
    uri str
    user str
    dbname String
    host String
    password String
    port Number
    replicaUri String
    sslmode String
    uri String
    user String

    GetServicePgUserConfig

    AdminPassword string
    AdminUsername string
    BackupHour string
    BackupMinute string
    EnableIpv6 string
    IpFilters List<string>
    Migration GetServicePgUserConfigMigration
    Pg GetServicePgUserConfigPg
    PostgreSQL specific server provided values
    PgReadReplica string
    PgServiceToForkFrom string
    PgVersion string
    Pgbouncer GetServicePgUserConfigPgbouncer
    Pglookout GetServicePgUserConfigPglookout
    PrivateAccess GetServicePgUserConfigPrivateAccess
    PrivatelinkAccess GetServicePgUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServicePgUserConfigPublicAccess
    RecoveryTargetTime string
    ServiceToForkFrom string
    SharedBuffersPercentage string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    SynchronousReplication string
    Timescaledb GetServicePgUserConfigTimescaledb
    Variant string
    WorkMem string
    AdminPassword string
    AdminUsername string
    BackupHour string
    BackupMinute string
    EnableIpv6 string
    IpFilters []string
    Migration GetServicePgUserConfigMigration
    Pg GetServicePgUserConfigPg
    PostgreSQL specific server provided values
    PgReadReplica string
    PgServiceToForkFrom string
    PgVersion string
    Pgbouncer GetServicePgUserConfigPgbouncer
    Pglookout GetServicePgUserConfigPglookout
    PrivateAccess GetServicePgUserConfigPrivateAccess
    PrivatelinkAccess GetServicePgUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServicePgUserConfigPublicAccess
    RecoveryTargetTime string
    ServiceToForkFrom string
    SharedBuffersPercentage string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    SynchronousReplication string
    Timescaledb GetServicePgUserConfigTimescaledb
    Variant string
    WorkMem string
    adminPassword String
    adminUsername String
    backupHour String
    backupMinute String
    enableIpv6 String
    ipFilters List<String>
    migration GetServicePgUserConfigMigration
    pg GetServicePgUserConfigPg
    PostgreSQL specific server provided values
    pgReadReplica String
    pgServiceToForkFrom String
    pgVersion String
    pgbouncer GetServicePgUserConfigPgbouncer
    pglookout GetServicePgUserConfigPglookout
    privateAccess GetServicePgUserConfigPrivateAccess
    privatelinkAccess GetServicePgUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServicePgUserConfigPublicAccess
    recoveryTargetTime String
    serviceToForkFrom String
    sharedBuffersPercentage String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    synchronousReplication String
    timescaledb GetServicePgUserConfigTimescaledb
    variant String
    workMem String
    adminPassword string
    adminUsername string
    backupHour string
    backupMinute string
    enableIpv6 string
    ipFilters string[]
    migration GetServicePgUserConfigMigration
    pg GetServicePgUserConfigPg
    PostgreSQL specific server provided values
    pgReadReplica string
    pgServiceToForkFrom string
    pgVersion string
    pgbouncer GetServicePgUserConfigPgbouncer
    pglookout GetServicePgUserConfigPglookout
    privateAccess GetServicePgUserConfigPrivateAccess
    privatelinkAccess GetServicePgUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServicePgUserConfigPublicAccess
    recoveryTargetTime string
    serviceToForkFrom string
    sharedBuffersPercentage string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    synchronousReplication string
    timescaledb GetServicePgUserConfigTimescaledb
    variant string
    workMem string
    admin_password str
    admin_username str
    backup_hour str
    backup_minute str
    enable_ipv6 str
    ip_filters Sequence[str]
    migration GetServicePgUserConfigMigration
    pg GetServicePgUserConfigPg
    PostgreSQL specific server provided values
    pg_read_replica str
    pg_service_to_fork_from str
    pg_version str
    pgbouncer GetServicePgUserConfigPgbouncer
    pglookout GetServicePgUserConfigPglookout
    private_access GetServicePgUserConfigPrivateAccess
    privatelink_access GetServicePgUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServicePgUserConfigPublicAccess
    recovery_target_time str
    service_to_fork_from str
    shared_buffers_percentage str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    synchronous_replication str
    timescaledb GetServicePgUserConfigTimescaledb
    variant str
    work_mem str
    adminPassword String
    adminUsername String
    backupHour String
    backupMinute String
    enableIpv6 String
    ipFilters List<String>
    migration Property Map
    pg Property Map
    PostgreSQL specific server provided values
    pgReadReplica String
    pgServiceToForkFrom String
    pgVersion String
    pgbouncer Property Map
    pglookout Property Map
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryTargetTime String
    serviceToForkFrom String
    sharedBuffersPercentage String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    synchronousReplication String
    timescaledb Property Map
    variant String
    workMem String

    GetServicePgUserConfigMigration

    Dbname string
    Host string
    IgnoreDbs string
    Method string
    Password string
    Port string
    Ssl string
    Username string
    Dbname string
    Host string
    IgnoreDbs string
    Method string
    Password string
    Port string
    Ssl string
    Username string
    dbname String
    host String
    ignoreDbs String
    method String
    password String
    port String
    ssl String
    username String
    dbname string
    host string
    ignoreDbs string
    method string
    password string
    port string
    ssl string
    username string
    dbname String
    host String
    ignoreDbs String
    method String
    password String
    port String
    ssl String
    username String

    GetServicePgUserConfigPg

    AutovacuumAnalyzeScaleFactor string
    AutovacuumAnalyzeThreshold string
    AutovacuumFreezeMaxAge string
    AutovacuumMaxWorkers string
    AutovacuumNaptime string
    AutovacuumVacuumCostDelay string
    AutovacuumVacuumCostLimit string
    AutovacuumVacuumScaleFactor string
    AutovacuumVacuumThreshold string
    BgwriterDelay string
    BgwriterFlushAfter string
    BgwriterLruMaxpages string
    BgwriterLruMultiplier string
    DeadlockTimeout string
    DefaultToastCompression string
    IdleInTransactionSessionTimeout string
    Jit string
    LogAutovacuumMinDuration string
    LogErrorVerbosity string
    LogLinePrefix string
    LogMinDurationStatement string
    MaxFilesPerProcess string
    MaxLocksPerTransaction string
    MaxLogicalReplicationWorkers string
    MaxParallelWorkers string
    MaxParallelWorkersPerGather string
    MaxPredLocksPerTransaction string
    MaxPreparedTransactions string
    MaxReplicationSlots string
    MaxSlotWalKeepSize string
    MaxStackDepth string
    MaxStandbyArchiveDelay string
    MaxStandbyStreamingDelay string
    MaxWalSenders string
    MaxWorkerProcesses string
    PgPartmanBgwInterval string
    PgPartmanBgwRole string
    PgStatStatementsTrack string
    TempFileLimit string
    Timezone string
    TrackActivityQuerySize string
    TrackCommitTimestamp string
    TrackFunctions string
    TrackIoTiming string
    WalSenderTimeout string
    WalWriterDelay string
    AutovacuumAnalyzeScaleFactor string
    AutovacuumAnalyzeThreshold string
    AutovacuumFreezeMaxAge string
    AutovacuumMaxWorkers string
    AutovacuumNaptime string
    AutovacuumVacuumCostDelay string
    AutovacuumVacuumCostLimit string
    AutovacuumVacuumScaleFactor string
    AutovacuumVacuumThreshold string
    BgwriterDelay string
    BgwriterFlushAfter string
    BgwriterLruMaxpages string
    BgwriterLruMultiplier string
    DeadlockTimeout string
    DefaultToastCompression string
    IdleInTransactionSessionTimeout string
    Jit string
    LogAutovacuumMinDuration string
    LogErrorVerbosity string
    LogLinePrefix string
    LogMinDurationStatement string
    MaxFilesPerProcess string
    MaxLocksPerTransaction string
    MaxLogicalReplicationWorkers string
    MaxParallelWorkers string
    MaxParallelWorkersPerGather string
    MaxPredLocksPerTransaction string
    MaxPreparedTransactions string
    MaxReplicationSlots string
    MaxSlotWalKeepSize string
    MaxStackDepth string
    MaxStandbyArchiveDelay string
    MaxStandbyStreamingDelay string
    MaxWalSenders string
    MaxWorkerProcesses string
    PgPartmanBgwInterval string
    PgPartmanBgwRole string
    PgStatStatementsTrack string
    TempFileLimit string
    Timezone string
    TrackActivityQuerySize string
    TrackCommitTimestamp string
    TrackFunctions string
    TrackIoTiming string
    WalSenderTimeout string
    WalWriterDelay string
    autovacuumAnalyzeScaleFactor String
    autovacuumAnalyzeThreshold String
    autovacuumFreezeMaxAge String
    autovacuumMaxWorkers String
    autovacuumNaptime String
    autovacuumVacuumCostDelay String
    autovacuumVacuumCostLimit String
    autovacuumVacuumScaleFactor String
    autovacuumVacuumThreshold String
    bgwriterDelay String
    bgwriterFlushAfter String
    bgwriterLruMaxpages String
    bgwriterLruMultiplier String
    deadlockTimeout String
    defaultToastCompression String
    idleInTransactionSessionTimeout String
    jit String
    logAutovacuumMinDuration String
    logErrorVerbosity String
    logLinePrefix String
    logMinDurationStatement String
    maxFilesPerProcess String
    maxLocksPerTransaction String
    maxLogicalReplicationWorkers String
    maxParallelWorkers String
    maxParallelWorkersPerGather String
    maxPredLocksPerTransaction String
    maxPreparedTransactions String
    maxReplicationSlots String
    maxSlotWalKeepSize String
    maxStackDepth String
    maxStandbyArchiveDelay String
    maxStandbyStreamingDelay String
    maxWalSenders String
    maxWorkerProcesses String
    pgPartmanBgwInterval String
    pgPartmanBgwRole String
    pgStatStatementsTrack String
    tempFileLimit String
    timezone String
    trackActivityQuerySize String
    trackCommitTimestamp String
    trackFunctions String
    trackIoTiming String
    walSenderTimeout String
    walWriterDelay String
    autovacuumAnalyzeScaleFactor string
    autovacuumAnalyzeThreshold string
    autovacuumFreezeMaxAge string
    autovacuumMaxWorkers string
    autovacuumNaptime string
    autovacuumVacuumCostDelay string
    autovacuumVacuumCostLimit string
    autovacuumVacuumScaleFactor string
    autovacuumVacuumThreshold string
    bgwriterDelay string
    bgwriterFlushAfter string
    bgwriterLruMaxpages string
    bgwriterLruMultiplier string
    deadlockTimeout string
    defaultToastCompression string
    idleInTransactionSessionTimeout string
    jit string
    logAutovacuumMinDuration string
    logErrorVerbosity string
    logLinePrefix string
    logMinDurationStatement string
    maxFilesPerProcess string
    maxLocksPerTransaction string
    maxLogicalReplicationWorkers string
    maxParallelWorkers string
    maxParallelWorkersPerGather string
    maxPredLocksPerTransaction string
    maxPreparedTransactions string
    maxReplicationSlots string
    maxSlotWalKeepSize string
    maxStackDepth string
    maxStandbyArchiveDelay string
    maxStandbyStreamingDelay string
    maxWalSenders string
    maxWorkerProcesses string
    pgPartmanBgwInterval string
    pgPartmanBgwRole string
    pgStatStatementsTrack string
    tempFileLimit string
    timezone string
    trackActivityQuerySize string
    trackCommitTimestamp string
    trackFunctions string
    trackIoTiming string
    walSenderTimeout string
    walWriterDelay string
    autovacuum_analyze_scale_factor str
    autovacuum_analyze_threshold str
    autovacuum_freeze_max_age str
    autovacuum_max_workers str
    autovacuum_naptime str
    autovacuum_vacuum_cost_delay str
    autovacuum_vacuum_cost_limit str
    autovacuum_vacuum_scale_factor str
    autovacuum_vacuum_threshold str
    bgwriter_delay str
    bgwriter_flush_after str
    bgwriter_lru_maxpages str
    bgwriter_lru_multiplier str
    deadlock_timeout str
    default_toast_compression str
    idle_in_transaction_session_timeout str
    jit str
    log_autovacuum_min_duration str
    log_error_verbosity str
    log_line_prefix str
    log_min_duration_statement str
    max_files_per_process str
    max_locks_per_transaction str
    max_logical_replication_workers str
    max_parallel_workers str
    max_parallel_workers_per_gather str
    max_pred_locks_per_transaction str
    max_prepared_transactions str
    max_replication_slots str
    max_slot_wal_keep_size str
    max_stack_depth str
    max_standby_archive_delay str
    max_standby_streaming_delay str
    max_wal_senders str
    max_worker_processes str
    pg_partman_bgw_interval str
    pg_partman_bgw_role str
    pg_stat_statements_track str
    temp_file_limit str
    timezone str
    track_activity_query_size str
    track_commit_timestamp str
    track_functions str
    track_io_timing str
    wal_sender_timeout str
    wal_writer_delay str
    autovacuumAnalyzeScaleFactor String
    autovacuumAnalyzeThreshold String
    autovacuumFreezeMaxAge String
    autovacuumMaxWorkers String
    autovacuumNaptime String
    autovacuumVacuumCostDelay String
    autovacuumVacuumCostLimit String
    autovacuumVacuumScaleFactor String
    autovacuumVacuumThreshold String
    bgwriterDelay String
    bgwriterFlushAfter String
    bgwriterLruMaxpages String
    bgwriterLruMultiplier String
    deadlockTimeout String
    defaultToastCompression String
    idleInTransactionSessionTimeout String
    jit String
    logAutovacuumMinDuration String
    logErrorVerbosity String
    logLinePrefix String
    logMinDurationStatement String
    maxFilesPerProcess String
    maxLocksPerTransaction String
    maxLogicalReplicationWorkers String
    maxParallelWorkers String
    maxParallelWorkersPerGather String
    maxPredLocksPerTransaction String
    maxPreparedTransactions String
    maxReplicationSlots String
    maxSlotWalKeepSize String
    maxStackDepth String
    maxStandbyArchiveDelay String
    maxStandbyStreamingDelay String
    maxWalSenders String
    maxWorkerProcesses String
    pgPartmanBgwInterval String
    pgPartmanBgwRole String
    pgStatStatementsTrack String
    tempFileLimit String
    timezone String
    trackActivityQuerySize String
    trackCommitTimestamp String
    trackFunctions String
    trackIoTiming String
    walSenderTimeout String
    walWriterDelay String

    GetServicePgUserConfigPgbouncer

    GetServicePgUserConfigPglookout

    GetServicePgUserConfigPrivateAccess

    Pg string
    PostgreSQL specific server provided values
    Pgbouncer string
    Prometheus string
    Pg string
    PostgreSQL specific server provided values
    Pgbouncer string
    Prometheus string
    pg String
    PostgreSQL specific server provided values
    pgbouncer String
    prometheus String
    pg string
    PostgreSQL specific server provided values
    pgbouncer string
    prometheus string
    pg str
    PostgreSQL specific server provided values
    pgbouncer str
    prometheus str
    pg String
    PostgreSQL specific server provided values
    pgbouncer String
    prometheus String

    GetServicePgUserConfigPrivatelinkAccess

    Pg string
    PostgreSQL specific server provided values
    Pgbouncer string
    Prometheus string
    Pg string
    PostgreSQL specific server provided values
    Pgbouncer string
    Prometheus string
    pg String
    PostgreSQL specific server provided values
    pgbouncer String
    prometheus String
    pg string
    PostgreSQL specific server provided values
    pgbouncer string
    prometheus string
    pg str
    PostgreSQL specific server provided values
    pgbouncer str
    prometheus str
    pg String
    PostgreSQL specific server provided values
    pgbouncer String
    prometheus String

    GetServicePgUserConfigPublicAccess

    Pg string
    PostgreSQL specific server provided values
    Pgbouncer string
    Prometheus string
    Pg string
    PostgreSQL specific server provided values
    Pgbouncer string
    Prometheus string
    pg String
    PostgreSQL specific server provided values
    pgbouncer String
    prometheus String
    pg string
    PostgreSQL specific server provided values
    pgbouncer string
    prometheus string
    pg str
    PostgreSQL specific server provided values
    pgbouncer str
    prometheus str
    pg String
    PostgreSQL specific server provided values
    pgbouncer String
    prometheus String

    GetServicePgUserConfigTimescaledb

    GetServiceRedisUserConfig

    IpFilters List<string>
    Migration GetServiceRedisUserConfigMigration
    PrivateAccess GetServiceRedisUserConfigPrivateAccess
    PrivatelinkAccess GetServiceRedisUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceRedisUserConfigPublicAccess
    RecoveryBasebackupName string
    RedisAclChannelsDefault string
    RedisIoThreads string
    RedisLfuDecayTime string
    RedisLfuLogFactor string
    RedisMaxmemoryPolicy string
    RedisNotifyKeyspaceEvents string
    RedisNumberOfDatabases string
    RedisPersistence string
    RedisPubsubClientOutputBufferLimit string
    RedisSsl string
    RedisTimeout string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    IpFilters []string
    Migration GetServiceRedisUserConfigMigration
    PrivateAccess GetServiceRedisUserConfigPrivateAccess
    PrivatelinkAccess GetServiceRedisUserConfigPrivatelinkAccess
    ProjectToForkFrom string
    PublicAccess GetServiceRedisUserConfigPublicAccess
    RecoveryBasebackupName string
    RedisAclChannelsDefault string
    RedisIoThreads string
    RedisLfuDecayTime string
    RedisLfuLogFactor string
    RedisMaxmemoryPolicy string
    RedisNotifyKeyspaceEvents string
    RedisNumberOfDatabases string
    RedisPersistence string
    RedisPubsubClientOutputBufferLimit string
    RedisSsl string
    RedisTimeout string
    ServiceToForkFrom string
    StaticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters List<String>
    migration GetServiceRedisUserConfigMigration
    privateAccess GetServiceRedisUserConfigPrivateAccess
    privatelinkAccess GetServiceRedisUserConfigPrivatelinkAccess
    projectToForkFrom String
    publicAccess GetServiceRedisUserConfigPublicAccess
    recoveryBasebackupName String
    redisAclChannelsDefault String
    redisIoThreads String
    redisLfuDecayTime String
    redisLfuLogFactor String
    redisMaxmemoryPolicy String
    redisNotifyKeyspaceEvents String
    redisNumberOfDatabases String
    redisPersistence String
    redisPubsubClientOutputBufferLimit String
    redisSsl String
    redisTimeout String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters string[]
    migration GetServiceRedisUserConfigMigration
    privateAccess GetServiceRedisUserConfigPrivateAccess
    privatelinkAccess GetServiceRedisUserConfigPrivatelinkAccess
    projectToForkFrom string
    publicAccess GetServiceRedisUserConfigPublicAccess
    recoveryBasebackupName string
    redisAclChannelsDefault string
    redisIoThreads string
    redisLfuDecayTime string
    redisLfuLogFactor string
    redisMaxmemoryPolicy string
    redisNotifyKeyspaceEvents string
    redisNumberOfDatabases string
    redisPersistence string
    redisPubsubClientOutputBufferLimit string
    redisSsl string
    redisTimeout string
    serviceToForkFrom string
    staticIps string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ip_filters Sequence[str]
    migration GetServiceRedisUserConfigMigration
    private_access GetServiceRedisUserConfigPrivateAccess
    privatelink_access GetServiceRedisUserConfigPrivatelinkAccess
    project_to_fork_from str
    public_access GetServiceRedisUserConfigPublicAccess
    recovery_basebackup_name str
    redis_acl_channels_default str
    redis_io_threads str
    redis_lfu_decay_time str
    redis_lfu_log_factor str
    redis_maxmemory_policy str
    redis_notify_keyspace_events str
    redis_number_of_databases str
    redis_persistence str
    redis_pubsub_client_output_buffer_limit str
    redis_ssl str
    redis_timeout str
    service_to_fork_from str
    static_ips str
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    ipFilters List<String>
    migration Property Map
    privateAccess Property Map
    privatelinkAccess Property Map
    projectToForkFrom String
    publicAccess Property Map
    recoveryBasebackupName String
    redisAclChannelsDefault String
    redisIoThreads String
    redisLfuDecayTime String
    redisLfuLogFactor String
    redisMaxmemoryPolicy String
    redisNotifyKeyspaceEvents String
    redisNumberOfDatabases String
    redisPersistence String
    redisPubsubClientOutputBufferLimit String
    redisSsl String
    redisTimeout String
    serviceToForkFrom String
    staticIps String
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again

    GetServiceRedisUserConfigMigration

    Dbname string
    Host string
    IgnoreDbs string
    Method string
    Password string
    Port string
    Ssl string
    Username string
    Dbname string
    Host string
    IgnoreDbs string
    Method string
    Password string
    Port string
    Ssl string
    Username string
    dbname String
    host String
    ignoreDbs String
    method String
    password String
    port String
    ssl String
    username String
    dbname string
    host string
    ignoreDbs string
    method string
    password string
    port string
    ssl string
    username string
    dbname String
    host String
    ignoreDbs String
    method String
    password String
    port String
    ssl String
    username String

    GetServiceRedisUserConfigPrivateAccess

    Prometheus string
    Redis string
    Redis specific server provided values
    Prometheus string
    Redis string
    Redis specific server provided values
    prometheus String
    redis String
    Redis specific server provided values
    prometheus string
    redis string
    Redis specific server provided values
    prometheus str
    redis str
    Redis specific server provided values
    prometheus String
    redis String
    Redis specific server provided values

    GetServiceRedisUserConfigPrivatelinkAccess

    Prometheus string
    Redis string
    Redis specific server provided values
    Prometheus string
    Redis string
    Redis specific server provided values
    prometheus String
    redis String
    Redis specific server provided values
    prometheus string
    redis string
    Redis specific server provided values
    prometheus str
    redis str
    Redis specific server provided values
    prometheus String
    redis String
    Redis specific server provided values

    GetServiceRedisUserConfigPublicAccess

    Prometheus string
    Redis string
    Redis specific server provided values
    Prometheus string
    Redis string
    Redis specific server provided values
    prometheus String
    redis String
    Redis specific server provided values
    prometheus string
    redis string
    Redis specific server provided values
    prometheus str
    redis str
    Redis specific server provided values
    prometheus String
    redis String
    Redis specific server provided values

    GetServiceServiceIntegration

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Viewing docs for Aiven v4.5.2 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.