1. Packages
  2. Aiven Provider
  3. API Docs
  4. Service
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 resource allows the creation and management of Aiven Services.

    Create Service Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Service(name: string, args: ServiceArgs, opts?: CustomResourceOptions);
    @overload
    def Service(resource_name: str,
                args: ServiceArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Service(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                project: Optional[str] = None,
                service_type: Optional[str] = None,
                service_name: Optional[str] = None,
                kafkas: Optional[Sequence[ServiceKafkaArgs]] = None,
                maintenance_window_time: Optional[str] = None,
                flink_user_config: Optional[ServiceFlinkUserConfigArgs] = None,
                flinks: Optional[Sequence[ServiceFlinkArgs]] = None,
                grafana_user_config: Optional[ServiceGrafanaUserConfigArgs] = None,
                influxdb_user_config: Optional[ServiceInfluxdbUserConfigArgs] = None,
                kafka_connect_user_config: Optional[ServiceKafkaConnectUserConfigArgs] = None,
                kafka_mirrormaker_user_config: Optional[ServiceKafkaMirrormakerUserConfigArgs] = None,
                kafka_user_config: Optional[ServiceKafkaUserConfigArgs] = None,
                cassandra_user_config: Optional[ServiceCassandraUserConfigArgs] = None,
                maintenance_window_dow: Optional[str] = None,
                elasticsearch_user_config: Optional[ServiceElasticsearchUserConfigArgs] = None,
                mysql_user_config: Optional[ServiceMysqlUserConfigArgs] = None,
                opensearch_user_config: Optional[ServiceOpensearchUserConfigArgs] = None,
                pg_user_config: Optional[ServicePgUserConfigArgs] = None,
                plan: Optional[str] = None,
                disk_space: Optional[str] = None,
                project_vpc_id: Optional[str] = None,
                redis_user_config: Optional[ServiceRedisUserConfigArgs] = None,
                service_integrations: Optional[Sequence[ServiceServiceIntegrationArgs]] = None,
                cloud_name: Optional[str] = None,
                clickhouse_user_config: Optional[ServiceClickhouseUserConfigArgs] = None,
                static_ips: Optional[Sequence[str]] = None,
                termination_protection: Optional[bool] = None)
    func NewService(ctx *Context, name string, args ServiceArgs, opts ...ResourceOption) (*Service, error)
    public Service(string name, ServiceArgs args, CustomResourceOptions? opts = null)
    public Service(String name, ServiceArgs args)
    public Service(String name, ServiceArgs args, CustomResourceOptions options)
    
    type: aiven:Service
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var serviceResource = new Aiven.Service("serviceResource", new()
    {
        Project = "string",
        ServiceType = "string",
        ServiceName = "string",
        Kafkas = new[]
        {
            new Aiven.Inputs.ServiceKafkaArgs
            {
                AccessCert = "string",
                AccessKey = "string",
                ConnectUri = "string",
                RestUri = "string",
                SchemaRegistryUri = "string",
            },
        },
        MaintenanceWindowTime = "string",
        FlinkUserConfig = new Aiven.Inputs.ServiceFlinkUserConfigArgs
        {
            ExecutionCheckpointingIntervalMs = "string",
            ExecutionCheckpointingTimeoutMs = "string",
            FlinkVersion = "string",
            IpFilters = new[]
            {
                "string",
            },
            NumberOfTaskSlots = "string",
            ParallelismDefault = "string",
            PrivatelinkAccess = new Aiven.Inputs.ServiceFlinkUserConfigPrivatelinkAccessArgs
            {
                Flink = "string",
                Prometheus = "string",
            },
            RestartStrategy = "string",
            RestartStrategyDelaySec = "string",
            RestartStrategyFailureRateIntervalMin = "string",
            RestartStrategyMaxFailures = "string",
        },
        Flinks = new[]
        {
            new Aiven.Inputs.ServiceFlinkArgs
            {
                HostPorts = new[]
                {
                    "string",
                },
            },
        },
        GrafanaUserConfig = new Aiven.Inputs.ServiceGrafanaUserConfigArgs
        {
            AlertingEnabled = "string",
            AlertingErrorOrTimeout = "string",
            AlertingMaxAnnotationsToKeep = "string",
            AlertingNodataOrNullvalues = "string",
            AllowEmbedding = "string",
            AuthAzuread = new Aiven.Inputs.ServiceGrafanaUserConfigAuthAzureadArgs
            {
                AllowSignUp = "string",
                AllowedDomains = new[]
                {
                    "string",
                },
                AllowedGroups = new[]
                {
                    "string",
                },
                AuthUrl = "string",
                ClientId = "string",
                ClientSecret = "string",
                TokenUrl = "string",
            },
            AuthBasicEnabled = "string",
            AuthGenericOauth = new Aiven.Inputs.ServiceGrafanaUserConfigAuthGenericOauthArgs
            {
                AllowSignUp = "string",
                AllowedDomains = new[]
                {
                    "string",
                },
                AllowedOrganizations = new[]
                {
                    "string",
                },
                ApiUrl = "string",
                AuthUrl = "string",
                ClientId = "string",
                ClientSecret = "string",
                Name = "string",
                Scopes = new[]
                {
                    "string",
                },
                TokenUrl = "string",
            },
            AuthGithub = new Aiven.Inputs.ServiceGrafanaUserConfigAuthGithubArgs
            {
                AllowSignUp = "string",
                AllowedOrganizations = new[]
                {
                    "string",
                },
                ClientId = "string",
                ClientSecret = "string",
                TeamIds = new[]
                {
                    "string",
                },
            },
            AuthGitlab = new Aiven.Inputs.ServiceGrafanaUserConfigAuthGitlabArgs
            {
                AllowSignUp = "string",
                AllowedGroups = new[]
                {
                    "string",
                },
                ApiUrl = "string",
                AuthUrl = "string",
                ClientId = "string",
                ClientSecret = "string",
                TokenUrl = "string",
            },
            AuthGoogle = new Aiven.Inputs.ServiceGrafanaUserConfigAuthGoogleArgs
            {
                AllowSignUp = "string",
                AllowedDomains = new[]
                {
                    "string",
                },
                ClientId = "string",
                ClientSecret = "string",
            },
            CookieSamesite = "string",
            CustomDomain = "string",
            DashboardsMinRefreshInterval = "string",
            DashboardsVersionsToKeep = "string",
            DataproxySendUserHeader = "string",
            DataproxyTimeout = "string",
            DateFormats = new Aiven.Inputs.ServiceGrafanaUserConfigDateFormatsArgs
            {
                DefaultTimezone = "string",
                FullDate = "string",
                IntervalDay = "string",
                IntervalHour = "string",
                IntervalMinute = "string",
                IntervalMonth = "string",
                IntervalSecond = "string",
                IntervalYear = "string",
            },
            DisableGravatar = "string",
            EditorsCanAdmin = "string",
            ExternalImageStorage = new Aiven.Inputs.ServiceGrafanaUserConfigExternalImageStorageArgs
            {
                AccessKey = "string",
                BucketUrl = "string",
                Provider = "string",
                SecretKey = "string",
            },
            GoogleAnalyticsUaId = "string",
            IpFilters = new[]
            {
                "string",
            },
            MetricsEnabled = "string",
            PrivateAccess = new Aiven.Inputs.ServiceGrafanaUserConfigPrivateAccessArgs
            {
                Grafana = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceGrafanaUserConfigPrivatelinkAccessArgs
            {
                Grafana = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceGrafanaUserConfigPublicAccessArgs
            {
                Grafana = "string",
            },
            RecoveryBasebackupName = "string",
            ServiceToForkFrom = "string",
            SmtpServer = new Aiven.Inputs.ServiceGrafanaUserConfigSmtpServerArgs
            {
                FromAddress = "string",
                FromName = "string",
                Host = "string",
                Password = "string",
                Port = "string",
                SkipVerify = "string",
                StarttlsPolicy = "string",
                Username = "string",
            },
            StaticIps = "string",
            UserAutoAssignOrg = "string",
            UserAutoAssignOrgRole = "string",
            ViewersCanEdit = "string",
        },
        InfluxdbUserConfig = new Aiven.Inputs.ServiceInfluxdbUserConfigArgs
        {
            CustomDomain = "string",
            Influxdb = new Aiven.Inputs.ServiceInfluxdbUserConfigInfluxdbArgs
            {
                LogQueriesAfter = "string",
                MaxConnectionLimit = "string",
                MaxRowLimit = "string",
                MaxSelectBuckets = "string",
                MaxSelectPoint = "string",
                QueryTimeout = "string",
            },
            IpFilters = new[]
            {
                "string",
            },
            PrivateAccess = new Aiven.Inputs.ServiceInfluxdbUserConfigPrivateAccessArgs
            {
                Influxdb = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceInfluxdbUserConfigPrivatelinkAccessArgs
            {
                Influxdb = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceInfluxdbUserConfigPublicAccessArgs
            {
                Influxdb = "string",
            },
            RecoveryBasebackupName = "string",
            ServiceToForkFrom = "string",
            StaticIps = "string",
        },
        KafkaConnectUserConfig = new Aiven.Inputs.ServiceKafkaConnectUserConfigArgs
        {
            IpFilters = new[]
            {
                "string",
            },
            KafkaConnect = new Aiven.Inputs.ServiceKafkaConnectUserConfigKafkaConnectArgs
            {
                ConnectorClientConfigOverridePolicy = "string",
                ConsumerAutoOffsetReset = "string",
                ConsumerFetchMaxBytes = "string",
                ConsumerIsolationLevel = "string",
                ConsumerMaxPartitionFetchBytes = "string",
                ConsumerMaxPollIntervalMs = "string",
                ConsumerMaxPollRecords = "string",
                OffsetFlushIntervalMs = "string",
                OffsetFlushTimeoutMs = "string",
                ProducerMaxRequestSize = "string",
                SessionTimeoutMs = "string",
            },
            PrivateAccess = new Aiven.Inputs.ServiceKafkaConnectUserConfigPrivateAccessArgs
            {
                KafkaConnect = "string",
                Prometheus = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceKafkaConnectUserConfigPrivatelinkAccessArgs
            {
                Jolokia = "string",
                KafkaConnect = "string",
                Prometheus = "string",
            },
            PublicAccess = new Aiven.Inputs.ServiceKafkaConnectUserConfigPublicAccessArgs
            {
                KafkaConnect = "string",
                Prometheus = "string",
            },
            StaticIps = "string",
        },
        KafkaMirrormakerUserConfig = new Aiven.Inputs.ServiceKafkaMirrormakerUserConfigArgs
        {
            IpFilters = new[]
            {
                "string",
            },
            KafkaMirrormaker = new Aiven.Inputs.ServiceKafkaMirrormakerUserConfigKafkaMirrormakerArgs
            {
                EmitCheckpointsEnabled = "string",
                EmitCheckpointsIntervalSeconds = "string",
                RefreshGroupsEnabled = "string",
                RefreshGroupsIntervalSeconds = "string",
                RefreshTopicsEnabled = "string",
                RefreshTopicsIntervalSeconds = "string",
                SyncGroupOffsetsEnabled = "string",
                SyncGroupOffsetsIntervalSeconds = "string",
                SyncTopicConfigsEnabled = "string",
                TasksMaxPerCpu = "string",
            },
            StaticIps = "string",
        },
        KafkaUserConfig = new Aiven.Inputs.ServiceKafkaUserConfigArgs
        {
            CustomDomain = "string",
            IpFilters = new[]
            {
                "string",
            },
            Kafka = new Aiven.Inputs.ServiceKafkaUserConfigKafkaArgs
            {
                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",
            },
            KafkaAuthenticationMethods = new Aiven.Inputs.ServiceKafkaUserConfigKafkaAuthenticationMethodsArgs
            {
                Certificate = "string",
                Sasl = "string",
            },
            KafkaConnect = "string",
            KafkaConnectConfig = new Aiven.Inputs.ServiceKafkaUserConfigKafkaConnectConfigArgs
            {
                ConnectorClientConfigOverridePolicy = "string",
                ConsumerAutoOffsetReset = "string",
                ConsumerFetchMaxBytes = "string",
                ConsumerIsolationLevel = "string",
                ConsumerMaxPartitionFetchBytes = "string",
                ConsumerMaxPollIntervalMs = "string",
                ConsumerMaxPollRecords = "string",
                OffsetFlushIntervalMs = "string",
                OffsetFlushTimeoutMs = "string",
                ProducerMaxRequestSize = "string",
                SessionTimeoutMs = "string",
            },
            KafkaRest = "string",
            KafkaRestConfig = new Aiven.Inputs.ServiceKafkaUserConfigKafkaRestConfigArgs
            {
                ConsumerEnableAutoCommit = "string",
                ConsumerRequestMaxBytes = "string",
                ConsumerRequestTimeoutMs = "string",
                ProducerAcks = "string",
                ProducerLingerMs = "string",
                SimpleconsumerPoolSizeMax = "string",
            },
            KafkaVersion = "string",
            PrivateAccess = new Aiven.Inputs.ServiceKafkaUserConfigPrivateAccessArgs
            {
                Prometheus = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceKafkaUserConfigPrivatelinkAccessArgs
            {
                Jolokia = "string",
                Kafka = "string",
                KafkaConnect = "string",
                KafkaRest = "string",
                Prometheus = "string",
                SchemaRegistry = "string",
            },
            PublicAccess = new Aiven.Inputs.ServiceKafkaUserConfigPublicAccessArgs
            {
                Kafka = "string",
                KafkaConnect = "string",
                KafkaRest = "string",
                Prometheus = "string",
                SchemaRegistry = "string",
            },
            SchemaRegistry = "string",
            SchemaRegistryConfig = new Aiven.Inputs.ServiceKafkaUserConfigSchemaRegistryConfigArgs
            {
                LeaderEligibility = "string",
                TopicName = "string",
            },
            StaticIps = "string",
        },
        CassandraUserConfig = new Aiven.Inputs.ServiceCassandraUserConfigArgs
        {
            Cassandra = new Aiven.Inputs.ServiceCassandraUserConfigCassandraArgs
            {
                BatchSizeFailThresholdInKb = "string",
                BatchSizeWarnThresholdInKb = "string",
            },
            CassandraVersion = "string",
            IpFilters = new[]
            {
                "string",
            },
            MigrateSstableloader = "string",
            PrivateAccess = new Aiven.Inputs.ServiceCassandraUserConfigPrivateAccessArgs
            {
                Prometheus = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceCassandraUserConfigPublicAccessArgs
            {
                Prometheus = "string",
            },
            ServiceToForkFrom = "string",
            StaticIps = "string",
        },
        MaintenanceWindowDow = "string",
        ElasticsearchUserConfig = new Aiven.Inputs.ServiceElasticsearchUserConfigArgs
        {
            CustomDomain = "string",
            DisableReplicationFactorAdjustment = "string",
            Elasticsearch = new Aiven.Inputs.ServiceElasticsearchUserConfigElasticsearchArgs
            {
                ActionAutoCreateIndexEnabled = "string",
                ActionDestructiveRequiresName = "string",
                ClusterMaxShardsPerNode = "string",
                HttpMaxContentLength = "string",
                HttpMaxHeaderSize = "string",
                HttpMaxInitialLineLength = "string",
                IndicesFielddataCacheSize = "string",
                IndicesMemoryIndexBufferSize = "string",
                IndicesQueriesCacheSize = "string",
                IndicesQueryBoolMaxClauseCount = "string",
                OverrideMainResponseVersion = "string",
                ReindexRemoteWhitelists = new[]
                {
                    "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",
            },
            ElasticsearchVersion = "string",
            IndexPatterns = new[]
            {
                new Aiven.Inputs.ServiceElasticsearchUserConfigIndexPatternArgs
                {
                    MaxIndexCount = "string",
                    Pattern = "string",
                    SortingAlgorithm = "string",
                },
            },
            IndexTemplate = new Aiven.Inputs.ServiceElasticsearchUserConfigIndexTemplateArgs
            {
                MappingNestedObjectsLimit = "string",
                NumberOfReplicas = "string",
                NumberOfShards = "string",
            },
            IpFilters = new[]
            {
                "string",
            },
            KeepIndexRefreshInterval = "string",
            Kibana = new Aiven.Inputs.ServiceElasticsearchUserConfigKibanaArgs
            {
                ElasticsearchRequestTimeout = "string",
                Enabled = "string",
                MaxOldSpaceSize = "string",
            },
            MaxIndexCount = "string",
            OpensearchVersion = "string",
            PrivateAccess = new Aiven.Inputs.ServiceElasticsearchUserConfigPrivateAccessArgs
            {
                Elasticsearch = "string",
                Kibana = "string",
                Prometheus = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceElasticsearchUserConfigPrivatelinkAccessArgs
            {
                Elasticsearch = "string",
                Kibana = "string",
                Prometheus = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceElasticsearchUserConfigPublicAccessArgs
            {
                Elasticsearch = "string",
                Kibana = "string",
                Prometheus = "string",
            },
            RecoveryBasebackupName = "string",
            ServiceToForkFrom = "string",
            StaticIps = "string",
        },
        MysqlUserConfig = new Aiven.Inputs.ServiceMysqlUserConfigArgs
        {
            AdminPassword = "string",
            AdminUsername = "string",
            BackupHour = "string",
            BackupMinute = "string",
            BinlogRetentionPeriod = "string",
            IpFilters = new[]
            {
                "string",
            },
            Migration = new Aiven.Inputs.ServiceMysqlUserConfigMigrationArgs
            {
                Dbname = "string",
                Host = "string",
                IgnoreDbs = "string",
                Method = "string",
                Password = "string",
                Port = "string",
                Ssl = "string",
                Username = "string",
            },
            Mysql = new Aiven.Inputs.ServiceMysqlUserConfigMysqlArgs
            {
                ConnectTimeout = "string",
                DefaultTimeZone = "string",
                GroupConcatMaxLen = "string",
                InformationSchemaStatsExpiry = "string",
                InnodbFtMinTokenSize = "string",
                InnodbFtServerStopwordTable = "string",
                InnodbLockWaitTimeout = "string",
                InnodbLogBufferSize = "string",
                InnodbOnlineAlterLogMaxSize = "string",
                InnodbPrintAllDeadlocks = "string",
                InnodbRollbackOnTimeout = "string",
                InteractiveTimeout = "string",
                InternalTmpMemStorageEngine = "string",
                LongQueryTime = "string",
                MaxAllowedPacket = "string",
                MaxHeapTableSize = "string",
                NetReadTimeout = "string",
                NetWriteTimeout = "string",
                SlowQueryLog = "string",
                SortBufferSize = "string",
                SqlMode = "string",
                SqlRequirePrimaryKey = "string",
                TmpTableSize = "string",
                WaitTimeout = "string",
            },
            MysqlVersion = "string",
            PrivateAccess = new Aiven.Inputs.ServiceMysqlUserConfigPrivateAccessArgs
            {
                Mysql = "string",
                Mysqlx = "string",
                Prometheus = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceMysqlUserConfigPrivatelinkAccessArgs
            {
                Mysql = "string",
                Mysqlx = "string",
                Prometheus = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceMysqlUserConfigPublicAccessArgs
            {
                Mysql = "string",
                Mysqlx = "string",
                Prometheus = "string",
            },
            RecoveryTargetTime = "string",
            ServiceToForkFrom = "string",
            StaticIps = "string",
        },
        OpensearchUserConfig = new Aiven.Inputs.ServiceOpensearchUserConfigArgs
        {
            CustomDomain = "string",
            DisableReplicationFactorAdjustment = "string",
            IndexPatterns = new[]
            {
                new Aiven.Inputs.ServiceOpensearchUserConfigIndexPatternArgs
                {
                    MaxIndexCount = "string",
                    Pattern = "string",
                    SortingAlgorithm = "string",
                },
            },
            IndexTemplate = new Aiven.Inputs.ServiceOpensearchUserConfigIndexTemplateArgs
            {
                MappingNestedObjectsLimit = "string",
                NumberOfReplicas = "string",
                NumberOfShards = "string",
            },
            IpFilters = new[]
            {
                "string",
            },
            KeepIndexRefreshInterval = "string",
            MaxIndexCount = "string",
            Opensearch = new Aiven.Inputs.ServiceOpensearchUserConfigOpensearchArgs
            {
                ActionAutoCreateIndexEnabled = "string",
                ActionDestructiveRequiresName = "string",
                ClusterMaxShardsPerNode = "string",
                HttpMaxContentLength = "string",
                HttpMaxHeaderSize = "string",
                HttpMaxInitialLineLength = "string",
                IndicesFielddataCacheSize = "string",
                IndicesMemoryIndexBufferSize = "string",
                IndicesQueriesCacheSize = "string",
                IndicesQueryBoolMaxClauseCount = "string",
                OverrideMainResponseVersion = "string",
                ReindexRemoteWhitelists = new[]
                {
                    "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",
            },
            OpensearchDashboards = new Aiven.Inputs.ServiceOpensearchUserConfigOpensearchDashboardsArgs
            {
                Enabled = "string",
                MaxOldSpaceSize = "string",
                OpensearchRequestTimeout = "string",
            },
            OpensearchVersion = "string",
            PrivateAccess = new Aiven.Inputs.ServiceOpensearchUserConfigPrivateAccessArgs
            {
                Opensearch = "string",
                OpensearchDashboards = "string",
                Prometheus = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceOpensearchUserConfigPrivatelinkAccessArgs
            {
                Opensearch = "string",
                OpensearchDashboards = "string",
                Prometheus = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceOpensearchUserConfigPublicAccessArgs
            {
                Opensearch = "string",
                OpensearchDashboards = "string",
                Prometheus = "string",
            },
            RecoveryBasebackupName = "string",
            ServiceToForkFrom = "string",
            StaticIps = "string",
        },
        PgUserConfig = new Aiven.Inputs.ServicePgUserConfigArgs
        {
            AdminPassword = "string",
            AdminUsername = "string",
            BackupHour = "string",
            BackupMinute = "string",
            EnableIpv6 = "string",
            IpFilters = new[]
            {
                "string",
            },
            Migration = new Aiven.Inputs.ServicePgUserConfigMigrationArgs
            {
                Dbname = "string",
                Host = "string",
                IgnoreDbs = "string",
                Method = "string",
                Password = "string",
                Port = "string",
                Ssl = "string",
                Username = "string",
            },
            Pg = new Aiven.Inputs.ServicePgUserConfigPgArgs
            {
                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",
            },
            PgReadReplica = "string",
            PgServiceToForkFrom = "string",
            PgVersion = "string",
            Pgbouncer = new Aiven.Inputs.ServicePgUserConfigPgbouncerArgs
            {
                AutodbIdleTimeout = "string",
                AutodbMaxDbConnections = "string",
                AutodbPoolMode = "string",
                AutodbPoolSize = "string",
                IgnoreStartupParameters = new[]
                {
                    "string",
                },
                MinPoolSize = "string",
                ServerIdleTimeout = "string",
                ServerLifetime = "string",
                ServerResetQueryAlways = "string",
            },
            Pglookout = new Aiven.Inputs.ServicePgUserConfigPglookoutArgs
            {
                MaxFailoverReplicationTimeLag = "string",
            },
            PrivateAccess = new Aiven.Inputs.ServicePgUserConfigPrivateAccessArgs
            {
                Pg = "string",
                Pgbouncer = "string",
                Prometheus = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServicePgUserConfigPrivatelinkAccessArgs
            {
                Pg = "string",
                Pgbouncer = "string",
                Prometheus = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServicePgUserConfigPublicAccessArgs
            {
                Pg = "string",
                Pgbouncer = "string",
                Prometheus = "string",
            },
            RecoveryTargetTime = "string",
            ServiceToForkFrom = "string",
            SharedBuffersPercentage = "string",
            StaticIps = "string",
            SynchronousReplication = "string",
            Timescaledb = new Aiven.Inputs.ServicePgUserConfigTimescaledbArgs
            {
                MaxBackgroundWorkers = "string",
            },
            Variant = "string",
            WorkMem = "string",
        },
        Plan = "string",
        DiskSpace = "string",
        ProjectVpcId = "string",
        RedisUserConfig = new Aiven.Inputs.ServiceRedisUserConfigArgs
        {
            IpFilters = new[]
            {
                "string",
            },
            Migration = new Aiven.Inputs.ServiceRedisUserConfigMigrationArgs
            {
                Dbname = "string",
                Host = "string",
                IgnoreDbs = "string",
                Method = "string",
                Password = "string",
                Port = "string",
                Ssl = "string",
                Username = "string",
            },
            PrivateAccess = new Aiven.Inputs.ServiceRedisUserConfigPrivateAccessArgs
            {
                Prometheus = "string",
                Redis = "string",
            },
            PrivatelinkAccess = new Aiven.Inputs.ServiceRedisUserConfigPrivatelinkAccessArgs
            {
                Prometheus = "string",
                Redis = "string",
            },
            ProjectToForkFrom = "string",
            PublicAccess = new Aiven.Inputs.ServiceRedisUserConfigPublicAccessArgs
            {
                Prometheus = "string",
                Redis = "string",
            },
            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",
        },
        ServiceIntegrations = new[]
        {
            new Aiven.Inputs.ServiceServiceIntegrationArgs
            {
                IntegrationType = "string",
                SourceServiceName = "string",
            },
        },
        CloudName = "string",
        ClickhouseUserConfig = new Aiven.Inputs.ServiceClickhouseUserConfigArgs
        {
            IpFilters = new[]
            {
                "string",
            },
            ProjectToForkFrom = "string",
            ServiceToForkFrom = "string",
        },
        StaticIps = new[]
        {
            "string",
        },
        TerminationProtection = false,
    });
    
    example, err := aiven.NewService(ctx, "serviceResource", &aiven.ServiceArgs{
    	Project:     pulumi.String("string"),
    	ServiceType: pulumi.String("string"),
    	ServiceName: pulumi.String("string"),
    	Kafkas: aiven.ServiceKafkaArray{
    		&aiven.ServiceKafkaArgs{
    			AccessCert:        pulumi.String("string"),
    			AccessKey:         pulumi.String("string"),
    			ConnectUri:        pulumi.String("string"),
    			RestUri:           pulumi.String("string"),
    			SchemaRegistryUri: pulumi.String("string"),
    		},
    	},
    	MaintenanceWindowTime: pulumi.String("string"),
    	FlinkUserConfig: &aiven.ServiceFlinkUserConfigArgs{
    		ExecutionCheckpointingIntervalMs: pulumi.String("string"),
    		ExecutionCheckpointingTimeoutMs:  pulumi.String("string"),
    		FlinkVersion:                     pulumi.String("string"),
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		NumberOfTaskSlots:  pulumi.String("string"),
    		ParallelismDefault: pulumi.String("string"),
    		PrivatelinkAccess: &aiven.ServiceFlinkUserConfigPrivatelinkAccessArgs{
    			Flink:      pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		RestartStrategy:                       pulumi.String("string"),
    		RestartStrategyDelaySec:               pulumi.String("string"),
    		RestartStrategyFailureRateIntervalMin: pulumi.String("string"),
    		RestartStrategyMaxFailures:            pulumi.String("string"),
    	},
    	Flinks: aiven.ServiceFlinkArray{
    		&aiven.ServiceFlinkArgs{
    			HostPorts: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	GrafanaUserConfig: &aiven.ServiceGrafanaUserConfigArgs{
    		AlertingEnabled:              pulumi.String("string"),
    		AlertingErrorOrTimeout:       pulumi.String("string"),
    		AlertingMaxAnnotationsToKeep: pulumi.String("string"),
    		AlertingNodataOrNullvalues:   pulumi.String("string"),
    		AllowEmbedding:               pulumi.String("string"),
    		AuthAzuread: &aiven.ServiceGrafanaUserConfigAuthAzureadArgs{
    			AllowSignUp: pulumi.String("string"),
    			AllowedDomains: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AllowedGroups: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AuthUrl:      pulumi.String("string"),
    			ClientId:     pulumi.String("string"),
    			ClientSecret: pulumi.String("string"),
    			TokenUrl:     pulumi.String("string"),
    		},
    		AuthBasicEnabled: pulumi.String("string"),
    		AuthGenericOauth: &aiven.ServiceGrafanaUserConfigAuthGenericOauthArgs{
    			AllowSignUp: pulumi.String("string"),
    			AllowedDomains: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AllowedOrganizations: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ApiUrl:       pulumi.String("string"),
    			AuthUrl:      pulumi.String("string"),
    			ClientId:     pulumi.String("string"),
    			ClientSecret: pulumi.String("string"),
    			Name:         pulumi.String("string"),
    			Scopes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			TokenUrl: pulumi.String("string"),
    		},
    		AuthGithub: &aiven.ServiceGrafanaUserConfigAuthGithubArgs{
    			AllowSignUp: pulumi.String("string"),
    			AllowedOrganizations: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ClientId:     pulumi.String("string"),
    			ClientSecret: pulumi.String("string"),
    			TeamIds: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    		AuthGitlab: &aiven.ServiceGrafanaUserConfigAuthGitlabArgs{
    			AllowSignUp: pulumi.String("string"),
    			AllowedGroups: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ApiUrl:       pulumi.String("string"),
    			AuthUrl:      pulumi.String("string"),
    			ClientId:     pulumi.String("string"),
    			ClientSecret: pulumi.String("string"),
    			TokenUrl:     pulumi.String("string"),
    		},
    		AuthGoogle: &aiven.ServiceGrafanaUserConfigAuthGoogleArgs{
    			AllowSignUp: pulumi.String("string"),
    			AllowedDomains: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ClientId:     pulumi.String("string"),
    			ClientSecret: pulumi.String("string"),
    		},
    		CookieSamesite:               pulumi.String("string"),
    		CustomDomain:                 pulumi.String("string"),
    		DashboardsMinRefreshInterval: pulumi.String("string"),
    		DashboardsVersionsToKeep:     pulumi.String("string"),
    		DataproxySendUserHeader:      pulumi.String("string"),
    		DataproxyTimeout:             pulumi.String("string"),
    		DateFormats: &aiven.ServiceGrafanaUserConfigDateFormatsArgs{
    			DefaultTimezone: pulumi.String("string"),
    			FullDate:        pulumi.String("string"),
    			IntervalDay:     pulumi.String("string"),
    			IntervalHour:    pulumi.String("string"),
    			IntervalMinute:  pulumi.String("string"),
    			IntervalMonth:   pulumi.String("string"),
    			IntervalSecond:  pulumi.String("string"),
    			IntervalYear:    pulumi.String("string"),
    		},
    		DisableGravatar: pulumi.String("string"),
    		EditorsCanAdmin: pulumi.String("string"),
    		ExternalImageStorage: &aiven.ServiceGrafanaUserConfigExternalImageStorageArgs{
    			AccessKey: pulumi.String("string"),
    			BucketUrl: pulumi.String("string"),
    			Provider:  pulumi.String("string"),
    			SecretKey: pulumi.String("string"),
    		},
    		GoogleAnalyticsUaId: pulumi.String("string"),
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		MetricsEnabled: pulumi.String("string"),
    		PrivateAccess: &aiven.ServiceGrafanaUserConfigPrivateAccessArgs{
    			Grafana: pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceGrafanaUserConfigPrivatelinkAccessArgs{
    			Grafana: pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceGrafanaUserConfigPublicAccessArgs{
    			Grafana: pulumi.String("string"),
    		},
    		RecoveryBasebackupName: pulumi.String("string"),
    		ServiceToForkFrom:      pulumi.String("string"),
    		SmtpServer: &aiven.ServiceGrafanaUserConfigSmtpServerArgs{
    			FromAddress:    pulumi.String("string"),
    			FromName:       pulumi.String("string"),
    			Host:           pulumi.String("string"),
    			Password:       pulumi.String("string"),
    			Port:           pulumi.String("string"),
    			SkipVerify:     pulumi.String("string"),
    			StarttlsPolicy: pulumi.String("string"),
    			Username:       pulumi.String("string"),
    		},
    		StaticIps:             pulumi.String("string"),
    		UserAutoAssignOrg:     pulumi.String("string"),
    		UserAutoAssignOrgRole: pulumi.String("string"),
    		ViewersCanEdit:        pulumi.String("string"),
    	},
    	InfluxdbUserConfig: &aiven.ServiceInfluxdbUserConfigArgs{
    		CustomDomain: pulumi.String("string"),
    		Influxdb: &aiven.ServiceInfluxdbUserConfigInfluxdbArgs{
    			LogQueriesAfter:    pulumi.String("string"),
    			MaxConnectionLimit: pulumi.String("string"),
    			MaxRowLimit:        pulumi.String("string"),
    			MaxSelectBuckets:   pulumi.String("string"),
    			MaxSelectPoint:     pulumi.String("string"),
    			QueryTimeout:       pulumi.String("string"),
    		},
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		PrivateAccess: &aiven.ServiceInfluxdbUserConfigPrivateAccessArgs{
    			Influxdb: pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceInfluxdbUserConfigPrivatelinkAccessArgs{
    			Influxdb: pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceInfluxdbUserConfigPublicAccessArgs{
    			Influxdb: pulumi.String("string"),
    		},
    		RecoveryBasebackupName: pulumi.String("string"),
    		ServiceToForkFrom:      pulumi.String("string"),
    		StaticIps:              pulumi.String("string"),
    	},
    	KafkaConnectUserConfig: &aiven.ServiceKafkaConnectUserConfigArgs{
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		KafkaConnect: &aiven.ServiceKafkaConnectUserConfigKafkaConnectArgs{
    			ConnectorClientConfigOverridePolicy: pulumi.String("string"),
    			ConsumerAutoOffsetReset:             pulumi.String("string"),
    			ConsumerFetchMaxBytes:               pulumi.String("string"),
    			ConsumerIsolationLevel:              pulumi.String("string"),
    			ConsumerMaxPartitionFetchBytes:      pulumi.String("string"),
    			ConsumerMaxPollIntervalMs:           pulumi.String("string"),
    			ConsumerMaxPollRecords:              pulumi.String("string"),
    			OffsetFlushIntervalMs:               pulumi.String("string"),
    			OffsetFlushTimeoutMs:                pulumi.String("string"),
    			ProducerMaxRequestSize:              pulumi.String("string"),
    			SessionTimeoutMs:                    pulumi.String("string"),
    		},
    		PrivateAccess: &aiven.ServiceKafkaConnectUserConfigPrivateAccessArgs{
    			KafkaConnect: pulumi.String("string"),
    			Prometheus:   pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceKafkaConnectUserConfigPrivatelinkAccessArgs{
    			Jolokia:      pulumi.String("string"),
    			KafkaConnect: pulumi.String("string"),
    			Prometheus:   pulumi.String("string"),
    		},
    		PublicAccess: &aiven.ServiceKafkaConnectUserConfigPublicAccessArgs{
    			KafkaConnect: pulumi.String("string"),
    			Prometheus:   pulumi.String("string"),
    		},
    		StaticIps: pulumi.String("string"),
    	},
    	KafkaMirrormakerUserConfig: &aiven.ServiceKafkaMirrormakerUserConfigArgs{
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		KafkaMirrormaker: &aiven.ServiceKafkaMirrormakerUserConfigKafkaMirrormakerArgs{
    			EmitCheckpointsEnabled:          pulumi.String("string"),
    			EmitCheckpointsIntervalSeconds:  pulumi.String("string"),
    			RefreshGroupsEnabled:            pulumi.String("string"),
    			RefreshGroupsIntervalSeconds:    pulumi.String("string"),
    			RefreshTopicsEnabled:            pulumi.String("string"),
    			RefreshTopicsIntervalSeconds:    pulumi.String("string"),
    			SyncGroupOffsetsEnabled:         pulumi.String("string"),
    			SyncGroupOffsetsIntervalSeconds: pulumi.String("string"),
    			SyncTopicConfigsEnabled:         pulumi.String("string"),
    			TasksMaxPerCpu:                  pulumi.String("string"),
    		},
    		StaticIps: pulumi.String("string"),
    	},
    	KafkaUserConfig: &aiven.ServiceKafkaUserConfigArgs{
    		CustomDomain: pulumi.String("string"),
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Kafka: &aiven.ServiceKafkaUserConfigKafkaArgs{
    			AutoCreateTopicsEnable:                               pulumi.String("string"),
    			CompressionType:                                      pulumi.String("string"),
    			ConnectionsMaxIdleMs:                                 pulumi.String("string"),
    			DefaultReplicationFactor:                             pulumi.String("string"),
    			GroupInitialRebalanceDelayMs:                         pulumi.String("string"),
    			GroupMaxSessionTimeoutMs:                             pulumi.String("string"),
    			GroupMinSessionTimeoutMs:                             pulumi.String("string"),
    			LogCleanerDeleteRetentionMs:                          pulumi.String("string"),
    			LogCleanerMaxCompactionLagMs:                         pulumi.String("string"),
    			LogCleanerMinCleanableRatio:                          pulumi.String("string"),
    			LogCleanerMinCompactionLagMs:                         pulumi.String("string"),
    			LogCleanupPolicy:                                     pulumi.String("string"),
    			LogFlushIntervalMessages:                             pulumi.String("string"),
    			LogFlushIntervalMs:                                   pulumi.String("string"),
    			LogIndexIntervalBytes:                                pulumi.String("string"),
    			LogIndexSizeMaxBytes:                                 pulumi.String("string"),
    			LogMessageDownconversionEnable:                       pulumi.String("string"),
    			LogMessageTimestampDifferenceMaxMs:                   pulumi.String("string"),
    			LogMessageTimestampType:                              pulumi.String("string"),
    			LogPreallocate:                                       pulumi.String("string"),
    			LogRetentionBytes:                                    pulumi.String("string"),
    			LogRetentionHours:                                    pulumi.String("string"),
    			LogRetentionMs:                                       pulumi.String("string"),
    			LogRollJitterMs:                                      pulumi.String("string"),
    			LogRollMs:                                            pulumi.String("string"),
    			LogSegmentBytes:                                      pulumi.String("string"),
    			LogSegmentDeleteDelayMs:                              pulumi.String("string"),
    			MaxConnectionsPerIp:                                  pulumi.String("string"),
    			MaxIncrementalFetchSessionCacheSlots:                 pulumi.String("string"),
    			MessageMaxBytes:                                      pulumi.String("string"),
    			MinInsyncReplicas:                                    pulumi.String("string"),
    			NumPartitions:                                        pulumi.String("string"),
    			OffsetsRetentionMinutes:                              pulumi.String("string"),
    			ProducerPurgatoryPurgeIntervalRequests:               pulumi.String("string"),
    			ReplicaFetchMaxBytes:                                 pulumi.String("string"),
    			ReplicaFetchResponseMaxBytes:                         pulumi.String("string"),
    			SocketRequestMaxBytes:                                pulumi.String("string"),
    			TransactionRemoveExpiredTransactionCleanupIntervalMs: pulumi.String("string"),
    			TransactionStateLogSegmentBytes:                      pulumi.String("string"),
    		},
    		KafkaAuthenticationMethods: &aiven.ServiceKafkaUserConfigKafkaAuthenticationMethodsArgs{
    			Certificate: pulumi.String("string"),
    			Sasl:        pulumi.String("string"),
    		},
    		KafkaConnect: pulumi.String("string"),
    		KafkaConnectConfig: &aiven.ServiceKafkaUserConfigKafkaConnectConfigArgs{
    			ConnectorClientConfigOverridePolicy: pulumi.String("string"),
    			ConsumerAutoOffsetReset:             pulumi.String("string"),
    			ConsumerFetchMaxBytes:               pulumi.String("string"),
    			ConsumerIsolationLevel:              pulumi.String("string"),
    			ConsumerMaxPartitionFetchBytes:      pulumi.String("string"),
    			ConsumerMaxPollIntervalMs:           pulumi.String("string"),
    			ConsumerMaxPollRecords:              pulumi.String("string"),
    			OffsetFlushIntervalMs:               pulumi.String("string"),
    			OffsetFlushTimeoutMs:                pulumi.String("string"),
    			ProducerMaxRequestSize:              pulumi.String("string"),
    			SessionTimeoutMs:                    pulumi.String("string"),
    		},
    		KafkaRest: pulumi.String("string"),
    		KafkaRestConfig: &aiven.ServiceKafkaUserConfigKafkaRestConfigArgs{
    			ConsumerEnableAutoCommit:  pulumi.String("string"),
    			ConsumerRequestMaxBytes:   pulumi.String("string"),
    			ConsumerRequestTimeoutMs:  pulumi.String("string"),
    			ProducerAcks:              pulumi.String("string"),
    			ProducerLingerMs:          pulumi.String("string"),
    			SimpleconsumerPoolSizeMax: pulumi.String("string"),
    		},
    		KafkaVersion: pulumi.String("string"),
    		PrivateAccess: &aiven.ServiceKafkaUserConfigPrivateAccessArgs{
    			Prometheus: pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceKafkaUserConfigPrivatelinkAccessArgs{
    			Jolokia:        pulumi.String("string"),
    			Kafka:          pulumi.String("string"),
    			KafkaConnect:   pulumi.String("string"),
    			KafkaRest:      pulumi.String("string"),
    			Prometheus:     pulumi.String("string"),
    			SchemaRegistry: pulumi.String("string"),
    		},
    		PublicAccess: &aiven.ServiceKafkaUserConfigPublicAccessArgs{
    			Kafka:          pulumi.String("string"),
    			KafkaConnect:   pulumi.String("string"),
    			KafkaRest:      pulumi.String("string"),
    			Prometheus:     pulumi.String("string"),
    			SchemaRegistry: pulumi.String("string"),
    		},
    		SchemaRegistry: pulumi.String("string"),
    		SchemaRegistryConfig: &aiven.ServiceKafkaUserConfigSchemaRegistryConfigArgs{
    			LeaderEligibility: pulumi.String("string"),
    			TopicName:         pulumi.String("string"),
    		},
    		StaticIps: pulumi.String("string"),
    	},
    	CassandraUserConfig: &aiven.ServiceCassandraUserConfigArgs{
    		Cassandra: &aiven.ServiceCassandraUserConfigCassandraArgs{
    			BatchSizeFailThresholdInKb: pulumi.String("string"),
    			BatchSizeWarnThresholdInKb: pulumi.String("string"),
    		},
    		CassandraVersion: pulumi.String("string"),
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		MigrateSstableloader: pulumi.String("string"),
    		PrivateAccess: &aiven.ServiceCassandraUserConfigPrivateAccessArgs{
    			Prometheus: pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceCassandraUserConfigPublicAccessArgs{
    			Prometheus: pulumi.String("string"),
    		},
    		ServiceToForkFrom: pulumi.String("string"),
    		StaticIps:         pulumi.String("string"),
    	},
    	MaintenanceWindowDow: pulumi.String("string"),
    	ElasticsearchUserConfig: &aiven.ServiceElasticsearchUserConfigArgs{
    		CustomDomain:                       pulumi.String("string"),
    		DisableReplicationFactorAdjustment: pulumi.String("string"),
    		Elasticsearch: &aiven.ServiceElasticsearchUserConfigElasticsearchArgs{
    			ActionAutoCreateIndexEnabled:   pulumi.String("string"),
    			ActionDestructiveRequiresName:  pulumi.String("string"),
    			ClusterMaxShardsPerNode:        pulumi.String("string"),
    			HttpMaxContentLength:           pulumi.String("string"),
    			HttpMaxHeaderSize:              pulumi.String("string"),
    			HttpMaxInitialLineLength:       pulumi.String("string"),
    			IndicesFielddataCacheSize:      pulumi.String("string"),
    			IndicesMemoryIndexBufferSize:   pulumi.String("string"),
    			IndicesQueriesCacheSize:        pulumi.String("string"),
    			IndicesQueryBoolMaxClauseCount: pulumi.String("string"),
    			OverrideMainResponseVersion:    pulumi.String("string"),
    			ReindexRemoteWhitelists: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ScriptMaxCompilationsRate:          pulumi.String("string"),
    			SearchMaxBuckets:                   pulumi.String("string"),
    			ThreadPoolAnalyzeQueueSize:         pulumi.String("string"),
    			ThreadPoolAnalyzeSize:              pulumi.String("string"),
    			ThreadPoolForceMergeSize:           pulumi.String("string"),
    			ThreadPoolGetQueueSize:             pulumi.String("string"),
    			ThreadPoolGetSize:                  pulumi.String("string"),
    			ThreadPoolIndexSize:                pulumi.String("string"),
    			ThreadPoolSearchQueueSize:          pulumi.String("string"),
    			ThreadPoolSearchSize:               pulumi.String("string"),
    			ThreadPoolSearchThrottledQueueSize: pulumi.String("string"),
    			ThreadPoolSearchThrottledSize:      pulumi.String("string"),
    			ThreadPoolWriteQueueSize:           pulumi.String("string"),
    			ThreadPoolWriteSize:                pulumi.String("string"),
    		},
    		ElasticsearchVersion: pulumi.String("string"),
    		IndexPatterns: aiven.ServiceElasticsearchUserConfigIndexPatternArray{
    			&aiven.ServiceElasticsearchUserConfigIndexPatternArgs{
    				MaxIndexCount:    pulumi.String("string"),
    				Pattern:          pulumi.String("string"),
    				SortingAlgorithm: pulumi.String("string"),
    			},
    		},
    		IndexTemplate: &aiven.ServiceElasticsearchUserConfigIndexTemplateArgs{
    			MappingNestedObjectsLimit: pulumi.String("string"),
    			NumberOfReplicas:          pulumi.String("string"),
    			NumberOfShards:            pulumi.String("string"),
    		},
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		KeepIndexRefreshInterval: pulumi.String("string"),
    		Kibana: &aiven.ServiceElasticsearchUserConfigKibanaArgs{
    			ElasticsearchRequestTimeout: pulumi.String("string"),
    			Enabled:                     pulumi.String("string"),
    			MaxOldSpaceSize:             pulumi.String("string"),
    		},
    		MaxIndexCount:     pulumi.String("string"),
    		OpensearchVersion: pulumi.String("string"),
    		PrivateAccess: &aiven.ServiceElasticsearchUserConfigPrivateAccessArgs{
    			Elasticsearch: pulumi.String("string"),
    			Kibana:        pulumi.String("string"),
    			Prometheus:    pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceElasticsearchUserConfigPrivatelinkAccessArgs{
    			Elasticsearch: pulumi.String("string"),
    			Kibana:        pulumi.String("string"),
    			Prometheus:    pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceElasticsearchUserConfigPublicAccessArgs{
    			Elasticsearch: pulumi.String("string"),
    			Kibana:        pulumi.String("string"),
    			Prometheus:    pulumi.String("string"),
    		},
    		RecoveryBasebackupName: pulumi.String("string"),
    		ServiceToForkFrom:      pulumi.String("string"),
    		StaticIps:              pulumi.String("string"),
    	},
    	MysqlUserConfig: &aiven.ServiceMysqlUserConfigArgs{
    		AdminPassword:         pulumi.String("string"),
    		AdminUsername:         pulumi.String("string"),
    		BackupHour:            pulumi.String("string"),
    		BackupMinute:          pulumi.String("string"),
    		BinlogRetentionPeriod: pulumi.String("string"),
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Migration: &aiven.ServiceMysqlUserConfigMigrationArgs{
    			Dbname:    pulumi.String("string"),
    			Host:      pulumi.String("string"),
    			IgnoreDbs: pulumi.String("string"),
    			Method:    pulumi.String("string"),
    			Password:  pulumi.String("string"),
    			Port:      pulumi.String("string"),
    			Ssl:       pulumi.String("string"),
    			Username:  pulumi.String("string"),
    		},
    		Mysql: &aiven.ServiceMysqlUserConfigMysqlArgs{
    			ConnectTimeout:               pulumi.String("string"),
    			DefaultTimeZone:              pulumi.String("string"),
    			GroupConcatMaxLen:            pulumi.String("string"),
    			InformationSchemaStatsExpiry: pulumi.String("string"),
    			InnodbFtMinTokenSize:         pulumi.String("string"),
    			InnodbFtServerStopwordTable:  pulumi.String("string"),
    			InnodbLockWaitTimeout:        pulumi.String("string"),
    			InnodbLogBufferSize:          pulumi.String("string"),
    			InnodbOnlineAlterLogMaxSize:  pulumi.String("string"),
    			InnodbPrintAllDeadlocks:      pulumi.String("string"),
    			InnodbRollbackOnTimeout:      pulumi.String("string"),
    			InteractiveTimeout:           pulumi.String("string"),
    			InternalTmpMemStorageEngine:  pulumi.String("string"),
    			LongQueryTime:                pulumi.String("string"),
    			MaxAllowedPacket:             pulumi.String("string"),
    			MaxHeapTableSize:             pulumi.String("string"),
    			NetReadTimeout:               pulumi.String("string"),
    			NetWriteTimeout:              pulumi.String("string"),
    			SlowQueryLog:                 pulumi.String("string"),
    			SortBufferSize:               pulumi.String("string"),
    			SqlMode:                      pulumi.String("string"),
    			SqlRequirePrimaryKey:         pulumi.String("string"),
    			TmpTableSize:                 pulumi.String("string"),
    			WaitTimeout:                  pulumi.String("string"),
    		},
    		MysqlVersion: pulumi.String("string"),
    		PrivateAccess: &aiven.ServiceMysqlUserConfigPrivateAccessArgs{
    			Mysql:      pulumi.String("string"),
    			Mysqlx:     pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceMysqlUserConfigPrivatelinkAccessArgs{
    			Mysql:      pulumi.String("string"),
    			Mysqlx:     pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceMysqlUserConfigPublicAccessArgs{
    			Mysql:      pulumi.String("string"),
    			Mysqlx:     pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		RecoveryTargetTime: pulumi.String("string"),
    		ServiceToForkFrom:  pulumi.String("string"),
    		StaticIps:          pulumi.String("string"),
    	},
    	OpensearchUserConfig: &aiven.ServiceOpensearchUserConfigArgs{
    		CustomDomain:                       pulumi.String("string"),
    		DisableReplicationFactorAdjustment: pulumi.String("string"),
    		IndexPatterns: aiven.ServiceOpensearchUserConfigIndexPatternArray{
    			&aiven.ServiceOpensearchUserConfigIndexPatternArgs{
    				MaxIndexCount:    pulumi.String("string"),
    				Pattern:          pulumi.String("string"),
    				SortingAlgorithm: pulumi.String("string"),
    			},
    		},
    		IndexTemplate: &aiven.ServiceOpensearchUserConfigIndexTemplateArgs{
    			MappingNestedObjectsLimit: pulumi.String("string"),
    			NumberOfReplicas:          pulumi.String("string"),
    			NumberOfShards:            pulumi.String("string"),
    		},
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		KeepIndexRefreshInterval: pulumi.String("string"),
    		MaxIndexCount:            pulumi.String("string"),
    		Opensearch: &aiven.ServiceOpensearchUserConfigOpensearchArgs{
    			ActionAutoCreateIndexEnabled:   pulumi.String("string"),
    			ActionDestructiveRequiresName:  pulumi.String("string"),
    			ClusterMaxShardsPerNode:        pulumi.String("string"),
    			HttpMaxContentLength:           pulumi.String("string"),
    			HttpMaxHeaderSize:              pulumi.String("string"),
    			HttpMaxInitialLineLength:       pulumi.String("string"),
    			IndicesFielddataCacheSize:      pulumi.String("string"),
    			IndicesMemoryIndexBufferSize:   pulumi.String("string"),
    			IndicesQueriesCacheSize:        pulumi.String("string"),
    			IndicesQueryBoolMaxClauseCount: pulumi.String("string"),
    			OverrideMainResponseVersion:    pulumi.String("string"),
    			ReindexRemoteWhitelists: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ScriptMaxCompilationsRate:          pulumi.String("string"),
    			SearchMaxBuckets:                   pulumi.String("string"),
    			ThreadPoolAnalyzeQueueSize:         pulumi.String("string"),
    			ThreadPoolAnalyzeSize:              pulumi.String("string"),
    			ThreadPoolForceMergeSize:           pulumi.String("string"),
    			ThreadPoolGetQueueSize:             pulumi.String("string"),
    			ThreadPoolGetSize:                  pulumi.String("string"),
    			ThreadPoolIndexSize:                pulumi.String("string"),
    			ThreadPoolSearchQueueSize:          pulumi.String("string"),
    			ThreadPoolSearchSize:               pulumi.String("string"),
    			ThreadPoolSearchThrottledQueueSize: pulumi.String("string"),
    			ThreadPoolSearchThrottledSize:      pulumi.String("string"),
    			ThreadPoolWriteQueueSize:           pulumi.String("string"),
    			ThreadPoolWriteSize:                pulumi.String("string"),
    		},
    		OpensearchDashboards: &aiven.ServiceOpensearchUserConfigOpensearchDashboardsArgs{
    			Enabled:                  pulumi.String("string"),
    			MaxOldSpaceSize:          pulumi.String("string"),
    			OpensearchRequestTimeout: pulumi.String("string"),
    		},
    		OpensearchVersion: pulumi.String("string"),
    		PrivateAccess: &aiven.ServiceOpensearchUserConfigPrivateAccessArgs{
    			Opensearch:           pulumi.String("string"),
    			OpensearchDashboards: pulumi.String("string"),
    			Prometheus:           pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceOpensearchUserConfigPrivatelinkAccessArgs{
    			Opensearch:           pulumi.String("string"),
    			OpensearchDashboards: pulumi.String("string"),
    			Prometheus:           pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceOpensearchUserConfigPublicAccessArgs{
    			Opensearch:           pulumi.String("string"),
    			OpensearchDashboards: pulumi.String("string"),
    			Prometheus:           pulumi.String("string"),
    		},
    		RecoveryBasebackupName: pulumi.String("string"),
    		ServiceToForkFrom:      pulumi.String("string"),
    		StaticIps:              pulumi.String("string"),
    	},
    	PgUserConfig: &aiven.ServicePgUserConfigArgs{
    		AdminPassword: pulumi.String("string"),
    		AdminUsername: pulumi.String("string"),
    		BackupHour:    pulumi.String("string"),
    		BackupMinute:  pulumi.String("string"),
    		EnableIpv6:    pulumi.String("string"),
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Migration: &aiven.ServicePgUserConfigMigrationArgs{
    			Dbname:    pulumi.String("string"),
    			Host:      pulumi.String("string"),
    			IgnoreDbs: pulumi.String("string"),
    			Method:    pulumi.String("string"),
    			Password:  pulumi.String("string"),
    			Port:      pulumi.String("string"),
    			Ssl:       pulumi.String("string"),
    			Username:  pulumi.String("string"),
    		},
    		Pg: &aiven.ServicePgUserConfigPgArgs{
    			AutovacuumAnalyzeScaleFactor:    pulumi.String("string"),
    			AutovacuumAnalyzeThreshold:      pulumi.String("string"),
    			AutovacuumFreezeMaxAge:          pulumi.String("string"),
    			AutovacuumMaxWorkers:            pulumi.String("string"),
    			AutovacuumNaptime:               pulumi.String("string"),
    			AutovacuumVacuumCostDelay:       pulumi.String("string"),
    			AutovacuumVacuumCostLimit:       pulumi.String("string"),
    			AutovacuumVacuumScaleFactor:     pulumi.String("string"),
    			AutovacuumVacuumThreshold:       pulumi.String("string"),
    			BgwriterDelay:                   pulumi.String("string"),
    			BgwriterFlushAfter:              pulumi.String("string"),
    			BgwriterLruMaxpages:             pulumi.String("string"),
    			BgwriterLruMultiplier:           pulumi.String("string"),
    			DeadlockTimeout:                 pulumi.String("string"),
    			DefaultToastCompression:         pulumi.String("string"),
    			IdleInTransactionSessionTimeout: pulumi.String("string"),
    			Jit:                             pulumi.String("string"),
    			LogAutovacuumMinDuration:        pulumi.String("string"),
    			LogErrorVerbosity:               pulumi.String("string"),
    			LogLinePrefix:                   pulumi.String("string"),
    			LogMinDurationStatement:         pulumi.String("string"),
    			MaxFilesPerProcess:              pulumi.String("string"),
    			MaxLocksPerTransaction:          pulumi.String("string"),
    			MaxLogicalReplicationWorkers:    pulumi.String("string"),
    			MaxParallelWorkers:              pulumi.String("string"),
    			MaxParallelWorkersPerGather:     pulumi.String("string"),
    			MaxPredLocksPerTransaction:      pulumi.String("string"),
    			MaxPreparedTransactions:         pulumi.String("string"),
    			MaxReplicationSlots:             pulumi.String("string"),
    			MaxSlotWalKeepSize:              pulumi.String("string"),
    			MaxStackDepth:                   pulumi.String("string"),
    			MaxStandbyArchiveDelay:          pulumi.String("string"),
    			MaxStandbyStreamingDelay:        pulumi.String("string"),
    			MaxWalSenders:                   pulumi.String("string"),
    			MaxWorkerProcesses:              pulumi.String("string"),
    			PgPartmanBgwInterval:            pulumi.String("string"),
    			PgPartmanBgwRole:                pulumi.String("string"),
    			PgStatStatementsTrack:           pulumi.String("string"),
    			TempFileLimit:                   pulumi.String("string"),
    			Timezone:                        pulumi.String("string"),
    			TrackActivityQuerySize:          pulumi.String("string"),
    			TrackCommitTimestamp:            pulumi.String("string"),
    			TrackFunctions:                  pulumi.String("string"),
    			TrackIoTiming:                   pulumi.String("string"),
    			WalSenderTimeout:                pulumi.String("string"),
    			WalWriterDelay:                  pulumi.String("string"),
    		},
    		PgReadReplica:       pulumi.String("string"),
    		PgServiceToForkFrom: pulumi.String("string"),
    		PgVersion:           pulumi.String("string"),
    		Pgbouncer: &aiven.ServicePgUserConfigPgbouncerArgs{
    			AutodbIdleTimeout:      pulumi.String("string"),
    			AutodbMaxDbConnections: pulumi.String("string"),
    			AutodbPoolMode:         pulumi.String("string"),
    			AutodbPoolSize:         pulumi.String("string"),
    			IgnoreStartupParameters: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			MinPoolSize:            pulumi.String("string"),
    			ServerIdleTimeout:      pulumi.String("string"),
    			ServerLifetime:         pulumi.String("string"),
    			ServerResetQueryAlways: pulumi.String("string"),
    		},
    		Pglookout: &aiven.ServicePgUserConfigPglookoutArgs{
    			MaxFailoverReplicationTimeLag: pulumi.String("string"),
    		},
    		PrivateAccess: &aiven.ServicePgUserConfigPrivateAccessArgs{
    			Pg:         pulumi.String("string"),
    			Pgbouncer:  pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServicePgUserConfigPrivatelinkAccessArgs{
    			Pg:         pulumi.String("string"),
    			Pgbouncer:  pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServicePgUserConfigPublicAccessArgs{
    			Pg:         pulumi.String("string"),
    			Pgbouncer:  pulumi.String("string"),
    			Prometheus: pulumi.String("string"),
    		},
    		RecoveryTargetTime:      pulumi.String("string"),
    		ServiceToForkFrom:       pulumi.String("string"),
    		SharedBuffersPercentage: pulumi.String("string"),
    		StaticIps:               pulumi.String("string"),
    		SynchronousReplication:  pulumi.String("string"),
    		Timescaledb: &aiven.ServicePgUserConfigTimescaledbArgs{
    			MaxBackgroundWorkers: pulumi.String("string"),
    		},
    		Variant: pulumi.String("string"),
    		WorkMem: pulumi.String("string"),
    	},
    	Plan:         pulumi.String("string"),
    	DiskSpace:    pulumi.String("string"),
    	ProjectVpcId: pulumi.String("string"),
    	RedisUserConfig: &aiven.ServiceRedisUserConfigArgs{
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Migration: &aiven.ServiceRedisUserConfigMigrationArgs{
    			Dbname:    pulumi.String("string"),
    			Host:      pulumi.String("string"),
    			IgnoreDbs: pulumi.String("string"),
    			Method:    pulumi.String("string"),
    			Password:  pulumi.String("string"),
    			Port:      pulumi.String("string"),
    			Ssl:       pulumi.String("string"),
    			Username:  pulumi.String("string"),
    		},
    		PrivateAccess: &aiven.ServiceRedisUserConfigPrivateAccessArgs{
    			Prometheus: pulumi.String("string"),
    			Redis:      pulumi.String("string"),
    		},
    		PrivatelinkAccess: &aiven.ServiceRedisUserConfigPrivatelinkAccessArgs{
    			Prometheus: pulumi.String("string"),
    			Redis:      pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		PublicAccess: &aiven.ServiceRedisUserConfigPublicAccessArgs{
    			Prometheus: pulumi.String("string"),
    			Redis:      pulumi.String("string"),
    		},
    		RecoveryBasebackupName:             pulumi.String("string"),
    		RedisAclChannelsDefault:            pulumi.String("string"),
    		RedisIoThreads:                     pulumi.String("string"),
    		RedisLfuDecayTime:                  pulumi.String("string"),
    		RedisLfuLogFactor:                  pulumi.String("string"),
    		RedisMaxmemoryPolicy:               pulumi.String("string"),
    		RedisNotifyKeyspaceEvents:          pulumi.String("string"),
    		RedisNumberOfDatabases:             pulumi.String("string"),
    		RedisPersistence:                   pulumi.String("string"),
    		RedisPubsubClientOutputBufferLimit: pulumi.String("string"),
    		RedisSsl:                           pulumi.String("string"),
    		RedisTimeout:                       pulumi.String("string"),
    		ServiceToForkFrom:                  pulumi.String("string"),
    		StaticIps:                          pulumi.String("string"),
    	},
    	ServiceIntegrations: aiven.ServiceServiceIntegrationArray{
    		&aiven.ServiceServiceIntegrationArgs{
    			IntegrationType:   pulumi.String("string"),
    			SourceServiceName: pulumi.String("string"),
    		},
    	},
    	CloudName: pulumi.String("string"),
    	ClickhouseUserConfig: &aiven.ServiceClickhouseUserConfigArgs{
    		IpFilters: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		ProjectToForkFrom: pulumi.String("string"),
    		ServiceToForkFrom: pulumi.String("string"),
    	},
    	StaticIps: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	TerminationProtection: pulumi.Bool(false),
    })
    
    var serviceResource = new Service("serviceResource", ServiceArgs.builder()
        .project("string")
        .serviceType("string")
        .serviceName("string")
        .kafkas(ServiceKafkaArgs.builder()
            .accessCert("string")
            .accessKey("string")
            .connectUri("string")
            .restUri("string")
            .schemaRegistryUri("string")
            .build())
        .maintenanceWindowTime("string")
        .flinkUserConfig(ServiceFlinkUserConfigArgs.builder()
            .executionCheckpointingIntervalMs("string")
            .executionCheckpointingTimeoutMs("string")
            .flinkVersion("string")
            .ipFilters("string")
            .numberOfTaskSlots("string")
            .parallelismDefault("string")
            .privatelinkAccess(ServiceFlinkUserConfigPrivatelinkAccessArgs.builder()
                .flink("string")
                .prometheus("string")
                .build())
            .restartStrategy("string")
            .restartStrategyDelaySec("string")
            .restartStrategyFailureRateIntervalMin("string")
            .restartStrategyMaxFailures("string")
            .build())
        .flinks(ServiceFlinkArgs.builder()
            .hostPorts("string")
            .build())
        .grafanaUserConfig(ServiceGrafanaUserConfigArgs.builder()
            .alertingEnabled("string")
            .alertingErrorOrTimeout("string")
            .alertingMaxAnnotationsToKeep("string")
            .alertingNodataOrNullvalues("string")
            .allowEmbedding("string")
            .authAzuread(ServiceGrafanaUserConfigAuthAzureadArgs.builder()
                .allowSignUp("string")
                .allowedDomains("string")
                .allowedGroups("string")
                .authUrl("string")
                .clientId("string")
                .clientSecret("string")
                .tokenUrl("string")
                .build())
            .authBasicEnabled("string")
            .authGenericOauth(ServiceGrafanaUserConfigAuthGenericOauthArgs.builder()
                .allowSignUp("string")
                .allowedDomains("string")
                .allowedOrganizations("string")
                .apiUrl("string")
                .authUrl("string")
                .clientId("string")
                .clientSecret("string")
                .name("string")
                .scopes("string")
                .tokenUrl("string")
                .build())
            .authGithub(ServiceGrafanaUserConfigAuthGithubArgs.builder()
                .allowSignUp("string")
                .allowedOrganizations("string")
                .clientId("string")
                .clientSecret("string")
                .teamIds("string")
                .build())
            .authGitlab(ServiceGrafanaUserConfigAuthGitlabArgs.builder()
                .allowSignUp("string")
                .allowedGroups("string")
                .apiUrl("string")
                .authUrl("string")
                .clientId("string")
                .clientSecret("string")
                .tokenUrl("string")
                .build())
            .authGoogle(ServiceGrafanaUserConfigAuthGoogleArgs.builder()
                .allowSignUp("string")
                .allowedDomains("string")
                .clientId("string")
                .clientSecret("string")
                .build())
            .cookieSamesite("string")
            .customDomain("string")
            .dashboardsMinRefreshInterval("string")
            .dashboardsVersionsToKeep("string")
            .dataproxySendUserHeader("string")
            .dataproxyTimeout("string")
            .dateFormats(ServiceGrafanaUserConfigDateFormatsArgs.builder()
                .defaultTimezone("string")
                .fullDate("string")
                .intervalDay("string")
                .intervalHour("string")
                .intervalMinute("string")
                .intervalMonth("string")
                .intervalSecond("string")
                .intervalYear("string")
                .build())
            .disableGravatar("string")
            .editorsCanAdmin("string")
            .externalImageStorage(ServiceGrafanaUserConfigExternalImageStorageArgs.builder()
                .accessKey("string")
                .bucketUrl("string")
                .provider("string")
                .secretKey("string")
                .build())
            .googleAnalyticsUaId("string")
            .ipFilters("string")
            .metricsEnabled("string")
            .privateAccess(ServiceGrafanaUserConfigPrivateAccessArgs.builder()
                .grafana("string")
                .build())
            .privatelinkAccess(ServiceGrafanaUserConfigPrivatelinkAccessArgs.builder()
                .grafana("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceGrafanaUserConfigPublicAccessArgs.builder()
                .grafana("string")
                .build())
            .recoveryBasebackupName("string")
            .serviceToForkFrom("string")
            .smtpServer(ServiceGrafanaUserConfigSmtpServerArgs.builder()
                .fromAddress("string")
                .fromName("string")
                .host("string")
                .password("string")
                .port("string")
                .skipVerify("string")
                .starttlsPolicy("string")
                .username("string")
                .build())
            .staticIps("string")
            .userAutoAssignOrg("string")
            .userAutoAssignOrgRole("string")
            .viewersCanEdit("string")
            .build())
        .influxdbUserConfig(ServiceInfluxdbUserConfigArgs.builder()
            .customDomain("string")
            .influxdb(ServiceInfluxdbUserConfigInfluxdbArgs.builder()
                .logQueriesAfter("string")
                .maxConnectionLimit("string")
                .maxRowLimit("string")
                .maxSelectBuckets("string")
                .maxSelectPoint("string")
                .queryTimeout("string")
                .build())
            .ipFilters("string")
            .privateAccess(ServiceInfluxdbUserConfigPrivateAccessArgs.builder()
                .influxdb("string")
                .build())
            .privatelinkAccess(ServiceInfluxdbUserConfigPrivatelinkAccessArgs.builder()
                .influxdb("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceInfluxdbUserConfigPublicAccessArgs.builder()
                .influxdb("string")
                .build())
            .recoveryBasebackupName("string")
            .serviceToForkFrom("string")
            .staticIps("string")
            .build())
        .kafkaConnectUserConfig(ServiceKafkaConnectUserConfigArgs.builder()
            .ipFilters("string")
            .kafkaConnect(ServiceKafkaConnectUserConfigKafkaConnectArgs.builder()
                .connectorClientConfigOverridePolicy("string")
                .consumerAutoOffsetReset("string")
                .consumerFetchMaxBytes("string")
                .consumerIsolationLevel("string")
                .consumerMaxPartitionFetchBytes("string")
                .consumerMaxPollIntervalMs("string")
                .consumerMaxPollRecords("string")
                .offsetFlushIntervalMs("string")
                .offsetFlushTimeoutMs("string")
                .producerMaxRequestSize("string")
                .sessionTimeoutMs("string")
                .build())
            .privateAccess(ServiceKafkaConnectUserConfigPrivateAccessArgs.builder()
                .kafkaConnect("string")
                .prometheus("string")
                .build())
            .privatelinkAccess(ServiceKafkaConnectUserConfigPrivatelinkAccessArgs.builder()
                .jolokia("string")
                .kafkaConnect("string")
                .prometheus("string")
                .build())
            .publicAccess(ServiceKafkaConnectUserConfigPublicAccessArgs.builder()
                .kafkaConnect("string")
                .prometheus("string")
                .build())
            .staticIps("string")
            .build())
        .kafkaMirrormakerUserConfig(ServiceKafkaMirrormakerUserConfigArgs.builder()
            .ipFilters("string")
            .kafkaMirrormaker(ServiceKafkaMirrormakerUserConfigKafkaMirrormakerArgs.builder()
                .emitCheckpointsEnabled("string")
                .emitCheckpointsIntervalSeconds("string")
                .refreshGroupsEnabled("string")
                .refreshGroupsIntervalSeconds("string")
                .refreshTopicsEnabled("string")
                .refreshTopicsIntervalSeconds("string")
                .syncGroupOffsetsEnabled("string")
                .syncGroupOffsetsIntervalSeconds("string")
                .syncTopicConfigsEnabled("string")
                .tasksMaxPerCpu("string")
                .build())
            .staticIps("string")
            .build())
        .kafkaUserConfig(ServiceKafkaUserConfigArgs.builder()
            .customDomain("string")
            .ipFilters("string")
            .kafka(ServiceKafkaUserConfigKafkaArgs.builder()
                .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")
                .build())
            .kafkaAuthenticationMethods(ServiceKafkaUserConfigKafkaAuthenticationMethodsArgs.builder()
                .certificate("string")
                .sasl("string")
                .build())
            .kafkaConnect("string")
            .kafkaConnectConfig(ServiceKafkaUserConfigKafkaConnectConfigArgs.builder()
                .connectorClientConfigOverridePolicy("string")
                .consumerAutoOffsetReset("string")
                .consumerFetchMaxBytes("string")
                .consumerIsolationLevel("string")
                .consumerMaxPartitionFetchBytes("string")
                .consumerMaxPollIntervalMs("string")
                .consumerMaxPollRecords("string")
                .offsetFlushIntervalMs("string")
                .offsetFlushTimeoutMs("string")
                .producerMaxRequestSize("string")
                .sessionTimeoutMs("string")
                .build())
            .kafkaRest("string")
            .kafkaRestConfig(ServiceKafkaUserConfigKafkaRestConfigArgs.builder()
                .consumerEnableAutoCommit("string")
                .consumerRequestMaxBytes("string")
                .consumerRequestTimeoutMs("string")
                .producerAcks("string")
                .producerLingerMs("string")
                .simpleconsumerPoolSizeMax("string")
                .build())
            .kafkaVersion("string")
            .privateAccess(ServiceKafkaUserConfigPrivateAccessArgs.builder()
                .prometheus("string")
                .build())
            .privatelinkAccess(ServiceKafkaUserConfigPrivatelinkAccessArgs.builder()
                .jolokia("string")
                .kafka("string")
                .kafkaConnect("string")
                .kafkaRest("string")
                .prometheus("string")
                .schemaRegistry("string")
                .build())
            .publicAccess(ServiceKafkaUserConfigPublicAccessArgs.builder()
                .kafka("string")
                .kafkaConnect("string")
                .kafkaRest("string")
                .prometheus("string")
                .schemaRegistry("string")
                .build())
            .schemaRegistry("string")
            .schemaRegistryConfig(ServiceKafkaUserConfigSchemaRegistryConfigArgs.builder()
                .leaderEligibility("string")
                .topicName("string")
                .build())
            .staticIps("string")
            .build())
        .cassandraUserConfig(ServiceCassandraUserConfigArgs.builder()
            .cassandra(ServiceCassandraUserConfigCassandraArgs.builder()
                .batchSizeFailThresholdInKb("string")
                .batchSizeWarnThresholdInKb("string")
                .build())
            .cassandraVersion("string")
            .ipFilters("string")
            .migrateSstableloader("string")
            .privateAccess(ServiceCassandraUserConfigPrivateAccessArgs.builder()
                .prometheus("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceCassandraUserConfigPublicAccessArgs.builder()
                .prometheus("string")
                .build())
            .serviceToForkFrom("string")
            .staticIps("string")
            .build())
        .maintenanceWindowDow("string")
        .elasticsearchUserConfig(ServiceElasticsearchUserConfigArgs.builder()
            .customDomain("string")
            .disableReplicationFactorAdjustment("string")
            .elasticsearch(ServiceElasticsearchUserConfigElasticsearchArgs.builder()
                .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")
                .build())
            .elasticsearchVersion("string")
            .indexPatterns(ServiceElasticsearchUserConfigIndexPatternArgs.builder()
                .maxIndexCount("string")
                .pattern("string")
                .sortingAlgorithm("string")
                .build())
            .indexTemplate(ServiceElasticsearchUserConfigIndexTemplateArgs.builder()
                .mappingNestedObjectsLimit("string")
                .numberOfReplicas("string")
                .numberOfShards("string")
                .build())
            .ipFilters("string")
            .keepIndexRefreshInterval("string")
            .kibana(ServiceElasticsearchUserConfigKibanaArgs.builder()
                .elasticsearchRequestTimeout("string")
                .enabled("string")
                .maxOldSpaceSize("string")
                .build())
            .maxIndexCount("string")
            .opensearchVersion("string")
            .privateAccess(ServiceElasticsearchUserConfigPrivateAccessArgs.builder()
                .elasticsearch("string")
                .kibana("string")
                .prometheus("string")
                .build())
            .privatelinkAccess(ServiceElasticsearchUserConfigPrivatelinkAccessArgs.builder()
                .elasticsearch("string")
                .kibana("string")
                .prometheus("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceElasticsearchUserConfigPublicAccessArgs.builder()
                .elasticsearch("string")
                .kibana("string")
                .prometheus("string")
                .build())
            .recoveryBasebackupName("string")
            .serviceToForkFrom("string")
            .staticIps("string")
            .build())
        .mysqlUserConfig(ServiceMysqlUserConfigArgs.builder()
            .adminPassword("string")
            .adminUsername("string")
            .backupHour("string")
            .backupMinute("string")
            .binlogRetentionPeriod("string")
            .ipFilters("string")
            .migration(ServiceMysqlUserConfigMigrationArgs.builder()
                .dbname("string")
                .host("string")
                .ignoreDbs("string")
                .method("string")
                .password("string")
                .port("string")
                .ssl("string")
                .username("string")
                .build())
            .mysql(ServiceMysqlUserConfigMysqlArgs.builder()
                .connectTimeout("string")
                .defaultTimeZone("string")
                .groupConcatMaxLen("string")
                .informationSchemaStatsExpiry("string")
                .innodbFtMinTokenSize("string")
                .innodbFtServerStopwordTable("string")
                .innodbLockWaitTimeout("string")
                .innodbLogBufferSize("string")
                .innodbOnlineAlterLogMaxSize("string")
                .innodbPrintAllDeadlocks("string")
                .innodbRollbackOnTimeout("string")
                .interactiveTimeout("string")
                .internalTmpMemStorageEngine("string")
                .longQueryTime("string")
                .maxAllowedPacket("string")
                .maxHeapTableSize("string")
                .netReadTimeout("string")
                .netWriteTimeout("string")
                .slowQueryLog("string")
                .sortBufferSize("string")
                .sqlMode("string")
                .sqlRequirePrimaryKey("string")
                .tmpTableSize("string")
                .waitTimeout("string")
                .build())
            .mysqlVersion("string")
            .privateAccess(ServiceMysqlUserConfigPrivateAccessArgs.builder()
                .mysql("string")
                .mysqlx("string")
                .prometheus("string")
                .build())
            .privatelinkAccess(ServiceMysqlUserConfigPrivatelinkAccessArgs.builder()
                .mysql("string")
                .mysqlx("string")
                .prometheus("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceMysqlUserConfigPublicAccessArgs.builder()
                .mysql("string")
                .mysqlx("string")
                .prometheus("string")
                .build())
            .recoveryTargetTime("string")
            .serviceToForkFrom("string")
            .staticIps("string")
            .build())
        .opensearchUserConfig(ServiceOpensearchUserConfigArgs.builder()
            .customDomain("string")
            .disableReplicationFactorAdjustment("string")
            .indexPatterns(ServiceOpensearchUserConfigIndexPatternArgs.builder()
                .maxIndexCount("string")
                .pattern("string")
                .sortingAlgorithm("string")
                .build())
            .indexTemplate(ServiceOpensearchUserConfigIndexTemplateArgs.builder()
                .mappingNestedObjectsLimit("string")
                .numberOfReplicas("string")
                .numberOfShards("string")
                .build())
            .ipFilters("string")
            .keepIndexRefreshInterval("string")
            .maxIndexCount("string")
            .opensearch(ServiceOpensearchUserConfigOpensearchArgs.builder()
                .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")
                .build())
            .opensearchDashboards(ServiceOpensearchUserConfigOpensearchDashboardsArgs.builder()
                .enabled("string")
                .maxOldSpaceSize("string")
                .opensearchRequestTimeout("string")
                .build())
            .opensearchVersion("string")
            .privateAccess(ServiceOpensearchUserConfigPrivateAccessArgs.builder()
                .opensearch("string")
                .opensearchDashboards("string")
                .prometheus("string")
                .build())
            .privatelinkAccess(ServiceOpensearchUserConfigPrivatelinkAccessArgs.builder()
                .opensearch("string")
                .opensearchDashboards("string")
                .prometheus("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceOpensearchUserConfigPublicAccessArgs.builder()
                .opensearch("string")
                .opensearchDashboards("string")
                .prometheus("string")
                .build())
            .recoveryBasebackupName("string")
            .serviceToForkFrom("string")
            .staticIps("string")
            .build())
        .pgUserConfig(ServicePgUserConfigArgs.builder()
            .adminPassword("string")
            .adminUsername("string")
            .backupHour("string")
            .backupMinute("string")
            .enableIpv6("string")
            .ipFilters("string")
            .migration(ServicePgUserConfigMigrationArgs.builder()
                .dbname("string")
                .host("string")
                .ignoreDbs("string")
                .method("string")
                .password("string")
                .port("string")
                .ssl("string")
                .username("string")
                .build())
            .pg(ServicePgUserConfigPgArgs.builder()
                .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")
                .build())
            .pgReadReplica("string")
            .pgServiceToForkFrom("string")
            .pgVersion("string")
            .pgbouncer(ServicePgUserConfigPgbouncerArgs.builder()
                .autodbIdleTimeout("string")
                .autodbMaxDbConnections("string")
                .autodbPoolMode("string")
                .autodbPoolSize("string")
                .ignoreStartupParameters("string")
                .minPoolSize("string")
                .serverIdleTimeout("string")
                .serverLifetime("string")
                .serverResetQueryAlways("string")
                .build())
            .pglookout(ServicePgUserConfigPglookoutArgs.builder()
                .maxFailoverReplicationTimeLag("string")
                .build())
            .privateAccess(ServicePgUserConfigPrivateAccessArgs.builder()
                .pg("string")
                .pgbouncer("string")
                .prometheus("string")
                .build())
            .privatelinkAccess(ServicePgUserConfigPrivatelinkAccessArgs.builder()
                .pg("string")
                .pgbouncer("string")
                .prometheus("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServicePgUserConfigPublicAccessArgs.builder()
                .pg("string")
                .pgbouncer("string")
                .prometheus("string")
                .build())
            .recoveryTargetTime("string")
            .serviceToForkFrom("string")
            .sharedBuffersPercentage("string")
            .staticIps("string")
            .synchronousReplication("string")
            .timescaledb(ServicePgUserConfigTimescaledbArgs.builder()
                .maxBackgroundWorkers("string")
                .build())
            .variant("string")
            .workMem("string")
            .build())
        .plan("string")
        .diskSpace("string")
        .projectVpcId("string")
        .redisUserConfig(ServiceRedisUserConfigArgs.builder()
            .ipFilters("string")
            .migration(ServiceRedisUserConfigMigrationArgs.builder()
                .dbname("string")
                .host("string")
                .ignoreDbs("string")
                .method("string")
                .password("string")
                .port("string")
                .ssl("string")
                .username("string")
                .build())
            .privateAccess(ServiceRedisUserConfigPrivateAccessArgs.builder()
                .prometheus("string")
                .redis("string")
                .build())
            .privatelinkAccess(ServiceRedisUserConfigPrivatelinkAccessArgs.builder()
                .prometheus("string")
                .redis("string")
                .build())
            .projectToForkFrom("string")
            .publicAccess(ServiceRedisUserConfigPublicAccessArgs.builder()
                .prometheus("string")
                .redis("string")
                .build())
            .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")
            .build())
        .serviceIntegrations(ServiceServiceIntegrationArgs.builder()
            .integrationType("string")
            .sourceServiceName("string")
            .build())
        .cloudName("string")
        .clickhouseUserConfig(ServiceClickhouseUserConfigArgs.builder()
            .ipFilters("string")
            .projectToForkFrom("string")
            .serviceToForkFrom("string")
            .build())
        .staticIps("string")
        .terminationProtection(false)
        .build());
    
    service_resource = aiven.Service("serviceResource",
        project="string",
        service_type="string",
        service_name="string",
        kafkas=[{
            "access_cert": "string",
            "access_key": "string",
            "connect_uri": "string",
            "rest_uri": "string",
            "schema_registry_uri": "string",
        }],
        maintenance_window_time="string",
        flink_user_config={
            "execution_checkpointing_interval_ms": "string",
            "execution_checkpointing_timeout_ms": "string",
            "flink_version": "string",
            "ip_filters": ["string"],
            "number_of_task_slots": "string",
            "parallelism_default": "string",
            "privatelink_access": {
                "flink": "string",
                "prometheus": "string",
            },
            "restart_strategy": "string",
            "restart_strategy_delay_sec": "string",
            "restart_strategy_failure_rate_interval_min": "string",
            "restart_strategy_max_failures": "string",
        },
        flinks=[{
            "host_ports": ["string"],
        }],
        grafana_user_config={
            "alerting_enabled": "string",
            "alerting_error_or_timeout": "string",
            "alerting_max_annotations_to_keep": "string",
            "alerting_nodata_or_nullvalues": "string",
            "allow_embedding": "string",
            "auth_azuread": {
                "allow_sign_up": "string",
                "allowed_domains": ["string"],
                "allowed_groups": ["string"],
                "auth_url": "string",
                "client_id": "string",
                "client_secret": "string",
                "token_url": "string",
            },
            "auth_basic_enabled": "string",
            "auth_generic_oauth": {
                "allow_sign_up": "string",
                "allowed_domains": ["string"],
                "allowed_organizations": ["string"],
                "api_url": "string",
                "auth_url": "string",
                "client_id": "string",
                "client_secret": "string",
                "name": "string",
                "scopes": ["string"],
                "token_url": "string",
            },
            "auth_github": {
                "allow_sign_up": "string",
                "allowed_organizations": ["string"],
                "client_id": "string",
                "client_secret": "string",
                "team_ids": ["string"],
            },
            "auth_gitlab": {
                "allow_sign_up": "string",
                "allowed_groups": ["string"],
                "api_url": "string",
                "auth_url": "string",
                "client_id": "string",
                "client_secret": "string",
                "token_url": "string",
            },
            "auth_google": {
                "allow_sign_up": "string",
                "allowed_domains": ["string"],
                "client_id": "string",
                "client_secret": "string",
            },
            "cookie_samesite": "string",
            "custom_domain": "string",
            "dashboards_min_refresh_interval": "string",
            "dashboards_versions_to_keep": "string",
            "dataproxy_send_user_header": "string",
            "dataproxy_timeout": "string",
            "date_formats": {
                "default_timezone": "string",
                "full_date": "string",
                "interval_day": "string",
                "interval_hour": "string",
                "interval_minute": "string",
                "interval_month": "string",
                "interval_second": "string",
                "interval_year": "string",
            },
            "disable_gravatar": "string",
            "editors_can_admin": "string",
            "external_image_storage": {
                "access_key": "string",
                "bucket_url": "string",
                "provider": "string",
                "secret_key": "string",
            },
            "google_analytics_ua_id": "string",
            "ip_filters": ["string"],
            "metrics_enabled": "string",
            "private_access": {
                "grafana": "string",
            },
            "privatelink_access": {
                "grafana": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "grafana": "string",
            },
            "recovery_basebackup_name": "string",
            "service_to_fork_from": "string",
            "smtp_server": {
                "from_address": "string",
                "from_name": "string",
                "host": "string",
                "password": "string",
                "port": "string",
                "skip_verify": "string",
                "starttls_policy": "string",
                "username": "string",
            },
            "static_ips": "string",
            "user_auto_assign_org": "string",
            "user_auto_assign_org_role": "string",
            "viewers_can_edit": "string",
        },
        influxdb_user_config={
            "custom_domain": "string",
            "influxdb": {
                "log_queries_after": "string",
                "max_connection_limit": "string",
                "max_row_limit": "string",
                "max_select_buckets": "string",
                "max_select_point": "string",
                "query_timeout": "string",
            },
            "ip_filters": ["string"],
            "private_access": {
                "influxdb": "string",
            },
            "privatelink_access": {
                "influxdb": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "influxdb": "string",
            },
            "recovery_basebackup_name": "string",
            "service_to_fork_from": "string",
            "static_ips": "string",
        },
        kafka_connect_user_config={
            "ip_filters": ["string"],
            "kafka_connect": {
                "connector_client_config_override_policy": "string",
                "consumer_auto_offset_reset": "string",
                "consumer_fetch_max_bytes": "string",
                "consumer_isolation_level": "string",
                "consumer_max_partition_fetch_bytes": "string",
                "consumer_max_poll_interval_ms": "string",
                "consumer_max_poll_records": "string",
                "offset_flush_interval_ms": "string",
                "offset_flush_timeout_ms": "string",
                "producer_max_request_size": "string",
                "session_timeout_ms": "string",
            },
            "private_access": {
                "kafka_connect": "string",
                "prometheus": "string",
            },
            "privatelink_access": {
                "jolokia": "string",
                "kafka_connect": "string",
                "prometheus": "string",
            },
            "public_access": {
                "kafka_connect": "string",
                "prometheus": "string",
            },
            "static_ips": "string",
        },
        kafka_mirrormaker_user_config={
            "ip_filters": ["string"],
            "kafka_mirrormaker": {
                "emit_checkpoints_enabled": "string",
                "emit_checkpoints_interval_seconds": "string",
                "refresh_groups_enabled": "string",
                "refresh_groups_interval_seconds": "string",
                "refresh_topics_enabled": "string",
                "refresh_topics_interval_seconds": "string",
                "sync_group_offsets_enabled": "string",
                "sync_group_offsets_interval_seconds": "string",
                "sync_topic_configs_enabled": "string",
                "tasks_max_per_cpu": "string",
            },
            "static_ips": "string",
        },
        kafka_user_config={
            "custom_domain": "string",
            "ip_filters": ["string"],
            "kafka": {
                "auto_create_topics_enable": "string",
                "compression_type": "string",
                "connections_max_idle_ms": "string",
                "default_replication_factor": "string",
                "group_initial_rebalance_delay_ms": "string",
                "group_max_session_timeout_ms": "string",
                "group_min_session_timeout_ms": "string",
                "log_cleaner_delete_retention_ms": "string",
                "log_cleaner_max_compaction_lag_ms": "string",
                "log_cleaner_min_cleanable_ratio": "string",
                "log_cleaner_min_compaction_lag_ms": "string",
                "log_cleanup_policy": "string",
                "log_flush_interval_messages": "string",
                "log_flush_interval_ms": "string",
                "log_index_interval_bytes": "string",
                "log_index_size_max_bytes": "string",
                "log_message_downconversion_enable": "string",
                "log_message_timestamp_difference_max_ms": "string",
                "log_message_timestamp_type": "string",
                "log_preallocate": "string",
                "log_retention_bytes": "string",
                "log_retention_hours": "string",
                "log_retention_ms": "string",
                "log_roll_jitter_ms": "string",
                "log_roll_ms": "string",
                "log_segment_bytes": "string",
                "log_segment_delete_delay_ms": "string",
                "max_connections_per_ip": "string",
                "max_incremental_fetch_session_cache_slots": "string",
                "message_max_bytes": "string",
                "min_insync_replicas": "string",
                "num_partitions": "string",
                "offsets_retention_minutes": "string",
                "producer_purgatory_purge_interval_requests": "string",
                "replica_fetch_max_bytes": "string",
                "replica_fetch_response_max_bytes": "string",
                "socket_request_max_bytes": "string",
                "transaction_remove_expired_transaction_cleanup_interval_ms": "string",
                "transaction_state_log_segment_bytes": "string",
            },
            "kafka_authentication_methods": {
                "certificate": "string",
                "sasl": "string",
            },
            "kafka_connect": "string",
            "kafka_connect_config": {
                "connector_client_config_override_policy": "string",
                "consumer_auto_offset_reset": "string",
                "consumer_fetch_max_bytes": "string",
                "consumer_isolation_level": "string",
                "consumer_max_partition_fetch_bytes": "string",
                "consumer_max_poll_interval_ms": "string",
                "consumer_max_poll_records": "string",
                "offset_flush_interval_ms": "string",
                "offset_flush_timeout_ms": "string",
                "producer_max_request_size": "string",
                "session_timeout_ms": "string",
            },
            "kafka_rest": "string",
            "kafka_rest_config": {
                "consumer_enable_auto_commit": "string",
                "consumer_request_max_bytes": "string",
                "consumer_request_timeout_ms": "string",
                "producer_acks": "string",
                "producer_linger_ms": "string",
                "simpleconsumer_pool_size_max": "string",
            },
            "kafka_version": "string",
            "private_access": {
                "prometheus": "string",
            },
            "privatelink_access": {
                "jolokia": "string",
                "kafka": "string",
                "kafka_connect": "string",
                "kafka_rest": "string",
                "prometheus": "string",
                "schema_registry": "string",
            },
            "public_access": {
                "kafka": "string",
                "kafka_connect": "string",
                "kafka_rest": "string",
                "prometheus": "string",
                "schema_registry": "string",
            },
            "schema_registry": "string",
            "schema_registry_config": {
                "leader_eligibility": "string",
                "topic_name": "string",
            },
            "static_ips": "string",
        },
        cassandra_user_config={
            "cassandra": {
                "batch_size_fail_threshold_in_kb": "string",
                "batch_size_warn_threshold_in_kb": "string",
            },
            "cassandra_version": "string",
            "ip_filters": ["string"],
            "migrate_sstableloader": "string",
            "private_access": {
                "prometheus": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "prometheus": "string",
            },
            "service_to_fork_from": "string",
            "static_ips": "string",
        },
        maintenance_window_dow="string",
        elasticsearch_user_config={
            "custom_domain": "string",
            "disable_replication_factor_adjustment": "string",
            "elasticsearch": {
                "action_auto_create_index_enabled": "string",
                "action_destructive_requires_name": "string",
                "cluster_max_shards_per_node": "string",
                "http_max_content_length": "string",
                "http_max_header_size": "string",
                "http_max_initial_line_length": "string",
                "indices_fielddata_cache_size": "string",
                "indices_memory_index_buffer_size": "string",
                "indices_queries_cache_size": "string",
                "indices_query_bool_max_clause_count": "string",
                "override_main_response_version": "string",
                "reindex_remote_whitelists": ["string"],
                "script_max_compilations_rate": "string",
                "search_max_buckets": "string",
                "thread_pool_analyze_queue_size": "string",
                "thread_pool_analyze_size": "string",
                "thread_pool_force_merge_size": "string",
                "thread_pool_get_queue_size": "string",
                "thread_pool_get_size": "string",
                "thread_pool_index_size": "string",
                "thread_pool_search_queue_size": "string",
                "thread_pool_search_size": "string",
                "thread_pool_search_throttled_queue_size": "string",
                "thread_pool_search_throttled_size": "string",
                "thread_pool_write_queue_size": "string",
                "thread_pool_write_size": "string",
            },
            "elasticsearch_version": "string",
            "index_patterns": [{
                "max_index_count": "string",
                "pattern": "string",
                "sorting_algorithm": "string",
            }],
            "index_template": {
                "mapping_nested_objects_limit": "string",
                "number_of_replicas": "string",
                "number_of_shards": "string",
            },
            "ip_filters": ["string"],
            "keep_index_refresh_interval": "string",
            "kibana": {
                "elasticsearch_request_timeout": "string",
                "enabled": "string",
                "max_old_space_size": "string",
            },
            "max_index_count": "string",
            "opensearch_version": "string",
            "private_access": {
                "elasticsearch": "string",
                "kibana": "string",
                "prometheus": "string",
            },
            "privatelink_access": {
                "elasticsearch": "string",
                "kibana": "string",
                "prometheus": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "elasticsearch": "string",
                "kibana": "string",
                "prometheus": "string",
            },
            "recovery_basebackup_name": "string",
            "service_to_fork_from": "string",
            "static_ips": "string",
        },
        mysql_user_config={
            "admin_password": "string",
            "admin_username": "string",
            "backup_hour": "string",
            "backup_minute": "string",
            "binlog_retention_period": "string",
            "ip_filters": ["string"],
            "migration": {
                "dbname": "string",
                "host": "string",
                "ignore_dbs": "string",
                "method": "string",
                "password": "string",
                "port": "string",
                "ssl": "string",
                "username": "string",
            },
            "mysql": {
                "connect_timeout": "string",
                "default_time_zone": "string",
                "group_concat_max_len": "string",
                "information_schema_stats_expiry": "string",
                "innodb_ft_min_token_size": "string",
                "innodb_ft_server_stopword_table": "string",
                "innodb_lock_wait_timeout": "string",
                "innodb_log_buffer_size": "string",
                "innodb_online_alter_log_max_size": "string",
                "innodb_print_all_deadlocks": "string",
                "innodb_rollback_on_timeout": "string",
                "interactive_timeout": "string",
                "internal_tmp_mem_storage_engine": "string",
                "long_query_time": "string",
                "max_allowed_packet": "string",
                "max_heap_table_size": "string",
                "net_read_timeout": "string",
                "net_write_timeout": "string",
                "slow_query_log": "string",
                "sort_buffer_size": "string",
                "sql_mode": "string",
                "sql_require_primary_key": "string",
                "tmp_table_size": "string",
                "wait_timeout": "string",
            },
            "mysql_version": "string",
            "private_access": {
                "mysql": "string",
                "mysqlx": "string",
                "prometheus": "string",
            },
            "privatelink_access": {
                "mysql": "string",
                "mysqlx": "string",
                "prometheus": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "mysql": "string",
                "mysqlx": "string",
                "prometheus": "string",
            },
            "recovery_target_time": "string",
            "service_to_fork_from": "string",
            "static_ips": "string",
        },
        opensearch_user_config={
            "custom_domain": "string",
            "disable_replication_factor_adjustment": "string",
            "index_patterns": [{
                "max_index_count": "string",
                "pattern": "string",
                "sorting_algorithm": "string",
            }],
            "index_template": {
                "mapping_nested_objects_limit": "string",
                "number_of_replicas": "string",
                "number_of_shards": "string",
            },
            "ip_filters": ["string"],
            "keep_index_refresh_interval": "string",
            "max_index_count": "string",
            "opensearch": {
                "action_auto_create_index_enabled": "string",
                "action_destructive_requires_name": "string",
                "cluster_max_shards_per_node": "string",
                "http_max_content_length": "string",
                "http_max_header_size": "string",
                "http_max_initial_line_length": "string",
                "indices_fielddata_cache_size": "string",
                "indices_memory_index_buffer_size": "string",
                "indices_queries_cache_size": "string",
                "indices_query_bool_max_clause_count": "string",
                "override_main_response_version": "string",
                "reindex_remote_whitelists": ["string"],
                "script_max_compilations_rate": "string",
                "search_max_buckets": "string",
                "thread_pool_analyze_queue_size": "string",
                "thread_pool_analyze_size": "string",
                "thread_pool_force_merge_size": "string",
                "thread_pool_get_queue_size": "string",
                "thread_pool_get_size": "string",
                "thread_pool_index_size": "string",
                "thread_pool_search_queue_size": "string",
                "thread_pool_search_size": "string",
                "thread_pool_search_throttled_queue_size": "string",
                "thread_pool_search_throttled_size": "string",
                "thread_pool_write_queue_size": "string",
                "thread_pool_write_size": "string",
            },
            "opensearch_dashboards": {
                "enabled": "string",
                "max_old_space_size": "string",
                "opensearch_request_timeout": "string",
            },
            "opensearch_version": "string",
            "private_access": {
                "opensearch": "string",
                "opensearch_dashboards": "string",
                "prometheus": "string",
            },
            "privatelink_access": {
                "opensearch": "string",
                "opensearch_dashboards": "string",
                "prometheus": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "opensearch": "string",
                "opensearch_dashboards": "string",
                "prometheus": "string",
            },
            "recovery_basebackup_name": "string",
            "service_to_fork_from": "string",
            "static_ips": "string",
        },
        pg_user_config={
            "admin_password": "string",
            "admin_username": "string",
            "backup_hour": "string",
            "backup_minute": "string",
            "enable_ipv6": "string",
            "ip_filters": ["string"],
            "migration": {
                "dbname": "string",
                "host": "string",
                "ignore_dbs": "string",
                "method": "string",
                "password": "string",
                "port": "string",
                "ssl": "string",
                "username": "string",
            },
            "pg": {
                "autovacuum_analyze_scale_factor": "string",
                "autovacuum_analyze_threshold": "string",
                "autovacuum_freeze_max_age": "string",
                "autovacuum_max_workers": "string",
                "autovacuum_naptime": "string",
                "autovacuum_vacuum_cost_delay": "string",
                "autovacuum_vacuum_cost_limit": "string",
                "autovacuum_vacuum_scale_factor": "string",
                "autovacuum_vacuum_threshold": "string",
                "bgwriter_delay": "string",
                "bgwriter_flush_after": "string",
                "bgwriter_lru_maxpages": "string",
                "bgwriter_lru_multiplier": "string",
                "deadlock_timeout": "string",
                "default_toast_compression": "string",
                "idle_in_transaction_session_timeout": "string",
                "jit": "string",
                "log_autovacuum_min_duration": "string",
                "log_error_verbosity": "string",
                "log_line_prefix": "string",
                "log_min_duration_statement": "string",
                "max_files_per_process": "string",
                "max_locks_per_transaction": "string",
                "max_logical_replication_workers": "string",
                "max_parallel_workers": "string",
                "max_parallel_workers_per_gather": "string",
                "max_pred_locks_per_transaction": "string",
                "max_prepared_transactions": "string",
                "max_replication_slots": "string",
                "max_slot_wal_keep_size": "string",
                "max_stack_depth": "string",
                "max_standby_archive_delay": "string",
                "max_standby_streaming_delay": "string",
                "max_wal_senders": "string",
                "max_worker_processes": "string",
                "pg_partman_bgw_interval": "string",
                "pg_partman_bgw_role": "string",
                "pg_stat_statements_track": "string",
                "temp_file_limit": "string",
                "timezone": "string",
                "track_activity_query_size": "string",
                "track_commit_timestamp": "string",
                "track_functions": "string",
                "track_io_timing": "string",
                "wal_sender_timeout": "string",
                "wal_writer_delay": "string",
            },
            "pg_read_replica": "string",
            "pg_service_to_fork_from": "string",
            "pg_version": "string",
            "pgbouncer": {
                "autodb_idle_timeout": "string",
                "autodb_max_db_connections": "string",
                "autodb_pool_mode": "string",
                "autodb_pool_size": "string",
                "ignore_startup_parameters": ["string"],
                "min_pool_size": "string",
                "server_idle_timeout": "string",
                "server_lifetime": "string",
                "server_reset_query_always": "string",
            },
            "pglookout": {
                "max_failover_replication_time_lag": "string",
            },
            "private_access": {
                "pg": "string",
                "pgbouncer": "string",
                "prometheus": "string",
            },
            "privatelink_access": {
                "pg": "string",
                "pgbouncer": "string",
                "prometheus": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "pg": "string",
                "pgbouncer": "string",
                "prometheus": "string",
            },
            "recovery_target_time": "string",
            "service_to_fork_from": "string",
            "shared_buffers_percentage": "string",
            "static_ips": "string",
            "synchronous_replication": "string",
            "timescaledb": {
                "max_background_workers": "string",
            },
            "variant": "string",
            "work_mem": "string",
        },
        plan="string",
        disk_space="string",
        project_vpc_id="string",
        redis_user_config={
            "ip_filters": ["string"],
            "migration": {
                "dbname": "string",
                "host": "string",
                "ignore_dbs": "string",
                "method": "string",
                "password": "string",
                "port": "string",
                "ssl": "string",
                "username": "string",
            },
            "private_access": {
                "prometheus": "string",
                "redis": "string",
            },
            "privatelink_access": {
                "prometheus": "string",
                "redis": "string",
            },
            "project_to_fork_from": "string",
            "public_access": {
                "prometheus": "string",
                "redis": "string",
            },
            "recovery_basebackup_name": "string",
            "redis_acl_channels_default": "string",
            "redis_io_threads": "string",
            "redis_lfu_decay_time": "string",
            "redis_lfu_log_factor": "string",
            "redis_maxmemory_policy": "string",
            "redis_notify_keyspace_events": "string",
            "redis_number_of_databases": "string",
            "redis_persistence": "string",
            "redis_pubsub_client_output_buffer_limit": "string",
            "redis_ssl": "string",
            "redis_timeout": "string",
            "service_to_fork_from": "string",
            "static_ips": "string",
        },
        service_integrations=[{
            "integration_type": "string",
            "source_service_name": "string",
        }],
        cloud_name="string",
        clickhouse_user_config={
            "ip_filters": ["string"],
            "project_to_fork_from": "string",
            "service_to_fork_from": "string",
        },
        static_ips=["string"],
        termination_protection=False)
    
    const serviceResource = new aiven.Service("serviceResource", {
        project: "string",
        serviceType: "string",
        serviceName: "string",
        kafkas: [{
            accessCert: "string",
            accessKey: "string",
            connectUri: "string",
            restUri: "string",
            schemaRegistryUri: "string",
        }],
        maintenanceWindowTime: "string",
        flinkUserConfig: {
            executionCheckpointingIntervalMs: "string",
            executionCheckpointingTimeoutMs: "string",
            flinkVersion: "string",
            ipFilters: ["string"],
            numberOfTaskSlots: "string",
            parallelismDefault: "string",
            privatelinkAccess: {
                flink: "string",
                prometheus: "string",
            },
            restartStrategy: "string",
            restartStrategyDelaySec: "string",
            restartStrategyFailureRateIntervalMin: "string",
            restartStrategyMaxFailures: "string",
        },
        flinks: [{
            hostPorts: ["string"],
        }],
        grafanaUserConfig: {
            alertingEnabled: "string",
            alertingErrorOrTimeout: "string",
            alertingMaxAnnotationsToKeep: "string",
            alertingNodataOrNullvalues: "string",
            allowEmbedding: "string",
            authAzuread: {
                allowSignUp: "string",
                allowedDomains: ["string"],
                allowedGroups: ["string"],
                authUrl: "string",
                clientId: "string",
                clientSecret: "string",
                tokenUrl: "string",
            },
            authBasicEnabled: "string",
            authGenericOauth: {
                allowSignUp: "string",
                allowedDomains: ["string"],
                allowedOrganizations: ["string"],
                apiUrl: "string",
                authUrl: "string",
                clientId: "string",
                clientSecret: "string",
                name: "string",
                scopes: ["string"],
                tokenUrl: "string",
            },
            authGithub: {
                allowSignUp: "string",
                allowedOrganizations: ["string"],
                clientId: "string",
                clientSecret: "string",
                teamIds: ["string"],
            },
            authGitlab: {
                allowSignUp: "string",
                allowedGroups: ["string"],
                apiUrl: "string",
                authUrl: "string",
                clientId: "string",
                clientSecret: "string",
                tokenUrl: "string",
            },
            authGoogle: {
                allowSignUp: "string",
                allowedDomains: ["string"],
                clientId: "string",
                clientSecret: "string",
            },
            cookieSamesite: "string",
            customDomain: "string",
            dashboardsMinRefreshInterval: "string",
            dashboardsVersionsToKeep: "string",
            dataproxySendUserHeader: "string",
            dataproxyTimeout: "string",
            dateFormats: {
                defaultTimezone: "string",
                fullDate: "string",
                intervalDay: "string",
                intervalHour: "string",
                intervalMinute: "string",
                intervalMonth: "string",
                intervalSecond: "string",
                intervalYear: "string",
            },
            disableGravatar: "string",
            editorsCanAdmin: "string",
            externalImageStorage: {
                accessKey: "string",
                bucketUrl: "string",
                provider: "string",
                secretKey: "string",
            },
            googleAnalyticsUaId: "string",
            ipFilters: ["string"],
            metricsEnabled: "string",
            privateAccess: {
                grafana: "string",
            },
            privatelinkAccess: {
                grafana: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                grafana: "string",
            },
            recoveryBasebackupName: "string",
            serviceToForkFrom: "string",
            smtpServer: {
                fromAddress: "string",
                fromName: "string",
                host: "string",
                password: "string",
                port: "string",
                skipVerify: "string",
                starttlsPolicy: "string",
                username: "string",
            },
            staticIps: "string",
            userAutoAssignOrg: "string",
            userAutoAssignOrgRole: "string",
            viewersCanEdit: "string",
        },
        influxdbUserConfig: {
            customDomain: "string",
            influxdb: {
                logQueriesAfter: "string",
                maxConnectionLimit: "string",
                maxRowLimit: "string",
                maxSelectBuckets: "string",
                maxSelectPoint: "string",
                queryTimeout: "string",
            },
            ipFilters: ["string"],
            privateAccess: {
                influxdb: "string",
            },
            privatelinkAccess: {
                influxdb: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                influxdb: "string",
            },
            recoveryBasebackupName: "string",
            serviceToForkFrom: "string",
            staticIps: "string",
        },
        kafkaConnectUserConfig: {
            ipFilters: ["string"],
            kafkaConnect: {
                connectorClientConfigOverridePolicy: "string",
                consumerAutoOffsetReset: "string",
                consumerFetchMaxBytes: "string",
                consumerIsolationLevel: "string",
                consumerMaxPartitionFetchBytes: "string",
                consumerMaxPollIntervalMs: "string",
                consumerMaxPollRecords: "string",
                offsetFlushIntervalMs: "string",
                offsetFlushTimeoutMs: "string",
                producerMaxRequestSize: "string",
                sessionTimeoutMs: "string",
            },
            privateAccess: {
                kafkaConnect: "string",
                prometheus: "string",
            },
            privatelinkAccess: {
                jolokia: "string",
                kafkaConnect: "string",
                prometheus: "string",
            },
            publicAccess: {
                kafkaConnect: "string",
                prometheus: "string",
            },
            staticIps: "string",
        },
        kafkaMirrormakerUserConfig: {
            ipFilters: ["string"],
            kafkaMirrormaker: {
                emitCheckpointsEnabled: "string",
                emitCheckpointsIntervalSeconds: "string",
                refreshGroupsEnabled: "string",
                refreshGroupsIntervalSeconds: "string",
                refreshTopicsEnabled: "string",
                refreshTopicsIntervalSeconds: "string",
                syncGroupOffsetsEnabled: "string",
                syncGroupOffsetsIntervalSeconds: "string",
                syncTopicConfigsEnabled: "string",
                tasksMaxPerCpu: "string",
            },
            staticIps: "string",
        },
        kafkaUserConfig: {
            customDomain: "string",
            ipFilters: ["string"],
            kafka: {
                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",
            },
            kafkaAuthenticationMethods: {
                certificate: "string",
                sasl: "string",
            },
            kafkaConnect: "string",
            kafkaConnectConfig: {
                connectorClientConfigOverridePolicy: "string",
                consumerAutoOffsetReset: "string",
                consumerFetchMaxBytes: "string",
                consumerIsolationLevel: "string",
                consumerMaxPartitionFetchBytes: "string",
                consumerMaxPollIntervalMs: "string",
                consumerMaxPollRecords: "string",
                offsetFlushIntervalMs: "string",
                offsetFlushTimeoutMs: "string",
                producerMaxRequestSize: "string",
                sessionTimeoutMs: "string",
            },
            kafkaRest: "string",
            kafkaRestConfig: {
                consumerEnableAutoCommit: "string",
                consumerRequestMaxBytes: "string",
                consumerRequestTimeoutMs: "string",
                producerAcks: "string",
                producerLingerMs: "string",
                simpleconsumerPoolSizeMax: "string",
            },
            kafkaVersion: "string",
            privateAccess: {
                prometheus: "string",
            },
            privatelinkAccess: {
                jolokia: "string",
                kafka: "string",
                kafkaConnect: "string",
                kafkaRest: "string",
                prometheus: "string",
                schemaRegistry: "string",
            },
            publicAccess: {
                kafka: "string",
                kafkaConnect: "string",
                kafkaRest: "string",
                prometheus: "string",
                schemaRegistry: "string",
            },
            schemaRegistry: "string",
            schemaRegistryConfig: {
                leaderEligibility: "string",
                topicName: "string",
            },
            staticIps: "string",
        },
        cassandraUserConfig: {
            cassandra: {
                batchSizeFailThresholdInKb: "string",
                batchSizeWarnThresholdInKb: "string",
            },
            cassandraVersion: "string",
            ipFilters: ["string"],
            migrateSstableloader: "string",
            privateAccess: {
                prometheus: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                prometheus: "string",
            },
            serviceToForkFrom: "string",
            staticIps: "string",
        },
        maintenanceWindowDow: "string",
        elasticsearchUserConfig: {
            customDomain: "string",
            disableReplicationFactorAdjustment: "string",
            elasticsearch: {
                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",
            },
            elasticsearchVersion: "string",
            indexPatterns: [{
                maxIndexCount: "string",
                pattern: "string",
                sortingAlgorithm: "string",
            }],
            indexTemplate: {
                mappingNestedObjectsLimit: "string",
                numberOfReplicas: "string",
                numberOfShards: "string",
            },
            ipFilters: ["string"],
            keepIndexRefreshInterval: "string",
            kibana: {
                elasticsearchRequestTimeout: "string",
                enabled: "string",
                maxOldSpaceSize: "string",
            },
            maxIndexCount: "string",
            opensearchVersion: "string",
            privateAccess: {
                elasticsearch: "string",
                kibana: "string",
                prometheus: "string",
            },
            privatelinkAccess: {
                elasticsearch: "string",
                kibana: "string",
                prometheus: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                elasticsearch: "string",
                kibana: "string",
                prometheus: "string",
            },
            recoveryBasebackupName: "string",
            serviceToForkFrom: "string",
            staticIps: "string",
        },
        mysqlUserConfig: {
            adminPassword: "string",
            adminUsername: "string",
            backupHour: "string",
            backupMinute: "string",
            binlogRetentionPeriod: "string",
            ipFilters: ["string"],
            migration: {
                dbname: "string",
                host: "string",
                ignoreDbs: "string",
                method: "string",
                password: "string",
                port: "string",
                ssl: "string",
                username: "string",
            },
            mysql: {
                connectTimeout: "string",
                defaultTimeZone: "string",
                groupConcatMaxLen: "string",
                informationSchemaStatsExpiry: "string",
                innodbFtMinTokenSize: "string",
                innodbFtServerStopwordTable: "string",
                innodbLockWaitTimeout: "string",
                innodbLogBufferSize: "string",
                innodbOnlineAlterLogMaxSize: "string",
                innodbPrintAllDeadlocks: "string",
                innodbRollbackOnTimeout: "string",
                interactiveTimeout: "string",
                internalTmpMemStorageEngine: "string",
                longQueryTime: "string",
                maxAllowedPacket: "string",
                maxHeapTableSize: "string",
                netReadTimeout: "string",
                netWriteTimeout: "string",
                slowQueryLog: "string",
                sortBufferSize: "string",
                sqlMode: "string",
                sqlRequirePrimaryKey: "string",
                tmpTableSize: "string",
                waitTimeout: "string",
            },
            mysqlVersion: "string",
            privateAccess: {
                mysql: "string",
                mysqlx: "string",
                prometheus: "string",
            },
            privatelinkAccess: {
                mysql: "string",
                mysqlx: "string",
                prometheus: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                mysql: "string",
                mysqlx: "string",
                prometheus: "string",
            },
            recoveryTargetTime: "string",
            serviceToForkFrom: "string",
            staticIps: "string",
        },
        opensearchUserConfig: {
            customDomain: "string",
            disableReplicationFactorAdjustment: "string",
            indexPatterns: [{
                maxIndexCount: "string",
                pattern: "string",
                sortingAlgorithm: "string",
            }],
            indexTemplate: {
                mappingNestedObjectsLimit: "string",
                numberOfReplicas: "string",
                numberOfShards: "string",
            },
            ipFilters: ["string"],
            keepIndexRefreshInterval: "string",
            maxIndexCount: "string",
            opensearch: {
                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",
            },
            opensearchDashboards: {
                enabled: "string",
                maxOldSpaceSize: "string",
                opensearchRequestTimeout: "string",
            },
            opensearchVersion: "string",
            privateAccess: {
                opensearch: "string",
                opensearchDashboards: "string",
                prometheus: "string",
            },
            privatelinkAccess: {
                opensearch: "string",
                opensearchDashboards: "string",
                prometheus: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                opensearch: "string",
                opensearchDashboards: "string",
                prometheus: "string",
            },
            recoveryBasebackupName: "string",
            serviceToForkFrom: "string",
            staticIps: "string",
        },
        pgUserConfig: {
            adminPassword: "string",
            adminUsername: "string",
            backupHour: "string",
            backupMinute: "string",
            enableIpv6: "string",
            ipFilters: ["string"],
            migration: {
                dbname: "string",
                host: "string",
                ignoreDbs: "string",
                method: "string",
                password: "string",
                port: "string",
                ssl: "string",
                username: "string",
            },
            pg: {
                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",
            },
            pgReadReplica: "string",
            pgServiceToForkFrom: "string",
            pgVersion: "string",
            pgbouncer: {
                autodbIdleTimeout: "string",
                autodbMaxDbConnections: "string",
                autodbPoolMode: "string",
                autodbPoolSize: "string",
                ignoreStartupParameters: ["string"],
                minPoolSize: "string",
                serverIdleTimeout: "string",
                serverLifetime: "string",
                serverResetQueryAlways: "string",
            },
            pglookout: {
                maxFailoverReplicationTimeLag: "string",
            },
            privateAccess: {
                pg: "string",
                pgbouncer: "string",
                prometheus: "string",
            },
            privatelinkAccess: {
                pg: "string",
                pgbouncer: "string",
                prometheus: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                pg: "string",
                pgbouncer: "string",
                prometheus: "string",
            },
            recoveryTargetTime: "string",
            serviceToForkFrom: "string",
            sharedBuffersPercentage: "string",
            staticIps: "string",
            synchronousReplication: "string",
            timescaledb: {
                maxBackgroundWorkers: "string",
            },
            variant: "string",
            workMem: "string",
        },
        plan: "string",
        diskSpace: "string",
        projectVpcId: "string",
        redisUserConfig: {
            ipFilters: ["string"],
            migration: {
                dbname: "string",
                host: "string",
                ignoreDbs: "string",
                method: "string",
                password: "string",
                port: "string",
                ssl: "string",
                username: "string",
            },
            privateAccess: {
                prometheus: "string",
                redis: "string",
            },
            privatelinkAccess: {
                prometheus: "string",
                redis: "string",
            },
            projectToForkFrom: "string",
            publicAccess: {
                prometheus: "string",
                redis: "string",
            },
            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",
        },
        serviceIntegrations: [{
            integrationType: "string",
            sourceServiceName: "string",
        }],
        cloudName: "string",
        clickhouseUserConfig: {
            ipFilters: ["string"],
            projectToForkFrom: "string",
            serviceToForkFrom: "string",
        },
        staticIps: ["string"],
        terminationProtection: false,
    });
    
    type: aiven:Service
    properties:
        cassandraUserConfig:
            cassandra:
                batchSizeFailThresholdInKb: string
                batchSizeWarnThresholdInKb: string
            cassandraVersion: string
            ipFilters:
                - string
            migrateSstableloader: string
            privateAccess:
                prometheus: string
            projectToForkFrom: string
            publicAccess:
                prometheus: string
            serviceToForkFrom: string
            staticIps: string
        clickhouseUserConfig:
            ipFilters:
                - string
            projectToForkFrom: string
            serviceToForkFrom: string
        cloudName: string
        diskSpace: string
        elasticsearchUserConfig:
            customDomain: string
            disableReplicationFactorAdjustment: string
            elasticsearch:
                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
            elasticsearchVersion: string
            indexPatterns:
                - maxIndexCount: string
                  pattern: string
                  sortingAlgorithm: string
            indexTemplate:
                mappingNestedObjectsLimit: string
                numberOfReplicas: string
                numberOfShards: string
            ipFilters:
                - string
            keepIndexRefreshInterval: string
            kibana:
                elasticsearchRequestTimeout: string
                enabled: string
                maxOldSpaceSize: string
            maxIndexCount: string
            opensearchVersion: string
            privateAccess:
                elasticsearch: string
                kibana: string
                prometheus: string
            privatelinkAccess:
                elasticsearch: string
                kibana: string
                prometheus: string
            projectToForkFrom: string
            publicAccess:
                elasticsearch: string
                kibana: string
                prometheus: string
            recoveryBasebackupName: string
            serviceToForkFrom: string
            staticIps: string
        flinkUserConfig:
            executionCheckpointingIntervalMs: string
            executionCheckpointingTimeoutMs: string
            flinkVersion: string
            ipFilters:
                - string
            numberOfTaskSlots: string
            parallelismDefault: string
            privatelinkAccess:
                flink: string
                prometheus: string
            restartStrategy: string
            restartStrategyDelaySec: string
            restartStrategyFailureRateIntervalMin: string
            restartStrategyMaxFailures: string
        flinks:
            - hostPorts:
                - string
        grafanaUserConfig:
            alertingEnabled: string
            alertingErrorOrTimeout: string
            alertingMaxAnnotationsToKeep: string
            alertingNodataOrNullvalues: string
            allowEmbedding: string
            authAzuread:
                allowSignUp: string
                allowedDomains:
                    - string
                allowedGroups:
                    - string
                authUrl: string
                clientId: string
                clientSecret: string
                tokenUrl: string
            authBasicEnabled: string
            authGenericOauth:
                allowSignUp: string
                allowedDomains:
                    - string
                allowedOrganizations:
                    - string
                apiUrl: string
                authUrl: string
                clientId: string
                clientSecret: string
                name: string
                scopes:
                    - string
                tokenUrl: string
            authGithub:
                allowSignUp: string
                allowedOrganizations:
                    - string
                clientId: string
                clientSecret: string
                teamIds:
                    - string
            authGitlab:
                allowSignUp: string
                allowedGroups:
                    - string
                apiUrl: string
                authUrl: string
                clientId: string
                clientSecret: string
                tokenUrl: string
            authGoogle:
                allowSignUp: string
                allowedDomains:
                    - string
                clientId: string
                clientSecret: string
            cookieSamesite: string
            customDomain: string
            dashboardsMinRefreshInterval: string
            dashboardsVersionsToKeep: string
            dataproxySendUserHeader: string
            dataproxyTimeout: string
            dateFormats:
                defaultTimezone: string
                fullDate: string
                intervalDay: string
                intervalHour: string
                intervalMinute: string
                intervalMonth: string
                intervalSecond: string
                intervalYear: string
            disableGravatar: string
            editorsCanAdmin: string
            externalImageStorage:
                accessKey: string
                bucketUrl: string
                provider: string
                secretKey: string
            googleAnalyticsUaId: string
            ipFilters:
                - string
            metricsEnabled: string
            privateAccess:
                grafana: string
            privatelinkAccess:
                grafana: string
            projectToForkFrom: string
            publicAccess:
                grafana: string
            recoveryBasebackupName: string
            serviceToForkFrom: string
            smtpServer:
                fromAddress: string
                fromName: string
                host: string
                password: string
                port: string
                skipVerify: string
                starttlsPolicy: string
                username: string
            staticIps: string
            userAutoAssignOrg: string
            userAutoAssignOrgRole: string
            viewersCanEdit: string
        influxdbUserConfig:
            customDomain: string
            influxdb:
                logQueriesAfter: string
                maxConnectionLimit: string
                maxRowLimit: string
                maxSelectBuckets: string
                maxSelectPoint: string
                queryTimeout: string
            ipFilters:
                - string
            privateAccess:
                influxdb: string
            privatelinkAccess:
                influxdb: string
            projectToForkFrom: string
            publicAccess:
                influxdb: string
            recoveryBasebackupName: string
            serviceToForkFrom: string
            staticIps: string
        kafkaConnectUserConfig:
            ipFilters:
                - string
            kafkaConnect:
                connectorClientConfigOverridePolicy: string
                consumerAutoOffsetReset: string
                consumerFetchMaxBytes: string
                consumerIsolationLevel: string
                consumerMaxPartitionFetchBytes: string
                consumerMaxPollIntervalMs: string
                consumerMaxPollRecords: string
                offsetFlushIntervalMs: string
                offsetFlushTimeoutMs: string
                producerMaxRequestSize: string
                sessionTimeoutMs: string
            privateAccess:
                kafkaConnect: string
                prometheus: string
            privatelinkAccess:
                jolokia: string
                kafkaConnect: string
                prometheus: string
            publicAccess:
                kafkaConnect: string
                prometheus: string
            staticIps: string
        kafkaMirrormakerUserConfig:
            ipFilters:
                - string
            kafkaMirrormaker:
                emitCheckpointsEnabled: string
                emitCheckpointsIntervalSeconds: string
                refreshGroupsEnabled: string
                refreshGroupsIntervalSeconds: string
                refreshTopicsEnabled: string
                refreshTopicsIntervalSeconds: string
                syncGroupOffsetsEnabled: string
                syncGroupOffsetsIntervalSeconds: string
                syncTopicConfigsEnabled: string
                tasksMaxPerCpu: string
            staticIps: string
        kafkaUserConfig:
            customDomain: string
            ipFilters:
                - string
            kafka:
                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
            kafkaAuthenticationMethods:
                certificate: string
                sasl: string
            kafkaConnect: string
            kafkaConnectConfig:
                connectorClientConfigOverridePolicy: string
                consumerAutoOffsetReset: string
                consumerFetchMaxBytes: string
                consumerIsolationLevel: string
                consumerMaxPartitionFetchBytes: string
                consumerMaxPollIntervalMs: string
                consumerMaxPollRecords: string
                offsetFlushIntervalMs: string
                offsetFlushTimeoutMs: string
                producerMaxRequestSize: string
                sessionTimeoutMs: string
            kafkaRest: string
            kafkaRestConfig:
                consumerEnableAutoCommit: string
                consumerRequestMaxBytes: string
                consumerRequestTimeoutMs: string
                producerAcks: string
                producerLingerMs: string
                simpleconsumerPoolSizeMax: string
            kafkaVersion: string
            privateAccess:
                prometheus: string
            privatelinkAccess:
                jolokia: string
                kafka: string
                kafkaConnect: string
                kafkaRest: string
                prometheus: string
                schemaRegistry: string
            publicAccess:
                kafka: string
                kafkaConnect: string
                kafkaRest: string
                prometheus: string
                schemaRegistry: string
            schemaRegistry: string
            schemaRegistryConfig:
                leaderEligibility: string
                topicName: string
            staticIps: string
        kafkas:
            - accessCert: string
              accessKey: string
              connectUri: string
              restUri: string
              schemaRegistryUri: string
        maintenanceWindowDow: string
        maintenanceWindowTime: string
        mysqlUserConfig:
            adminPassword: string
            adminUsername: string
            backupHour: string
            backupMinute: string
            binlogRetentionPeriod: string
            ipFilters:
                - string
            migration:
                dbname: string
                host: string
                ignoreDbs: string
                method: string
                password: string
                port: string
                ssl: string
                username: string
            mysql:
                connectTimeout: string
                defaultTimeZone: string
                groupConcatMaxLen: string
                informationSchemaStatsExpiry: string
                innodbFtMinTokenSize: string
                innodbFtServerStopwordTable: string
                innodbLockWaitTimeout: string
                innodbLogBufferSize: string
                innodbOnlineAlterLogMaxSize: string
                innodbPrintAllDeadlocks: string
                innodbRollbackOnTimeout: string
                interactiveTimeout: string
                internalTmpMemStorageEngine: string
                longQueryTime: string
                maxAllowedPacket: string
                maxHeapTableSize: string
                netReadTimeout: string
                netWriteTimeout: string
                slowQueryLog: string
                sortBufferSize: string
                sqlMode: string
                sqlRequirePrimaryKey: string
                tmpTableSize: string
                waitTimeout: string
            mysqlVersion: string
            privateAccess:
                mysql: string
                mysqlx: string
                prometheus: string
            privatelinkAccess:
                mysql: string
                mysqlx: string
                prometheus: string
            projectToForkFrom: string
            publicAccess:
                mysql: string
                mysqlx: string
                prometheus: string
            recoveryTargetTime: string
            serviceToForkFrom: string
            staticIps: string
        opensearchUserConfig:
            customDomain: string
            disableReplicationFactorAdjustment: string
            indexPatterns:
                - maxIndexCount: string
                  pattern: string
                  sortingAlgorithm: string
            indexTemplate:
                mappingNestedObjectsLimit: string
                numberOfReplicas: string
                numberOfShards: string
            ipFilters:
                - string
            keepIndexRefreshInterval: string
            maxIndexCount: string
            opensearch:
                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
            opensearchDashboards:
                enabled: string
                maxOldSpaceSize: string
                opensearchRequestTimeout: string
            opensearchVersion: string
            privateAccess:
                opensearch: string
                opensearchDashboards: string
                prometheus: string
            privatelinkAccess:
                opensearch: string
                opensearchDashboards: string
                prometheus: string
            projectToForkFrom: string
            publicAccess:
                opensearch: string
                opensearchDashboards: string
                prometheus: string
            recoveryBasebackupName: string
            serviceToForkFrom: string
            staticIps: string
        pgUserConfig:
            adminPassword: string
            adminUsername: string
            backupHour: string
            backupMinute: string
            enableIpv6: string
            ipFilters:
                - string
            migration:
                dbname: string
                host: string
                ignoreDbs: string
                method: string
                password: string
                port: string
                ssl: string
                username: string
            pg:
                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
            pgReadReplica: string
            pgServiceToForkFrom: string
            pgVersion: string
            pgbouncer:
                autodbIdleTimeout: string
                autodbMaxDbConnections: string
                autodbPoolMode: string
                autodbPoolSize: string
                ignoreStartupParameters:
                    - string
                minPoolSize: string
                serverIdleTimeout: string
                serverLifetime: string
                serverResetQueryAlways: string
            pglookout:
                maxFailoverReplicationTimeLag: string
            privateAccess:
                pg: string
                pgbouncer: string
                prometheus: string
            privatelinkAccess:
                pg: string
                pgbouncer: string
                prometheus: string
            projectToForkFrom: string
            publicAccess:
                pg: string
                pgbouncer: string
                prometheus: string
            recoveryTargetTime: string
            serviceToForkFrom: string
            sharedBuffersPercentage: string
            staticIps: string
            synchronousReplication: string
            timescaledb:
                maxBackgroundWorkers: string
            variant: string
            workMem: string
        plan: string
        project: string
        projectVpcId: string
        redisUserConfig:
            ipFilters:
                - string
            migration:
                dbname: string
                host: string
                ignoreDbs: string
                method: string
                password: string
                port: string
                ssl: string
                username: string
            privateAccess:
                prometheus: string
                redis: string
            privatelinkAccess:
                prometheus: string
                redis: string
            projectToForkFrom: string
            publicAccess:
                prometheus: string
                redis: string
            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
        serviceIntegrations:
            - integrationType: string
              sourceServiceName: string
        serviceName: string
        serviceType: string
        staticIps:
            - string
        terminationProtection: false
    

    Service Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Service resource accepts the following input properties:

    Project string
    Target project
    ServiceName string
    Service name
    ServiceType string
    Service type code
    CassandraUserConfig ServiceCassandraUserConfig
    Cassandra user configurable settings
    ClickhouseUserConfig ServiceClickhouseUserConfig
    Clickhouse user configurable settings
    CloudName string
    Cloud the service runs in
    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.
    ElasticsearchUserConfig ServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    FlinkUserConfig ServiceFlinkUserConfig
    Flink user configurable settings
    Flinks List<ServiceFlink>
    Flink specific server provided values
    GrafanaUserConfig ServiceGrafanaUserConfig
    Grafana user configurable settings
    InfluxdbUserConfig ServiceInfluxdbUserConfig
    Influxdb user configurable settings
    KafkaConnectUserConfig ServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    KafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    KafkaUserConfig ServiceKafkaUserConfig
    Kafka user configurable settings
    Kafkas List<ServiceKafka>
    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.
    MysqlUserConfig ServiceMysqlUserConfig
    Mysql user configurable settings
    OpensearchUserConfig ServiceOpensearchUserConfig
    Opensearch user configurable settings
    PgUserConfig ServicePgUserConfig
    Pg user configurable settings
    Plan string
    Subscription plan
    ProjectVpcId string
    Identifier of the VPC the service should be in, if any
    RedisUserConfig ServiceRedisUserConfig
    Redis user configurable settings
    ServiceIntegrations List<ServiceServiceIntegration>
    Service integrations to specify when creating a service. Not applied after initial service creation
    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.
    Project string
    Target project
    ServiceName string
    Service name
    ServiceType string
    Service type code
    CassandraUserConfig ServiceCassandraUserConfigArgs
    Cassandra user configurable settings
    ClickhouseUserConfig ServiceClickhouseUserConfigArgs
    Clickhouse user configurable settings
    CloudName string
    Cloud the service runs in
    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.
    ElasticsearchUserConfig ServiceElasticsearchUserConfigArgs
    Elasticsearch user configurable settings
    FlinkUserConfig ServiceFlinkUserConfigArgs
    Flink user configurable settings
    Flinks []ServiceFlinkArgs
    Flink specific server provided values
    GrafanaUserConfig ServiceGrafanaUserConfigArgs
    Grafana user configurable settings
    InfluxdbUserConfig ServiceInfluxdbUserConfigArgs
    Influxdb user configurable settings
    KafkaConnectUserConfig ServiceKafkaConnectUserConfigArgs
    Kafka*connect user configurable settings
    KafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfigArgs
    Kafka*mirrormaker user configurable settings
    KafkaUserConfig ServiceKafkaUserConfigArgs
    Kafka user configurable settings
    Kafkas []ServiceKafkaArgs
    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.
    MysqlUserConfig ServiceMysqlUserConfigArgs
    Mysql user configurable settings
    OpensearchUserConfig ServiceOpensearchUserConfigArgs
    Opensearch user configurable settings
    PgUserConfig ServicePgUserConfigArgs
    Pg user configurable settings
    Plan string
    Subscription plan
    ProjectVpcId string
    Identifier of the VPC the service should be in, if any
    RedisUserConfig ServiceRedisUserConfigArgs
    Redis user configurable settings
    ServiceIntegrations []ServiceServiceIntegrationArgs
    Service integrations to specify when creating a service. Not applied after initial service creation
    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.
    project String
    Target project
    serviceName String
    Service name
    serviceType String
    Service type code
    cassandraUserConfig ServiceCassandraUserConfig
    Cassandra user configurable settings
    clickhouseUserConfig ServiceClickhouseUserConfig
    Clickhouse user configurable settings
    cloudName String
    Cloud the service runs in
    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.
    elasticsearchUserConfig ServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    flinkUserConfig ServiceFlinkUserConfig
    Flink user configurable settings
    flinks List<ServiceFlink>
    Flink specific server provided values
    grafanaUserConfig ServiceGrafanaUserConfig
    Grafana user configurable settings
    influxdbUserConfig ServiceInfluxdbUserConfig
    Influxdb user configurable settings
    kafkaConnectUserConfig ServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    kafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    kafkaUserConfig ServiceKafkaUserConfig
    Kafka user configurable settings
    kafkas List<ServiceKafka>
    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.
    mysqlUserConfig ServiceMysqlUserConfig
    Mysql user configurable settings
    opensearchUserConfig ServiceOpensearchUserConfig
    Opensearch user configurable settings
    pgUserConfig ServicePgUserConfig
    Pg user configurable settings
    plan String
    Subscription plan
    projectVpcId String
    Identifier of the VPC the service should be in, if any
    redisUserConfig ServiceRedisUserConfig
    Redis user configurable settings
    serviceIntegrations List<ServiceServiceIntegration>
    Service integrations to specify when creating a service. Not applied after initial service creation
    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.
    project string
    Target project
    serviceName string
    Service name
    serviceType string
    Service type code
    cassandraUserConfig ServiceCassandraUserConfig
    Cassandra user configurable settings
    clickhouseUserConfig ServiceClickhouseUserConfig
    Clickhouse user configurable settings
    cloudName string
    Cloud the service runs in
    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.
    elasticsearchUserConfig ServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    flinkUserConfig ServiceFlinkUserConfig
    Flink user configurable settings
    flinks ServiceFlink[]
    Flink specific server provided values
    grafanaUserConfig ServiceGrafanaUserConfig
    Grafana user configurable settings
    influxdbUserConfig ServiceInfluxdbUserConfig
    Influxdb user configurable settings
    kafkaConnectUserConfig ServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    kafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    kafkaUserConfig ServiceKafkaUserConfig
    Kafka user configurable settings
    kafkas ServiceKafka[]
    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.
    mysqlUserConfig ServiceMysqlUserConfig
    Mysql user configurable settings
    opensearchUserConfig ServiceOpensearchUserConfig
    Opensearch user configurable settings
    pgUserConfig ServicePgUserConfig
    Pg user configurable settings
    plan string
    Subscription plan
    projectVpcId string
    Identifier of the VPC the service should be in, if any
    redisUserConfig ServiceRedisUserConfig
    Redis user configurable settings
    serviceIntegrations ServiceServiceIntegration[]
    Service integrations to specify when creating a service. Not applied after initial service creation
    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.
    project str
    Target project
    service_name str
    Service name
    service_type str
    Service type code
    cassandra_user_config ServiceCassandraUserConfigArgs
    Cassandra user configurable settings
    clickhouse_user_config ServiceClickhouseUserConfigArgs
    Clickhouse user configurable settings
    cloud_name str
    Cloud the service runs in
    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.
    elasticsearch_user_config ServiceElasticsearchUserConfigArgs
    Elasticsearch user configurable settings
    flink_user_config ServiceFlinkUserConfigArgs
    Flink user configurable settings
    flinks Sequence[ServiceFlinkArgs]
    Flink specific server provided values
    grafana_user_config ServiceGrafanaUserConfigArgs
    Grafana user configurable settings
    influxdb_user_config ServiceInfluxdbUserConfigArgs
    Influxdb user configurable settings
    kafka_connect_user_config ServiceKafkaConnectUserConfigArgs
    Kafka*connect user configurable settings
    kafka_mirrormaker_user_config ServiceKafkaMirrormakerUserConfigArgs
    Kafka*mirrormaker user configurable settings
    kafka_user_config ServiceKafkaUserConfigArgs
    Kafka user configurable settings
    kafkas Sequence[ServiceKafkaArgs]
    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_config ServiceMysqlUserConfigArgs
    Mysql user configurable settings
    opensearch_user_config ServiceOpensearchUserConfigArgs
    Opensearch user configurable settings
    pg_user_config ServicePgUserConfigArgs
    Pg user configurable settings
    plan str
    Subscription plan
    project_vpc_id str
    Identifier of the VPC the service should be in, if any
    redis_user_config ServiceRedisUserConfigArgs
    Redis user configurable settings
    service_integrations Sequence[ServiceServiceIntegrationArgs]
    Service integrations to specify when creating a service. Not applied after initial service creation
    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.
    project String
    Target project
    serviceName String
    Service name
    serviceType String
    Service type code
    cassandraUserConfig Property Map
    Cassandra user configurable settings
    clickhouseUserConfig Property Map
    Clickhouse user configurable settings
    cloudName String
    Cloud the service runs in
    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.
    elasticsearchUserConfig Property Map
    Elasticsearch user configurable settings
    flinkUserConfig Property Map
    Flink user configurable settings
    flinks List<Property Map>
    Flink specific server provided values
    grafanaUserConfig Property Map
    Grafana user configurable settings
    influxdbUserConfig Property Map
    Influxdb user configurable settings
    kafkaConnectUserConfig Property Map
    Kafka*connect user configurable settings
    kafkaMirrormakerUserConfig Property Map
    Kafka*mirrormaker user configurable settings
    kafkaUserConfig 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.
    mysqlUserConfig Property Map
    Mysql user configurable settings
    opensearchUserConfig Property Map
    Opensearch user configurable settings
    pgUserConfig Property Map
    Pg user configurable settings
    plan String
    Subscription plan
    projectVpcId String
    Identifier of the VPC the service should be in, if any
    redisUserConfig Property Map
    Redis user configurable settings
    serviceIntegrations List<Property Map>
    Service integrations to specify when creating a service. Not applied after initial service creation
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Service resource produces the following output properties:

    Cassandras List<ServiceCassandra>
    Cassandra specific server provided values
    Clickhouses List<ServiceClickhouse>
    Clickhouse specific server provided values
    Components List<ServiceComponent>
    Service component information objects
    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
    Elasticsearches List<ServiceElasticsearch>
    Elasticsearch specific server provided values
    Grafanas List<ServiceGrafana>
    Grafana specific server provided values
    Id string
    The provider-assigned unique ID for this managed resource.
    Influxdbs List<ServiceInfluxdb>
    InfluxDB specific server provided values
    KafkaConnects List<ServiceKafkaConnect>
    Kafka Connect specific server provided values
    KafkaMirrormakers List<ServiceKafkaMirrormaker>
    Kafka MirrorMaker 2 specific server provided values
    Mysqls List<ServiceMysql>
    MySQL specific server provided values
    Opensearches List<ServiceOpensearch>
    Opensearch specific server provided values
    Pgs List<ServicePg>
    PostgreSQL specific server provided values
    Redis List<ServiceRedi>
    Redis specific server provided values
    ServiceHost string
    Service hostname
    ServicePassword string
    Password used for connecting to the service, if applicable
    ServicePort int
    Service port
    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.
    Cassandras []ServiceCassandra
    Cassandra specific server provided values
    Clickhouses []ServiceClickhouse
    Clickhouse specific server provided values
    Components []ServiceComponent
    Service component information objects
    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
    Elasticsearches []ServiceElasticsearch
    Elasticsearch specific server provided values
    Grafanas []ServiceGrafana
    Grafana specific server provided values
    Id string
    The provider-assigned unique ID for this managed resource.
    Influxdbs []ServiceInfluxdb
    InfluxDB specific server provided values
    KafkaConnects []ServiceKafkaConnect
    Kafka Connect specific server provided values
    KafkaMirrormakers []ServiceKafkaMirrormaker
    Kafka MirrorMaker 2 specific server provided values
    Mysqls []ServiceMysql
    MySQL specific server provided values
    Opensearches []ServiceOpensearch
    Opensearch specific server provided values
    Pgs []ServicePg
    PostgreSQL specific server provided values
    Redis []ServiceRedi
    Redis specific server provided values
    ServiceHost string
    Service hostname
    ServicePassword string
    Password used for connecting to the service, if applicable
    ServicePort int
    Service port
    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.
    cassandras List<ServiceCassandra>
    Cassandra specific server provided values
    clickhouses List<ServiceClickhouse>
    Clickhouse specific server provided values
    components List<ServiceComponent>
    Service component information objects
    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
    elasticsearches List<ServiceElasticsearch>
    Elasticsearch specific server provided values
    grafanas List<ServiceGrafana>
    Grafana specific server provided values
    id String
    The provider-assigned unique ID for this managed resource.
    influxdbs List<ServiceInfluxdb>
    InfluxDB specific server provided values
    kafkaConnects List<ServiceKafkaConnect>
    Kafka Connect specific server provided values
    kafkaMirrormakers List<ServiceKafkaMirrormaker>
    Kafka MirrorMaker 2 specific server provided values
    mysqls List<ServiceMysql>
    MySQL specific server provided values
    opensearches List<ServiceOpensearch>
    Opensearch specific server provided values
    pgs List<ServicePg>
    PostgreSQL specific server provided values
    redis List<ServiceRedi>
    Redis specific server provided values
    serviceHost String
    Service hostname
    servicePassword String
    Password used for connecting to the service, if applicable
    servicePort Integer
    Service port
    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.
    cassandras ServiceCassandra[]
    Cassandra specific server provided values
    clickhouses ServiceClickhouse[]
    Clickhouse specific server provided values
    components ServiceComponent[]
    Service component information objects
    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
    elasticsearches ServiceElasticsearch[]
    Elasticsearch specific server provided values
    grafanas ServiceGrafana[]
    Grafana specific server provided values
    id string
    The provider-assigned unique ID for this managed resource.
    influxdbs ServiceInfluxdb[]
    InfluxDB specific server provided values
    kafkaConnects ServiceKafkaConnect[]
    Kafka Connect specific server provided values
    kafkaMirrormakers ServiceKafkaMirrormaker[]
    Kafka MirrorMaker 2 specific server provided values
    mysqls ServiceMysql[]
    MySQL specific server provided values
    opensearches ServiceOpensearch[]
    Opensearch specific server provided values
    pgs ServicePg[]
    PostgreSQL specific server provided values
    redis ServiceRedi[]
    Redis specific server provided values
    serviceHost string
    Service hostname
    servicePassword string
    Password used for connecting to the service, if applicable
    servicePort number
    Service port
    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.
    cassandras Sequence[ServiceCassandra]
    Cassandra specific server provided values
    clickhouses Sequence[ServiceClickhouse]
    Clickhouse specific server provided values
    components Sequence[ServiceComponent]
    Service component information objects
    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
    elasticsearches Sequence[ServiceElasticsearch]
    Elasticsearch specific server provided values
    grafanas Sequence[ServiceGrafana]
    Grafana specific server provided values
    id str
    The provider-assigned unique ID for this managed resource.
    influxdbs Sequence[ServiceInfluxdb]
    InfluxDB specific server provided values
    kafka_connects Sequence[ServiceKafkaConnect]
    Kafka Connect specific server provided values
    kafka_mirrormakers Sequence[ServiceKafkaMirrormaker]
    Kafka MirrorMaker 2 specific server provided values
    mysqls Sequence[ServiceMysql]
    MySQL specific server provided values
    opensearches Sequence[ServiceOpensearch]
    Opensearch specific server provided values
    pgs Sequence[ServicePg]
    PostgreSQL specific server provided values
    redis Sequence[ServiceRedi]
    Redis specific server provided values
    service_host str
    Service hostname
    service_password str
    Password used for connecting to the service, if applicable
    service_port int
    Service port
    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.
    cassandras List<Property Map>
    Cassandra specific server provided values
    clickhouses List<Property Map>
    Clickhouse specific server provided values
    components List<Property Map>
    Service component information objects
    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
    elasticsearches List<Property Map>
    Elasticsearch specific server provided values
    grafanas List<Property Map>
    Grafana specific server provided values
    id String
    The provider-assigned unique ID for this managed resource.
    influxdbs List<Property Map>
    InfluxDB specific server provided values
    kafkaConnects List<Property Map>
    Kafka Connect specific server provided values
    kafkaMirrormakers List<Property Map>
    Kafka MirrorMaker 2 specific server provided values
    mysqls List<Property Map>
    MySQL specific server provided values
    opensearches List<Property Map>
    Opensearch specific server provided values
    pgs List<Property Map>
    PostgreSQL specific server provided values
    redis List<Property Map>
    Redis specific server provided values
    serviceHost String
    Service hostname
    servicePassword String
    Password used for connecting to the service, if applicable
    servicePort Number
    Service port
    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.

    Look up Existing Service Resource

    Get an existing Service resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ServiceState, opts?: CustomResourceOptions): Service
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cassandra_user_config: Optional[ServiceCassandraUserConfigArgs] = None,
            cassandras: Optional[Sequence[ServiceCassandraArgs]] = None,
            clickhouse_user_config: Optional[ServiceClickhouseUserConfigArgs] = None,
            clickhouses: Optional[Sequence[ServiceClickhouseArgs]] = None,
            cloud_name: Optional[str] = None,
            components: Optional[Sequence[ServiceComponentArgs]] = None,
            disk_space: Optional[str] = None,
            disk_space_cap: Optional[str] = None,
            disk_space_default: Optional[str] = None,
            disk_space_step: Optional[str] = None,
            disk_space_used: Optional[str] = None,
            elasticsearch_user_config: Optional[ServiceElasticsearchUserConfigArgs] = None,
            elasticsearches: Optional[Sequence[ServiceElasticsearchArgs]] = None,
            flink_user_config: Optional[ServiceFlinkUserConfigArgs] = None,
            flinks: Optional[Sequence[ServiceFlinkArgs]] = None,
            grafana_user_config: Optional[ServiceGrafanaUserConfigArgs] = None,
            grafanas: Optional[Sequence[ServiceGrafanaArgs]] = None,
            influxdb_user_config: Optional[ServiceInfluxdbUserConfigArgs] = None,
            influxdbs: Optional[Sequence[ServiceInfluxdbArgs]] = None,
            kafka_connect_user_config: Optional[ServiceKafkaConnectUserConfigArgs] = None,
            kafka_connects: Optional[Sequence[ServiceKafkaConnectArgs]] = None,
            kafka_mirrormaker_user_config: Optional[ServiceKafkaMirrormakerUserConfigArgs] = None,
            kafka_mirrormakers: Optional[Sequence[ServiceKafkaMirrormakerArgs]] = None,
            kafka_user_config: Optional[ServiceKafkaUserConfigArgs] = None,
            kafkas: Optional[Sequence[ServiceKafkaArgs]] = None,
            maintenance_window_dow: Optional[str] = None,
            maintenance_window_time: Optional[str] = None,
            mysql_user_config: Optional[ServiceMysqlUserConfigArgs] = None,
            mysqls: Optional[Sequence[ServiceMysqlArgs]] = None,
            opensearch_user_config: Optional[ServiceOpensearchUserConfigArgs] = None,
            opensearches: Optional[Sequence[ServiceOpensearchArgs]] = None,
            pg_user_config: Optional[ServicePgUserConfigArgs] = None,
            pgs: Optional[Sequence[ServicePgArgs]] = None,
            plan: Optional[str] = None,
            project: Optional[str] = None,
            project_vpc_id: Optional[str] = None,
            redis: Optional[Sequence[ServiceRediArgs]] = None,
            redis_user_config: Optional[ServiceRedisUserConfigArgs] = None,
            service_host: Optional[str] = None,
            service_integrations: Optional[Sequence[ServiceServiceIntegrationArgs]] = None,
            service_name: Optional[str] = None,
            service_password: Optional[str] = None,
            service_port: Optional[int] = None,
            service_type: Optional[str] = None,
            service_uri: Optional[str] = None,
            service_username: Optional[str] = None,
            state: Optional[str] = None,
            static_ips: Optional[Sequence[str]] = None,
            termination_protection: Optional[bool] = None) -> Service
    func GetService(ctx *Context, name string, id IDInput, state *ServiceState, opts ...ResourceOption) (*Service, error)
    public static Service Get(string name, Input<string> id, ServiceState? state, CustomResourceOptions? opts = null)
    public static Service get(String name, Output<String> id, ServiceState state, CustomResourceOptions options)
    resources:  _:    type: aiven:Service    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CassandraUserConfig ServiceCassandraUserConfig
    Cassandra user configurable settings
    Cassandras List<ServiceCassandra>
    Cassandra specific server provided values
    ClickhouseUserConfig ServiceClickhouseUserConfig
    Clickhouse user configurable settings
    Clickhouses List<ServiceClickhouse>
    Clickhouse specific server provided values
    CloudName string
    Cloud the service runs in
    Components List<ServiceComponent>
    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
    ElasticsearchUserConfig ServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    Elasticsearches List<ServiceElasticsearch>
    Elasticsearch specific server provided values
    FlinkUserConfig ServiceFlinkUserConfig
    Flink user configurable settings
    Flinks List<ServiceFlink>
    Flink specific server provided values
    GrafanaUserConfig ServiceGrafanaUserConfig
    Grafana user configurable settings
    Grafanas List<ServiceGrafana>
    Grafana specific server provided values
    InfluxdbUserConfig ServiceInfluxdbUserConfig
    Influxdb user configurable settings
    Influxdbs List<ServiceInfluxdb>
    InfluxDB specific server provided values
    KafkaConnectUserConfig ServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    KafkaConnects List<ServiceKafkaConnect>
    Kafka Connect specific server provided values
    KafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    KafkaMirrormakers List<ServiceKafkaMirrormaker>
    Kafka MirrorMaker 2 specific server provided values
    KafkaUserConfig ServiceKafkaUserConfig
    Kafka user configurable settings
    Kafkas List<ServiceKafka>
    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.
    MysqlUserConfig ServiceMysqlUserConfig
    Mysql user configurable settings
    Mysqls List<ServiceMysql>
    MySQL specific server provided values
    OpensearchUserConfig ServiceOpensearchUserConfig
    Opensearch user configurable settings
    Opensearches List<ServiceOpensearch>
    Opensearch specific server provided values
    PgUserConfig ServicePgUserConfig
    Pg user configurable settings
    Pgs List<ServicePg>
    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<ServiceRedi>
    Redis specific server provided values
    RedisUserConfig ServiceRedisUserConfig
    Redis user configurable settings
    ServiceHost string
    Service hostname
    ServiceIntegrations List<ServiceServiceIntegration>
    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.
    CassandraUserConfig ServiceCassandraUserConfigArgs
    Cassandra user configurable settings
    Cassandras []ServiceCassandraArgs
    Cassandra specific server provided values
    ClickhouseUserConfig ServiceClickhouseUserConfigArgs
    Clickhouse user configurable settings
    Clickhouses []ServiceClickhouseArgs
    Clickhouse specific server provided values
    CloudName string
    Cloud the service runs in
    Components []ServiceComponentArgs
    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
    ElasticsearchUserConfig ServiceElasticsearchUserConfigArgs
    Elasticsearch user configurable settings
    Elasticsearches []ServiceElasticsearchArgs
    Elasticsearch specific server provided values
    FlinkUserConfig ServiceFlinkUserConfigArgs
    Flink user configurable settings
    Flinks []ServiceFlinkArgs
    Flink specific server provided values
    GrafanaUserConfig ServiceGrafanaUserConfigArgs
    Grafana user configurable settings
    Grafanas []ServiceGrafanaArgs
    Grafana specific server provided values
    InfluxdbUserConfig ServiceInfluxdbUserConfigArgs
    Influxdb user configurable settings
    Influxdbs []ServiceInfluxdbArgs
    InfluxDB specific server provided values
    KafkaConnectUserConfig ServiceKafkaConnectUserConfigArgs
    Kafka*connect user configurable settings
    KafkaConnects []ServiceKafkaConnectArgs
    Kafka Connect specific server provided values
    KafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfigArgs
    Kafka*mirrormaker user configurable settings
    KafkaMirrormakers []ServiceKafkaMirrormakerArgs
    Kafka MirrorMaker 2 specific server provided values
    KafkaUserConfig ServiceKafkaUserConfigArgs
    Kafka user configurable settings
    Kafkas []ServiceKafkaArgs
    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.
    MysqlUserConfig ServiceMysqlUserConfigArgs
    Mysql user configurable settings
    Mysqls []ServiceMysqlArgs
    MySQL specific server provided values
    OpensearchUserConfig ServiceOpensearchUserConfigArgs
    Opensearch user configurable settings
    Opensearches []ServiceOpensearchArgs
    Opensearch specific server provided values
    PgUserConfig ServicePgUserConfigArgs
    Pg user configurable settings
    Pgs []ServicePgArgs
    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 []ServiceRediArgs
    Redis specific server provided values
    RedisUserConfig ServiceRedisUserConfigArgs
    Redis user configurable settings
    ServiceHost string
    Service hostname
    ServiceIntegrations []ServiceServiceIntegrationArgs
    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.
    cassandraUserConfig ServiceCassandraUserConfig
    Cassandra user configurable settings
    cassandras List<ServiceCassandra>
    Cassandra specific server provided values
    clickhouseUserConfig ServiceClickhouseUserConfig
    Clickhouse user configurable settings
    clickhouses List<ServiceClickhouse>
    Clickhouse specific server provided values
    cloudName String
    Cloud the service runs in
    components List<ServiceComponent>
    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
    elasticsearchUserConfig ServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    elasticsearches List<ServiceElasticsearch>
    Elasticsearch specific server provided values
    flinkUserConfig ServiceFlinkUserConfig
    Flink user configurable settings
    flinks List<ServiceFlink>
    Flink specific server provided values
    grafanaUserConfig ServiceGrafanaUserConfig
    Grafana user configurable settings
    grafanas List<ServiceGrafana>
    Grafana specific server provided values
    influxdbUserConfig ServiceInfluxdbUserConfig
    Influxdb user configurable settings
    influxdbs List<ServiceInfluxdb>
    InfluxDB specific server provided values
    kafkaConnectUserConfig ServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    kafkaConnects List<ServiceKafkaConnect>
    Kafka Connect specific server provided values
    kafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    kafkaMirrormakers List<ServiceKafkaMirrormaker>
    Kafka MirrorMaker 2 specific server provided values
    kafkaUserConfig ServiceKafkaUserConfig
    Kafka user configurable settings
    kafkas List<ServiceKafka>
    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.
    mysqlUserConfig ServiceMysqlUserConfig
    Mysql user configurable settings
    mysqls List<ServiceMysql>
    MySQL specific server provided values
    opensearchUserConfig ServiceOpensearchUserConfig
    Opensearch user configurable settings
    opensearches List<ServiceOpensearch>
    Opensearch specific server provided values
    pgUserConfig ServicePgUserConfig
    Pg user configurable settings
    pgs List<ServicePg>
    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<ServiceRedi>
    Redis specific server provided values
    redisUserConfig ServiceRedisUserConfig
    Redis user configurable settings
    serviceHost String
    Service hostname
    serviceIntegrations List<ServiceServiceIntegration>
    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.
    cassandraUserConfig ServiceCassandraUserConfig
    Cassandra user configurable settings
    cassandras ServiceCassandra[]
    Cassandra specific server provided values
    clickhouseUserConfig ServiceClickhouseUserConfig
    Clickhouse user configurable settings
    clickhouses ServiceClickhouse[]
    Clickhouse specific server provided values
    cloudName string
    Cloud the service runs in
    components ServiceComponent[]
    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
    elasticsearchUserConfig ServiceElasticsearchUserConfig
    Elasticsearch user configurable settings
    elasticsearches ServiceElasticsearch[]
    Elasticsearch specific server provided values
    flinkUserConfig ServiceFlinkUserConfig
    Flink user configurable settings
    flinks ServiceFlink[]
    Flink specific server provided values
    grafanaUserConfig ServiceGrafanaUserConfig
    Grafana user configurable settings
    grafanas ServiceGrafana[]
    Grafana specific server provided values
    influxdbUserConfig ServiceInfluxdbUserConfig
    Influxdb user configurable settings
    influxdbs ServiceInfluxdb[]
    InfluxDB specific server provided values
    kafkaConnectUserConfig ServiceKafkaConnectUserConfig
    Kafka*connect user configurable settings
    kafkaConnects ServiceKafkaConnect[]
    Kafka Connect specific server provided values
    kafkaMirrormakerUserConfig ServiceKafkaMirrormakerUserConfig
    Kafka*mirrormaker user configurable settings
    kafkaMirrormakers ServiceKafkaMirrormaker[]
    Kafka MirrorMaker 2 specific server provided values
    kafkaUserConfig ServiceKafkaUserConfig
    Kafka user configurable settings
    kafkas ServiceKafka[]
    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.
    mysqlUserConfig ServiceMysqlUserConfig
    Mysql user configurable settings
    mysqls ServiceMysql[]
    MySQL specific server provided values
    opensearchUserConfig ServiceOpensearchUserConfig
    Opensearch user configurable settings
    opensearches ServiceOpensearch[]
    Opensearch specific server provided values
    pgUserConfig ServicePgUserConfig
    Pg user configurable settings
    pgs ServicePg[]
    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 ServiceRedi[]
    Redis specific server provided values
    redisUserConfig ServiceRedisUserConfig
    Redis user configurable settings
    serviceHost string
    Service hostname
    serviceIntegrations ServiceServiceIntegration[]
    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_config ServiceCassandraUserConfigArgs
    Cassandra user configurable settings
    cassandras Sequence[ServiceCassandraArgs]
    Cassandra specific server provided values
    clickhouse_user_config ServiceClickhouseUserConfigArgs
    Clickhouse user configurable settings
    clickhouses Sequence[ServiceClickhouseArgs]
    Clickhouse specific server provided values
    cloud_name str
    Cloud the service runs in
    components Sequence[ServiceComponentArgs]
    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_config ServiceElasticsearchUserConfigArgs
    Elasticsearch user configurable settings
    elasticsearches Sequence[ServiceElasticsearchArgs]
    Elasticsearch specific server provided values
    flink_user_config ServiceFlinkUserConfigArgs
    Flink user configurable settings
    flinks Sequence[ServiceFlinkArgs]
    Flink specific server provided values
    grafana_user_config ServiceGrafanaUserConfigArgs
    Grafana user configurable settings
    grafanas Sequence[ServiceGrafanaArgs]
    Grafana specific server provided values
    influxdb_user_config ServiceInfluxdbUserConfigArgs
    Influxdb user configurable settings
    influxdbs Sequence[ServiceInfluxdbArgs]
    InfluxDB specific server provided values
    kafka_connect_user_config ServiceKafkaConnectUserConfigArgs
    Kafka*connect user configurable settings
    kafka_connects Sequence[ServiceKafkaConnectArgs]
    Kafka Connect specific server provided values
    kafka_mirrormaker_user_config ServiceKafkaMirrormakerUserConfigArgs
    Kafka*mirrormaker user configurable settings
    kafka_mirrormakers Sequence[ServiceKafkaMirrormakerArgs]
    Kafka MirrorMaker 2 specific server provided values
    kafka_user_config ServiceKafkaUserConfigArgs
    Kafka user configurable settings
    kafkas Sequence[ServiceKafkaArgs]
    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_config ServiceMysqlUserConfigArgs
    Mysql user configurable settings
    mysqls Sequence[ServiceMysqlArgs]
    MySQL specific server provided values
    opensearch_user_config ServiceOpensearchUserConfigArgs
    Opensearch user configurable settings
    opensearches Sequence[ServiceOpensearchArgs]
    Opensearch specific server provided values
    pg_user_config ServicePgUserConfigArgs
    Pg user configurable settings
    pgs Sequence[ServicePgArgs]
    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[ServiceRediArgs]
    Redis specific server provided values
    redis_user_config ServiceRedisUserConfigArgs
    Redis user configurable settings
    service_host str
    Service hostname
    service_integrations Sequence[ServiceServiceIntegrationArgs]
    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.
    cassandraUserConfig Property Map
    Cassandra user configurable settings
    cassandras List<Property Map>
    Cassandra specific server provided values
    clickhouseUserConfig 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
    elasticsearchUserConfig Property Map
    Elasticsearch user configurable settings
    elasticsearches List<Property Map>
    Elasticsearch specific server provided values
    flinkUserConfig Property Map
    Flink user configurable settings
    flinks List<Property Map>
    Flink specific server provided values
    grafanaUserConfig Property Map
    Grafana user configurable settings
    grafanas List<Property Map>
    Grafana specific server provided values
    influxdbUserConfig Property Map
    Influxdb user configurable settings
    influxdbs List<Property Map>
    InfluxDB specific server provided values
    kafkaConnectUserConfig Property Map
    Kafka*connect user configurable settings
    kafkaConnects List<Property Map>
    Kafka Connect specific server provided values
    kafkaMirrormakerUserConfig Property Map
    Kafka*mirrormaker user configurable settings
    kafkaMirrormakers List<Property Map>
    Kafka MirrorMaker 2 specific server provided values
    kafkaUserConfig 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.
    mysqlUserConfig Property Map
    Mysql user configurable settings
    mysqls List<Property Map>
    MySQL specific server provided values
    opensearchUserConfig Property Map
    Opensearch user configurable settings
    opensearches List<Property Map>
    Opensearch specific server provided values
    pgUserConfig 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
    redisUserConfig 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

    ServiceCassandraUserConfig, ServiceCassandraUserConfigArgs

    Cassandra ServiceCassandraUserConfigCassandra
    cassandra configuration values
    CassandraVersion string
    Cassandra major version
    IpFilters List<string>
    IP filter
    MigrateSstableloader string
    Migration mode for the sstableloader utility
    PrivateAccess ServiceCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    Cassandra ServiceCassandraUserConfigCassandra
    cassandra configuration values
    CassandraVersion string
    Cassandra major version
    IpFilters []string
    IP filter
    MigrateSstableloader string
    Migration mode for the sstableloader utility
    PrivateAccess ServiceCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    cassandra ServiceCassandraUserConfigCassandra
    cassandra configuration values
    cassandraVersion String
    Cassandra major version
    ipFilters List<String>
    IP filter
    migrateSstableloader String
    Migration mode for the sstableloader utility
    privateAccess ServiceCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses
    cassandra ServiceCassandraUserConfigCassandra
    cassandra configuration values
    cassandraVersion string
    Cassandra major version
    ipFilters string[]
    IP filter
    migrateSstableloader string
    Migration mode for the sstableloader utility
    privateAccess ServiceCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps string
    Static IP addresses
    cassandra ServiceCassandraUserConfigCassandra
    cassandra configuration values
    cassandra_version str
    Cassandra major version
    ip_filters Sequence[str]
    IP filter
    migrate_sstableloader str
    Migration mode for the sstableloader utility
    private_access ServiceCassandraUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceCassandraUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips str
    Static IP addresses
    cassandra Property Map
    cassandra configuration values
    cassandraVersion String
    Cassandra major version
    ipFilters List<String>
    IP filter
    migrateSstableloader String
    Migration mode for the sstableloader utility
    privateAccess Property Map
    Allow access to selected service ports from private networks
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses

    ServiceCassandraUserConfigCassandra, ServiceCassandraUserConfigCassandraArgs

    ServiceCassandraUserConfigPrivateAccess, ServiceCassandraUserConfigPrivateAccessArgs

    Prometheus string
    Prometheus string
    prometheus String
    prometheus string
    prometheus String

    ServiceCassandraUserConfigPublicAccess, ServiceCassandraUserConfigPublicAccessArgs

    Prometheus string
    Prometheus string
    prometheus String
    prometheus string
    prometheus String

    ServiceClickhouseUserConfig, ServiceClickhouseUserConfigArgs

    IpFilters List<string>
    IP filter
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    IpFilters []string
    IP filter
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    ipFilters List<String>
    IP filter
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    ipFilters string[]
    IP filter
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    ip_filters Sequence[str]
    IP filter
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    ipFilters List<String>
    IP filter
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.

    ServiceComponent, ServiceComponentArgs

    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

    ServiceElasticsearch, ServiceElasticsearchArgs

    KibanaUri string
    KibanaUri string
    kibanaUri String
    kibanaUri string
    kibanaUri String

    ServiceElasticsearchUserConfig, ServiceElasticsearchUserConfigArgs

    CustomDomain string
    Custom domain
    DisableReplicationFactorAdjustment string
    Disable replication factor adjustment
    Elasticsearch ServiceElasticsearchUserConfigElasticsearch
    Elasticsearch settings
    ElasticsearchVersion string
    Elasticsearch major version
    IndexPatterns List<ServiceElasticsearchUserConfigIndexPattern>
    Index patterns
    IndexTemplate ServiceElasticsearchUserConfigIndexTemplate
    Template settings for all new indexes
    IpFilters List<string>
    IP filter
    KeepIndexRefreshInterval string
    Don't reset index.refresh_interval to the default value
    Kibana ServiceElasticsearchUserConfigKibana
    Kibana settings
    MaxIndexCount string
    Maximum index count
    OpensearchVersion string
    OpenSearch major version
    PrivateAccess ServiceElasticsearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceElasticsearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceElasticsearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    CustomDomain string
    Custom domain
    DisableReplicationFactorAdjustment string
    Disable replication factor adjustment
    Elasticsearch ServiceElasticsearchUserConfigElasticsearch
    Elasticsearch settings
    ElasticsearchVersion string
    Elasticsearch major version
    IndexPatterns []ServiceElasticsearchUserConfigIndexPattern
    Index patterns
    IndexTemplate ServiceElasticsearchUserConfigIndexTemplate
    Template settings for all new indexes
    IpFilters []string
    IP filter
    KeepIndexRefreshInterval string
    Don't reset index.refresh_interval to the default value
    Kibana ServiceElasticsearchUserConfigKibana
    Kibana settings
    MaxIndexCount string
    Maximum index count
    OpensearchVersion string
    OpenSearch major version
    PrivateAccess ServiceElasticsearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceElasticsearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceElasticsearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    customDomain String
    Custom domain
    disableReplicationFactorAdjustment String
    Disable replication factor adjustment
    elasticsearch ServiceElasticsearchUserConfigElasticsearch
    Elasticsearch settings
    elasticsearchVersion String
    Elasticsearch major version
    indexPatterns List<ServiceElasticsearchUserConfigIndexPattern>
    Index patterns
    indexTemplate ServiceElasticsearchUserConfigIndexTemplate
    Template settings for all new indexes
    ipFilters List<String>
    IP filter
    keepIndexRefreshInterval String
    Don't reset index.refresh_interval to the default value
    kibana ServiceElasticsearchUserConfigKibana
    Kibana settings
    maxIndexCount String
    Maximum index count
    opensearchVersion String
    OpenSearch major version
    privateAccess ServiceElasticsearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceElasticsearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceElasticsearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses
    customDomain string
    Custom domain
    disableReplicationFactorAdjustment string
    Disable replication factor adjustment
    elasticsearch ServiceElasticsearchUserConfigElasticsearch
    Elasticsearch settings
    elasticsearchVersion string
    Elasticsearch major version
    indexPatterns ServiceElasticsearchUserConfigIndexPattern[]
    Index patterns
    indexTemplate ServiceElasticsearchUserConfigIndexTemplate
    Template settings for all new indexes
    ipFilters string[]
    IP filter
    keepIndexRefreshInterval string
    Don't reset index.refresh_interval to the default value
    kibana ServiceElasticsearchUserConfigKibana
    Kibana settings
    maxIndexCount string
    Maximum index count
    opensearchVersion string
    OpenSearch major version
    privateAccess ServiceElasticsearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceElasticsearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceElasticsearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName string
    Name of the basebackup to restore in forked service
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps string
    Static IP addresses
    custom_domain str
    Custom domain
    disable_replication_factor_adjustment str
    Disable replication factor adjustment
    elasticsearch ServiceElasticsearchUserConfigElasticsearch
    Elasticsearch settings
    elasticsearch_version str
    Elasticsearch major version
    index_patterns Sequence[ServiceElasticsearchUserConfigIndexPattern]
    Index patterns
    index_template ServiceElasticsearchUserConfigIndexTemplate
    Template settings for all new indexes
    ip_filters Sequence[str]
    IP filter
    keep_index_refresh_interval str
    Don't reset index.refresh_interval to the default value
    kibana ServiceElasticsearchUserConfigKibana
    Kibana settings
    max_index_count str
    Maximum index count
    opensearch_version str
    OpenSearch major version
    private_access ServiceElasticsearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceElasticsearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceElasticsearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_basebackup_name str
    Name of the basebackup to restore in forked service
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips str
    Static IP addresses
    customDomain String
    Custom domain
    disableReplicationFactorAdjustment String
    Disable replication factor adjustment
    elasticsearch Property Map
    Elasticsearch settings
    elasticsearchVersion String
    Elasticsearch major version
    indexPatterns List<Property Map>
    Index patterns
    indexTemplate Property Map
    Template settings for all new indexes
    ipFilters List<String>
    IP filter
    keepIndexRefreshInterval String
    Don't reset index.refresh_interval to the default value
    kibana Property Map
    Kibana settings
    maxIndexCount String
    Maximum index count
    opensearchVersion String
    OpenSearch major version
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses

    ServiceElasticsearchUserConfigElasticsearch, ServiceElasticsearchUserConfigElasticsearchArgs

    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

    ServiceElasticsearchUserConfigIndexPattern, ServiceElasticsearchUserConfigIndexPatternArgs

    ServiceElasticsearchUserConfigIndexTemplate, ServiceElasticsearchUserConfigIndexTemplateArgs

    ServiceElasticsearchUserConfigKibana, ServiceElasticsearchUserConfigKibanaArgs

    ServiceElasticsearchUserConfigPrivateAccess, ServiceElasticsearchUserConfigPrivateAccessArgs

    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

    ServiceElasticsearchUserConfigPrivatelinkAccess, ServiceElasticsearchUserConfigPrivatelinkAccessArgs

    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

    ServiceElasticsearchUserConfigPublicAccess, ServiceElasticsearchUserConfigPublicAccessArgs

    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>
    Host and Port of a Flink server
    HostPorts []string
    Host and Port of a Flink server
    hostPorts List<String>
    Host and Port of a Flink server
    hostPorts string[]
    Host and Port of a Flink server
    host_ports Sequence[str]
    Host and Port of a Flink server
    hostPorts List<String>
    Host and Port of a Flink server

    ServiceFlinkUserConfig, ServiceFlinkUserConfigArgs

    ExecutionCheckpointingIntervalMs string
    Flink execution.checkpointing.interval in milliseconds
    ExecutionCheckpointingTimeoutMs string
    Flink execution.checkpointing.timeout in milliseconds
    FlinkVersion string
    Flink major version
    IpFilters List<string>
    IP filter
    NumberOfTaskSlots string
    Flink taskmanager.numberOfTaskSlots
    ParallelismDefault string
    Flink parallelism.default
    PrivatelinkAccess ServiceFlinkUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    RestartStrategy string
    Flink restart-strategy
    RestartStrategyDelaySec string
    Flink restart-strategy.failure-rate.delay in seconds
    RestartStrategyFailureRateIntervalMin string
    Flink restart-strategy.failure-rate.failure-rate-interval in minutes
    RestartStrategyMaxFailures string
    Flink restart-strategy.failure-rate.max-failures-per-interval
    ExecutionCheckpointingIntervalMs string
    Flink execution.checkpointing.interval in milliseconds
    ExecutionCheckpointingTimeoutMs string
    Flink execution.checkpointing.timeout in milliseconds
    FlinkVersion string
    Flink major version
    IpFilters []string
    IP filter
    NumberOfTaskSlots string
    Flink taskmanager.numberOfTaskSlots
    ParallelismDefault string
    Flink parallelism.default
    PrivatelinkAccess ServiceFlinkUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    RestartStrategy string
    Flink restart-strategy
    RestartStrategyDelaySec string
    Flink restart-strategy.failure-rate.delay in seconds
    RestartStrategyFailureRateIntervalMin string
    Flink restart-strategy.failure-rate.failure-rate-interval in minutes
    RestartStrategyMaxFailures string
    Flink restart-strategy.failure-rate.max-failures-per-interval
    executionCheckpointingIntervalMs String
    Flink execution.checkpointing.interval in milliseconds
    executionCheckpointingTimeoutMs String
    Flink execution.checkpointing.timeout in milliseconds
    flinkVersion String
    Flink major version
    ipFilters List<String>
    IP filter
    numberOfTaskSlots String
    Flink taskmanager.numberOfTaskSlots
    parallelismDefault String
    Flink parallelism.default
    privatelinkAccess ServiceFlinkUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    restartStrategy String
    Flink restart-strategy
    restartStrategyDelaySec String
    Flink restart-strategy.failure-rate.delay in seconds
    restartStrategyFailureRateIntervalMin String
    Flink restart-strategy.failure-rate.failure-rate-interval in minutes
    restartStrategyMaxFailures String
    Flink restart-strategy.failure-rate.max-failures-per-interval
    executionCheckpointingIntervalMs string
    Flink execution.checkpointing.interval in milliseconds
    executionCheckpointingTimeoutMs string
    Flink execution.checkpointing.timeout in milliseconds
    flinkVersion string
    Flink major version
    ipFilters string[]
    IP filter
    numberOfTaskSlots string
    Flink taskmanager.numberOfTaskSlots
    parallelismDefault string
    Flink parallelism.default
    privatelinkAccess ServiceFlinkUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    restartStrategy string
    Flink restart-strategy
    restartStrategyDelaySec string
    Flink restart-strategy.failure-rate.delay in seconds
    restartStrategyFailureRateIntervalMin string
    Flink restart-strategy.failure-rate.failure-rate-interval in minutes
    restartStrategyMaxFailures string
    Flink restart-strategy.failure-rate.max-failures-per-interval
    execution_checkpointing_interval_ms str
    Flink execution.checkpointing.interval in milliseconds
    execution_checkpointing_timeout_ms str
    Flink execution.checkpointing.timeout in milliseconds
    flink_version str
    Flink major version
    ip_filters Sequence[str]
    IP filter
    number_of_task_slots str
    Flink taskmanager.numberOfTaskSlots
    parallelism_default str
    Flink parallelism.default
    privatelink_access ServiceFlinkUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    restart_strategy str
    Flink restart-strategy
    restart_strategy_delay_sec str
    Flink restart-strategy.failure-rate.delay in seconds
    restart_strategy_failure_rate_interval_min str
    Flink restart-strategy.failure-rate.failure-rate-interval in minutes
    restart_strategy_max_failures str
    Flink restart-strategy.failure-rate.max-failures-per-interval
    executionCheckpointingIntervalMs String
    Flink execution.checkpointing.interval in milliseconds
    executionCheckpointingTimeoutMs String
    Flink execution.checkpointing.timeout in milliseconds
    flinkVersion String
    Flink major version
    ipFilters List<String>
    IP filter
    numberOfTaskSlots String
    Flink taskmanager.numberOfTaskSlots
    parallelismDefault String
    Flink parallelism.default
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    restartStrategy String
    Flink restart-strategy
    restartStrategyDelaySec String
    Flink restart-strategy.failure-rate.delay in seconds
    restartStrategyFailureRateIntervalMin String
    Flink restart-strategy.failure-rate.failure-rate-interval in minutes
    restartStrategyMaxFailures String
    Flink restart-strategy.failure-rate.max-failures-per-interval

    ServiceFlinkUserConfigPrivatelinkAccess, ServiceFlinkUserConfigPrivatelinkAccessArgs

    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

    ServiceGrafanaUserConfig, ServiceGrafanaUserConfigArgs

    AlertingEnabled string
    Enable or disable Grafana alerting functionality
    AlertingErrorOrTimeout string
    Default error or timeout setting for new alerting rules
    AlertingMaxAnnotationsToKeep string
    Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
    AlertingNodataOrNullvalues string
    Default value for 'no data or null values' for new alerting rules
    AllowEmbedding string
    Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
    AuthAzuread ServiceGrafanaUserConfigAuthAzuread
    Azure AD OAuth integration
    AuthBasicEnabled string
    Enable or disable basic authentication form, used by Grafana built-in login
    AuthGenericOauth ServiceGrafanaUserConfigAuthGenericOauth
    Generic OAuth integration
    AuthGithub ServiceGrafanaUserConfigAuthGithub
    Github Auth integration
    AuthGitlab ServiceGrafanaUserConfigAuthGitlab
    GitLab Auth integration
    AuthGoogle ServiceGrafanaUserConfigAuthGoogle
    Google Auth integration
    CookieSamesite string
    Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
    CustomDomain string
    Custom domain
    DashboardsMinRefreshInterval string
    Minimum refresh interval
    DashboardsVersionsToKeep string
    Dashboard versions to keep per dashboard
    DataproxySendUserHeader string
    Send 'X-Grafana-User' header to data source
    DataproxyTimeout string
    Timeout for data proxy requests in seconds
    DateFormats ServiceGrafanaUserConfigDateFormats
    Grafana date format specifications
    DisableGravatar string
    Set to true to disable gravatar. Defaults to false (gravatar is enabled)
    EditorsCanAdmin string
    Editors can manage folders, teams and dashboards created by them
    ExternalImageStorage ServiceGrafanaUserConfigExternalImageStorage
    External image store settings
    GoogleAnalyticsUaId string
    Google Analytics ID
    IpFilters List<string>
    IP filter
    MetricsEnabled string
    Enable Grafana /metrics endpoint
    PrivateAccess ServiceGrafanaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceGrafanaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceGrafanaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    SmtpServer ServiceGrafanaUserConfigSmtpServer
    SMTP server settings
    StaticIps string
    Static IP addresses
    UserAutoAssignOrg string
    Auto-assign new users on signup to main organization. Defaults to false
    UserAutoAssignOrgRole string
    Set role for new signups. Defaults to Viewer
    ViewersCanEdit string
    Users with view-only permission can edit but not save dashboards
    AlertingEnabled string
    Enable or disable Grafana alerting functionality
    AlertingErrorOrTimeout string
    Default error or timeout setting for new alerting rules
    AlertingMaxAnnotationsToKeep string
    Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
    AlertingNodataOrNullvalues string
    Default value for 'no data or null values' for new alerting rules
    AllowEmbedding string
    Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
    AuthAzuread ServiceGrafanaUserConfigAuthAzuread
    Azure AD OAuth integration
    AuthBasicEnabled string
    Enable or disable basic authentication form, used by Grafana built-in login
    AuthGenericOauth ServiceGrafanaUserConfigAuthGenericOauth
    Generic OAuth integration
    AuthGithub ServiceGrafanaUserConfigAuthGithub
    Github Auth integration
    AuthGitlab ServiceGrafanaUserConfigAuthGitlab
    GitLab Auth integration
    AuthGoogle ServiceGrafanaUserConfigAuthGoogle
    Google Auth integration
    CookieSamesite string
    Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
    CustomDomain string
    Custom domain
    DashboardsMinRefreshInterval string
    Minimum refresh interval
    DashboardsVersionsToKeep string
    Dashboard versions to keep per dashboard
    DataproxySendUserHeader string
    Send 'X-Grafana-User' header to data source
    DataproxyTimeout string
    Timeout for data proxy requests in seconds
    DateFormats ServiceGrafanaUserConfigDateFormats
    Grafana date format specifications
    DisableGravatar string
    Set to true to disable gravatar. Defaults to false (gravatar is enabled)
    EditorsCanAdmin string
    Editors can manage folders, teams and dashboards created by them
    ExternalImageStorage ServiceGrafanaUserConfigExternalImageStorage
    External image store settings
    GoogleAnalyticsUaId string
    Google Analytics ID
    IpFilters []string
    IP filter
    MetricsEnabled string
    Enable Grafana /metrics endpoint
    PrivateAccess ServiceGrafanaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceGrafanaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceGrafanaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    SmtpServer ServiceGrafanaUserConfigSmtpServer
    SMTP server settings
    StaticIps string
    Static IP addresses
    UserAutoAssignOrg string
    Auto-assign new users on signup to main organization. Defaults to false
    UserAutoAssignOrgRole string
    Set role for new signups. Defaults to Viewer
    ViewersCanEdit string
    Users with view-only permission can edit but not save dashboards
    alertingEnabled String
    Enable or disable Grafana alerting functionality
    alertingErrorOrTimeout String
    Default error or timeout setting for new alerting rules
    alertingMaxAnnotationsToKeep String
    Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
    alertingNodataOrNullvalues String
    Default value for 'no data or null values' for new alerting rules
    allowEmbedding String
    Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
    authAzuread ServiceGrafanaUserConfigAuthAzuread
    Azure AD OAuth integration
    authBasicEnabled String
    Enable or disable basic authentication form, used by Grafana built-in login
    authGenericOauth ServiceGrafanaUserConfigAuthGenericOauth
    Generic OAuth integration
    authGithub ServiceGrafanaUserConfigAuthGithub
    Github Auth integration
    authGitlab ServiceGrafanaUserConfigAuthGitlab
    GitLab Auth integration
    authGoogle ServiceGrafanaUserConfigAuthGoogle
    Google Auth integration
    cookieSamesite String
    Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
    customDomain String
    Custom domain
    dashboardsMinRefreshInterval String
    Minimum refresh interval
    dashboardsVersionsToKeep String
    Dashboard versions to keep per dashboard
    dataproxySendUserHeader String
    Send 'X-Grafana-User' header to data source
    dataproxyTimeout String
    Timeout for data proxy requests in seconds
    dateFormats ServiceGrafanaUserConfigDateFormats
    Grafana date format specifications
    disableGravatar String
    Set to true to disable gravatar. Defaults to false (gravatar is enabled)
    editorsCanAdmin String
    Editors can manage folders, teams and dashboards created by them
    externalImageStorage ServiceGrafanaUserConfigExternalImageStorage
    External image store settings
    googleAnalyticsUaId String
    Google Analytics ID
    ipFilters List<String>
    IP filter
    metricsEnabled String
    Enable Grafana /metrics endpoint
    privateAccess ServiceGrafanaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceGrafanaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceGrafanaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    smtpServer ServiceGrafanaUserConfigSmtpServer
    SMTP server settings
    staticIps String
    Static IP addresses
    userAutoAssignOrg String
    Auto-assign new users on signup to main organization. Defaults to false
    userAutoAssignOrgRole String
    Set role for new signups. Defaults to Viewer
    viewersCanEdit String
    Users with view-only permission can edit but not save dashboards
    alertingEnabled string
    Enable or disable Grafana alerting functionality
    alertingErrorOrTimeout string
    Default error or timeout setting for new alerting rules
    alertingMaxAnnotationsToKeep string
    Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
    alertingNodataOrNullvalues string
    Default value for 'no data or null values' for new alerting rules
    allowEmbedding string
    Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
    authAzuread ServiceGrafanaUserConfigAuthAzuread
    Azure AD OAuth integration
    authBasicEnabled string
    Enable or disable basic authentication form, used by Grafana built-in login
    authGenericOauth ServiceGrafanaUserConfigAuthGenericOauth
    Generic OAuth integration
    authGithub ServiceGrafanaUserConfigAuthGithub
    Github Auth integration
    authGitlab ServiceGrafanaUserConfigAuthGitlab
    GitLab Auth integration
    authGoogle ServiceGrafanaUserConfigAuthGoogle
    Google Auth integration
    cookieSamesite string
    Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
    customDomain string
    Custom domain
    dashboardsMinRefreshInterval string
    Minimum refresh interval
    dashboardsVersionsToKeep string
    Dashboard versions to keep per dashboard
    dataproxySendUserHeader string
    Send 'X-Grafana-User' header to data source
    dataproxyTimeout string
    Timeout for data proxy requests in seconds
    dateFormats ServiceGrafanaUserConfigDateFormats
    Grafana date format specifications
    disableGravatar string
    Set to true to disable gravatar. Defaults to false (gravatar is enabled)
    editorsCanAdmin string
    Editors can manage folders, teams and dashboards created by them
    externalImageStorage ServiceGrafanaUserConfigExternalImageStorage
    External image store settings
    googleAnalyticsUaId string
    Google Analytics ID
    ipFilters string[]
    IP filter
    metricsEnabled string
    Enable Grafana /metrics endpoint
    privateAccess ServiceGrafanaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceGrafanaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceGrafanaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName string
    Name of the basebackup to restore in forked service
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    smtpServer ServiceGrafanaUserConfigSmtpServer
    SMTP server settings
    staticIps string
    Static IP addresses
    userAutoAssignOrg string
    Auto-assign new users on signup to main organization. Defaults to false
    userAutoAssignOrgRole string
    Set role for new signups. Defaults to Viewer
    viewersCanEdit string
    Users with view-only permission can edit but not save dashboards
    alerting_enabled str
    Enable or disable Grafana alerting functionality
    alerting_error_or_timeout str
    Default error or timeout setting for new alerting rules
    alerting_max_annotations_to_keep str
    Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
    alerting_nodata_or_nullvalues str
    Default value for 'no data or null values' for new alerting rules
    allow_embedding str
    Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
    auth_azuread ServiceGrafanaUserConfigAuthAzuread
    Azure AD OAuth integration
    auth_basic_enabled str
    Enable or disable basic authentication form, used by Grafana built-in login
    auth_generic_oauth ServiceGrafanaUserConfigAuthGenericOauth
    Generic OAuth integration
    auth_github ServiceGrafanaUserConfigAuthGithub
    Github Auth integration
    auth_gitlab ServiceGrafanaUserConfigAuthGitlab
    GitLab Auth integration
    auth_google ServiceGrafanaUserConfigAuthGoogle
    Google Auth integration
    cookie_samesite str
    Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
    custom_domain str
    Custom domain
    dashboards_min_refresh_interval str
    Minimum refresh interval
    dashboards_versions_to_keep str
    Dashboard versions to keep per dashboard
    dataproxy_send_user_header str
    Send 'X-Grafana-User' header to data source
    dataproxy_timeout str
    Timeout for data proxy requests in seconds
    date_formats ServiceGrafanaUserConfigDateFormats
    Grafana date format specifications
    disable_gravatar str
    Set to true to disable gravatar. Defaults to false (gravatar is enabled)
    editors_can_admin str
    Editors can manage folders, teams and dashboards created by them
    external_image_storage ServiceGrafanaUserConfigExternalImageStorage
    External image store settings
    google_analytics_ua_id str
    Google Analytics ID
    ip_filters Sequence[str]
    IP filter
    metrics_enabled str
    Enable Grafana /metrics endpoint
    private_access ServiceGrafanaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceGrafanaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceGrafanaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_basebackup_name str
    Name of the basebackup to restore in forked service
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    smtp_server ServiceGrafanaUserConfigSmtpServer
    SMTP server settings
    static_ips str
    Static IP addresses
    user_auto_assign_org str
    Auto-assign new users on signup to main organization. Defaults to false
    user_auto_assign_org_role str
    Set role for new signups. Defaults to Viewer
    viewers_can_edit str
    Users with view-only permission can edit but not save dashboards
    alertingEnabled String
    Enable or disable Grafana alerting functionality
    alertingErrorOrTimeout String
    Default error or timeout setting for new alerting rules
    alertingMaxAnnotationsToKeep String
    Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
    alertingNodataOrNullvalues String
    Default value for 'no data or null values' for new alerting rules
    allowEmbedding String
    Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
    authAzuread Property Map
    Azure AD OAuth integration
    authBasicEnabled String
    Enable or disable basic authentication form, used by Grafana built-in login
    authGenericOauth Property Map
    Generic OAuth integration
    authGithub Property Map
    Github Auth integration
    authGitlab Property Map
    GitLab Auth integration
    authGoogle Property Map
    Google Auth integration
    cookieSamesite String
    Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
    customDomain String
    Custom domain
    dashboardsMinRefreshInterval String
    Minimum refresh interval
    dashboardsVersionsToKeep String
    Dashboard versions to keep per dashboard
    dataproxySendUserHeader String
    Send 'X-Grafana-User' header to data source
    dataproxyTimeout String
    Timeout for data proxy requests in seconds
    dateFormats Property Map
    Grafana date format specifications
    disableGravatar String
    Set to true to disable gravatar. Defaults to false (gravatar is enabled)
    editorsCanAdmin String
    Editors can manage folders, teams and dashboards created by them
    externalImageStorage Property Map
    External image store settings
    googleAnalyticsUaId String
    Google Analytics ID
    ipFilters List<String>
    IP filter
    metricsEnabled String
    Enable Grafana /metrics endpoint
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    smtpServer Property Map
    SMTP server settings
    staticIps String
    Static IP addresses
    userAutoAssignOrg String
    Auto-assign new users on signup to main organization. Defaults to false
    userAutoAssignOrgRole String
    Set role for new signups. Defaults to Viewer
    viewersCanEdit String
    Users with view-only permission can edit but not save dashboards

    ServiceGrafanaUserConfigAuthAzuread, ServiceGrafanaUserConfigAuthAzureadArgs

    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

    ServiceGrafanaUserConfigAuthGenericOauth, ServiceGrafanaUserConfigAuthGenericOauthArgs

    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

    ServiceGrafanaUserConfigAuthGithub, ServiceGrafanaUserConfigAuthGithubArgs

    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>

    ServiceGrafanaUserConfigAuthGitlab, ServiceGrafanaUserConfigAuthGitlabArgs

    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

    ServiceGrafanaUserConfigAuthGoogle, ServiceGrafanaUserConfigAuthGoogleArgs

    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

    ServiceGrafanaUserConfigDateFormats, ServiceGrafanaUserConfigDateFormatsArgs

    ServiceGrafanaUserConfigExternalImageStorage, ServiceGrafanaUserConfigExternalImageStorageArgs

    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

    ServiceGrafanaUserConfigPrivateAccess, ServiceGrafanaUserConfigPrivateAccessArgs

    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

    ServiceGrafanaUserConfigPrivatelinkAccess, ServiceGrafanaUserConfigPrivatelinkAccessArgs

    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

    ServiceGrafanaUserConfigPublicAccess, ServiceGrafanaUserConfigPublicAccessArgs

    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

    ServiceGrafanaUserConfigSmtpServer, ServiceGrafanaUserConfigSmtpServerArgs

    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

    ServiceInfluxdb, ServiceInfluxdbArgs

    ServiceInfluxdbUserConfig, ServiceInfluxdbUserConfigArgs

    CustomDomain string
    Custom domain
    Influxdb ServiceInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    IpFilters List<string>
    IP filter
    PrivateAccess ServiceInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    CustomDomain string
    Custom domain
    Influxdb ServiceInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    IpFilters []string
    IP filter
    PrivateAccess ServiceInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    customDomain String
    Custom domain
    influxdb ServiceInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    ipFilters List<String>
    IP filter
    privateAccess ServiceInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses
    customDomain string
    Custom domain
    influxdb ServiceInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    ipFilters string[]
    IP filter
    privateAccess ServiceInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName string
    Name of the basebackup to restore in forked service
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps string
    Static IP addresses
    custom_domain str
    Custom domain
    influxdb ServiceInfluxdbUserConfigInfluxdb
    influxdb.conf configuration values
    ip_filters Sequence[str]
    IP filter
    private_access ServiceInfluxdbUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceInfluxdbUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceInfluxdbUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_basebackup_name str
    Name of the basebackup to restore in forked service
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips str
    Static IP addresses
    customDomain String
    Custom domain
    influxdb Property Map
    influxdb.conf configuration values
    ipFilters List<String>
    IP filter
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses

    ServiceInfluxdbUserConfigInfluxdb, ServiceInfluxdbUserConfigInfluxdbArgs

    ServiceInfluxdbUserConfigPrivateAccess, ServiceInfluxdbUserConfigPrivateAccessArgs

    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

    ServiceInfluxdbUserConfigPrivatelinkAccess, ServiceInfluxdbUserConfigPrivatelinkAccessArgs

    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

    ServiceInfluxdbUserConfigPublicAccess, ServiceInfluxdbUserConfigPublicAccessArgs

    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

    ServiceKafka, ServiceKafkaArgs

    AccessCert string
    The Kafka client certificate
    AccessKey string
    The Kafka client certificate key
    ConnectUri string
    The Kafka Connect URI, if any
    RestUri string
    The Kafka REST URI, if any
    SchemaRegistryUri string
    The Schema Registry URI, if any
    AccessCert string
    The Kafka client certificate
    AccessKey string
    The Kafka client certificate key
    ConnectUri string
    The Kafka Connect URI, if any
    RestUri string
    The Kafka REST URI, if any
    SchemaRegistryUri string
    The Schema Registry URI, if any
    accessCert String
    The Kafka client certificate
    accessKey String
    The Kafka client certificate key
    connectUri String
    The Kafka Connect URI, if any
    restUri String
    The Kafka REST URI, if any
    schemaRegistryUri String
    The Schema Registry URI, if any
    accessCert string
    The Kafka client certificate
    accessKey string
    The Kafka client certificate key
    connectUri string
    The Kafka Connect URI, if any
    restUri string
    The Kafka REST URI, if any
    schemaRegistryUri string
    The Schema Registry URI, if any
    access_cert str
    The Kafka client certificate
    access_key str
    The Kafka client certificate key
    connect_uri str
    The Kafka Connect URI, if any
    rest_uri str
    The Kafka REST URI, if any
    schema_registry_uri str
    The Schema Registry URI, if any
    accessCert String
    The Kafka client certificate
    accessKey String
    The Kafka client certificate key
    connectUri String
    The Kafka Connect URI, if any
    restUri String
    The Kafka REST URI, if any
    schemaRegistryUri String
    The Schema Registry URI, if any

    ServiceKafkaConnectUserConfig, ServiceKafkaConnectUserConfigArgs

    IpFilters List<string>
    IP filter
    KafkaConnect ServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect configuration values
    PrivateAccess ServiceKafkaConnectUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceKafkaConnectUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    PublicAccess ServiceKafkaConnectUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    StaticIps string
    Static IP addresses
    IpFilters []string
    IP filter
    KafkaConnect ServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect configuration values
    PrivateAccess ServiceKafkaConnectUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceKafkaConnectUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    PublicAccess ServiceKafkaConnectUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    StaticIps string
    Static IP addresses
    ipFilters List<String>
    IP filter
    kafkaConnect ServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect configuration values
    privateAccess ServiceKafkaConnectUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceKafkaConnectUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    publicAccess ServiceKafkaConnectUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    staticIps String
    Static IP addresses
    ipFilters string[]
    IP filter
    kafkaConnect ServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect configuration values
    privateAccess ServiceKafkaConnectUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceKafkaConnectUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    publicAccess ServiceKafkaConnectUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    staticIps string
    Static IP addresses
    ip_filters Sequence[str]
    IP filter
    kafka_connect ServiceKafkaConnectUserConfigKafkaConnect
    Kafka Connect configuration values
    private_access ServiceKafkaConnectUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceKafkaConnectUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    public_access ServiceKafkaConnectUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    static_ips str
    Static IP addresses
    ipFilters List<String>
    IP filter
    kafkaConnect Property Map
    Kafka Connect configuration values
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    staticIps String
    Static IP addresses

    ServiceKafkaConnectUserConfigKafkaConnect, ServiceKafkaConnectUserConfigKafkaConnectArgs

    ServiceKafkaConnectUserConfigPrivateAccess, ServiceKafkaConnectUserConfigPrivateAccessArgs

    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

    ServiceKafkaConnectUserConfigPrivatelinkAccess, ServiceKafkaConnectUserConfigPrivatelinkAccessArgs

    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

    ServiceKafkaConnectUserConfigPublicAccess, ServiceKafkaConnectUserConfigPublicAccessArgs

    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

    ServiceKafkaMirrormakerUserConfig, ServiceKafkaMirrormakerUserConfigArgs

    IpFilters List<string>
    IP filter
    KafkaMirrormaker ServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker configuration values
    StaticIps string
    Static IP addresses
    IpFilters []string
    IP filter
    KafkaMirrormaker ServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker configuration values
    StaticIps string
    Static IP addresses
    ipFilters List<String>
    IP filter
    kafkaMirrormaker ServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker configuration values
    staticIps String
    Static IP addresses
    ipFilters string[]
    IP filter
    kafkaMirrormaker ServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker configuration values
    staticIps string
    Static IP addresses
    ip_filters Sequence[str]
    IP filter
    kafka_mirrormaker ServiceKafkaMirrormakerUserConfigKafkaMirrormaker
    Kafka MirrorMaker configuration values
    static_ips str
    Static IP addresses
    ipFilters List<String>
    IP filter
    kafkaMirrormaker Property Map
    Kafka MirrorMaker configuration values
    staticIps String
    Static IP addresses

    ServiceKafkaMirrormakerUserConfigKafkaMirrormaker, ServiceKafkaMirrormakerUserConfigKafkaMirrormakerArgs

    ServiceKafkaUserConfig, ServiceKafkaUserConfigArgs

    CustomDomain string
    Custom domain
    IpFilters List<string>
    IP filter
    Kafka ServiceKafkaUserConfigKafka
    Kafka broker configuration values
    KafkaAuthenticationMethods ServiceKafkaUserConfigKafkaAuthenticationMethods
    Kafka authentication methods
    KafkaConnect string
    Enable Kafka Connect service
    KafkaConnectConfig ServiceKafkaUserConfigKafkaConnectConfig
    Kafka Connect configuration values
    KafkaRest string
    Enable Kafka-REST service
    KafkaRestConfig ServiceKafkaUserConfigKafkaRestConfig
    Kafka REST configuration
    KafkaVersion string
    Kafka major version
    PrivateAccess ServiceKafkaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceKafkaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    PublicAccess ServiceKafkaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    SchemaRegistry string
    Enable Schema-Registry service
    SchemaRegistryConfig ServiceKafkaUserConfigSchemaRegistryConfig
    Schema Registry configuration
    StaticIps string
    Static IP addresses
    CustomDomain string
    Custom domain
    IpFilters []string
    IP filter
    Kafka ServiceKafkaUserConfigKafka
    Kafka broker configuration values
    KafkaAuthenticationMethods ServiceKafkaUserConfigKafkaAuthenticationMethods
    Kafka authentication methods
    KafkaConnect string
    Enable Kafka Connect service
    KafkaConnectConfig ServiceKafkaUserConfigKafkaConnectConfig
    Kafka Connect configuration values
    KafkaRest string
    Enable Kafka-REST service
    KafkaRestConfig ServiceKafkaUserConfigKafkaRestConfig
    Kafka REST configuration
    KafkaVersion string
    Kafka major version
    PrivateAccess ServiceKafkaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceKafkaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    PublicAccess ServiceKafkaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    SchemaRegistry string
    Enable Schema-Registry service
    SchemaRegistryConfig ServiceKafkaUserConfigSchemaRegistryConfig
    Schema Registry configuration
    StaticIps string
    Static IP addresses
    customDomain String
    Custom domain
    ipFilters List<String>
    IP filter
    kafka ServiceKafkaUserConfigKafka
    Kafka broker configuration values
    kafkaAuthenticationMethods ServiceKafkaUserConfigKafkaAuthenticationMethods
    Kafka authentication methods
    kafkaConnect String
    Enable Kafka Connect service
    kafkaConnectConfig ServiceKafkaUserConfigKafkaConnectConfig
    Kafka Connect configuration values
    kafkaRest String
    Enable Kafka-REST service
    kafkaRestConfig ServiceKafkaUserConfigKafkaRestConfig
    Kafka REST configuration
    kafkaVersion String
    Kafka major version
    privateAccess ServiceKafkaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceKafkaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    publicAccess ServiceKafkaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    schemaRegistry String
    Enable Schema-Registry service
    schemaRegistryConfig ServiceKafkaUserConfigSchemaRegistryConfig
    Schema Registry configuration
    staticIps String
    Static IP addresses
    customDomain string
    Custom domain
    ipFilters string[]
    IP filter
    kafka ServiceKafkaUserConfigKafka
    Kafka broker configuration values
    kafkaAuthenticationMethods ServiceKafkaUserConfigKafkaAuthenticationMethods
    Kafka authentication methods
    kafkaConnect string
    Enable Kafka Connect service
    kafkaConnectConfig ServiceKafkaUserConfigKafkaConnectConfig
    Kafka Connect configuration values
    kafkaRest string
    Enable Kafka-REST service
    kafkaRestConfig ServiceKafkaUserConfigKafkaRestConfig
    Kafka REST configuration
    kafkaVersion string
    Kafka major version
    privateAccess ServiceKafkaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceKafkaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    publicAccess ServiceKafkaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    schemaRegistry string
    Enable Schema-Registry service
    schemaRegistryConfig ServiceKafkaUserConfigSchemaRegistryConfig
    Schema Registry configuration
    staticIps string
    Static IP addresses
    custom_domain str
    Custom domain
    ip_filters Sequence[str]
    IP filter
    kafka ServiceKafkaUserConfigKafka
    Kafka broker configuration values
    kafka_authentication_methods ServiceKafkaUserConfigKafkaAuthenticationMethods
    Kafka authentication methods
    kafka_connect str
    Enable Kafka Connect service
    kafka_connect_config ServiceKafkaUserConfigKafkaConnectConfig
    Kafka Connect configuration values
    kafka_rest str
    Enable Kafka-REST service
    kafka_rest_config ServiceKafkaUserConfigKafkaRestConfig
    Kafka REST configuration
    kafka_version str
    Kafka major version
    private_access ServiceKafkaUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceKafkaUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    public_access ServiceKafkaUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    schema_registry str
    Enable Schema-Registry service
    schema_registry_config ServiceKafkaUserConfigSchemaRegistryConfig
    Schema Registry configuration
    static_ips str
    Static IP addresses
    customDomain String
    Custom domain
    ipFilters List<String>
    IP filter
    kafka Property Map
    Kafka broker configuration values
    kafkaAuthenticationMethods Property Map
    Kafka authentication methods
    kafkaConnect String
    Enable Kafka Connect service
    kafkaConnectConfig Property Map
    Kafka Connect configuration values
    kafkaRest String
    Enable Kafka-REST service
    kafkaRestConfig Property Map
    Kafka REST configuration
    kafkaVersion String
    Kafka major version
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    schemaRegistry String
    Enable Schema-Registry service
    schemaRegistryConfig Property Map
    Schema Registry configuration
    staticIps String
    Static IP addresses

    ServiceKafkaUserConfigKafka, ServiceKafkaUserConfigKafkaArgs

    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

    ServiceKafkaUserConfigKafkaAuthenticationMethods, ServiceKafkaUserConfigKafkaAuthenticationMethodsArgs

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

    ServiceKafkaUserConfigKafkaConnectConfig, ServiceKafkaUserConfigKafkaConnectConfigArgs

    ServiceKafkaUserConfigKafkaRestConfig, ServiceKafkaUserConfigKafkaRestConfigArgs

    ServiceKafkaUserConfigPrivateAccess, ServiceKafkaUserConfigPrivateAccessArgs

    Prometheus string
    Prometheus string
    prometheus String
    prometheus string
    prometheus String

    ServiceKafkaUserConfigPrivatelinkAccess, ServiceKafkaUserConfigPrivatelinkAccessArgs

    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

    ServiceKafkaUserConfigPublicAccess, ServiceKafkaUserConfigPublicAccessArgs

    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

    ServiceKafkaUserConfigSchemaRegistryConfig, ServiceKafkaUserConfigSchemaRegistryConfigArgs

    ServiceMysqlUserConfig, ServiceMysqlUserConfigArgs

    AdminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    AdminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    BackupHour string
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    BackupMinute string
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    BinlogRetentionPeriod string
    The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
    IpFilters List<string>
    IP filter
    Migration ServiceMysqlUserConfigMigration
    Migrate data from existing server
    Mysql ServiceMysqlUserConfigMysql
    mysql.conf configuration values
    MysqlVersion string
    MySQL major version
    PrivateAccess ServiceMysqlUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceMysqlUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceMysqlUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    AdminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    AdminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    BackupHour string
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    BackupMinute string
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    BinlogRetentionPeriod string
    The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
    IpFilters []string
    IP filter
    Migration ServiceMysqlUserConfigMigration
    Migrate data from existing server
    Mysql ServiceMysqlUserConfigMysql
    mysql.conf configuration values
    MysqlVersion string
    MySQL major version
    PrivateAccess ServiceMysqlUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceMysqlUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceMysqlUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    adminPassword String
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername String
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour String
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute String
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    binlogRetentionPeriod String
    The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
    ipFilters List<String>
    IP filter
    migration ServiceMysqlUserConfigMigration
    Migrate data from existing server
    mysql ServiceMysqlUserConfigMysql
    mysql.conf configuration values
    mysqlVersion String
    MySQL major version
    privateAccess ServiceMysqlUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceMysqlUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceMysqlUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryTargetTime String
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses
    adminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour string
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute string
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    binlogRetentionPeriod string
    The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
    ipFilters string[]
    IP filter
    migration ServiceMysqlUserConfigMigration
    Migrate data from existing server
    mysql ServiceMysqlUserConfigMysql
    mysql.conf configuration values
    mysqlVersion string
    MySQL major version
    privateAccess ServiceMysqlUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceMysqlUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceMysqlUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps string
    Static IP addresses
    admin_password str
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    admin_username str
    Custom username for admin user. This must be set only when a new service is being created.
    backup_hour str
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backup_minute str
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    binlog_retention_period str
    The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
    ip_filters Sequence[str]
    IP filter
    migration ServiceMysqlUserConfigMigration
    Migrate data from existing server
    mysql ServiceMysqlUserConfigMysql
    mysql.conf configuration values
    mysql_version str
    MySQL major version
    private_access ServiceMysqlUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceMysqlUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceMysqlUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_target_time str
    Recovery target time when forking a service. This has effect only when a new service is being created.
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips str
    Static IP addresses
    adminPassword String
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername String
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour String
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute String
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    binlogRetentionPeriod String
    The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
    ipFilters List<String>
    IP filter
    migration Property Map
    Migrate data from existing server
    mysql Property Map
    mysql.conf configuration values
    mysqlVersion String
    MySQL major version
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryTargetTime String
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses

    ServiceMysqlUserConfigMigration, ServiceMysqlUserConfigMigrationArgs

    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

    ServiceMysqlUserConfigMysql, ServiceMysqlUserConfigMysqlArgs

    ServiceMysqlUserConfigPrivateAccess, ServiceMysqlUserConfigPrivateAccessArgs

    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

    ServiceMysqlUserConfigPrivatelinkAccess, ServiceMysqlUserConfigPrivatelinkAccessArgs

    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

    ServiceMysqlUserConfigPublicAccess, ServiceMysqlUserConfigPublicAccessArgs

    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

    ServiceOpensearch, ServiceOpensearchArgs

    ServiceOpensearchUserConfig, ServiceOpensearchUserConfigArgs

    CustomDomain string
    Custom domain
    DisableReplicationFactorAdjustment string
    Disable replication factor adjustment
    IndexPatterns List<ServiceOpensearchUserConfigIndexPattern>
    Index patterns
    IndexTemplate ServiceOpensearchUserConfigIndexTemplate
    Template settings for all new indexes
    IpFilters List<string>
    IP filter
    KeepIndexRefreshInterval string
    Don't reset index.refresh_interval to the default value
    MaxIndexCount string
    Maximum index count
    Opensearch ServiceOpensearchUserConfigOpensearch
    OpenSearch settings
    OpensearchDashboards ServiceOpensearchUserConfigOpensearchDashboards
    OpenSearch Dashboards settings
    OpensearchVersion string
    OpenSearch major version
    PrivateAccess ServiceOpensearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceOpensearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceOpensearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    CustomDomain string
    Custom domain
    DisableReplicationFactorAdjustment string
    Disable replication factor adjustment
    IndexPatterns []ServiceOpensearchUserConfigIndexPattern
    Index patterns
    IndexTemplate ServiceOpensearchUserConfigIndexTemplate
    Template settings for all new indexes
    IpFilters []string
    IP filter
    KeepIndexRefreshInterval string
    Don't reset index.refresh_interval to the default value
    MaxIndexCount string
    Maximum index count
    Opensearch ServiceOpensearchUserConfigOpensearch
    OpenSearch settings
    OpensearchDashboards ServiceOpensearchUserConfigOpensearchDashboards
    OpenSearch Dashboards settings
    OpensearchVersion string
    OpenSearch major version
    PrivateAccess ServiceOpensearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceOpensearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceOpensearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    customDomain String
    Custom domain
    disableReplicationFactorAdjustment String
    Disable replication factor adjustment
    indexPatterns List<ServiceOpensearchUserConfigIndexPattern>
    Index patterns
    indexTemplate ServiceOpensearchUserConfigIndexTemplate
    Template settings for all new indexes
    ipFilters List<String>
    IP filter
    keepIndexRefreshInterval String
    Don't reset index.refresh_interval to the default value
    maxIndexCount String
    Maximum index count
    opensearch ServiceOpensearchUserConfigOpensearch
    OpenSearch settings
    opensearchDashboards ServiceOpensearchUserConfigOpensearchDashboards
    OpenSearch Dashboards settings
    opensearchVersion String
    OpenSearch major version
    privateAccess ServiceOpensearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceOpensearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceOpensearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses
    customDomain string
    Custom domain
    disableReplicationFactorAdjustment string
    Disable replication factor adjustment
    indexPatterns ServiceOpensearchUserConfigIndexPattern[]
    Index patterns
    indexTemplate ServiceOpensearchUserConfigIndexTemplate
    Template settings for all new indexes
    ipFilters string[]
    IP filter
    keepIndexRefreshInterval string
    Don't reset index.refresh_interval to the default value
    maxIndexCount string
    Maximum index count
    opensearch ServiceOpensearchUserConfigOpensearch
    OpenSearch settings
    opensearchDashboards ServiceOpensearchUserConfigOpensearchDashboards
    OpenSearch Dashboards settings
    opensearchVersion string
    OpenSearch major version
    privateAccess ServiceOpensearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceOpensearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceOpensearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName string
    Name of the basebackup to restore in forked service
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps string
    Static IP addresses
    custom_domain str
    Custom domain
    disable_replication_factor_adjustment str
    Disable replication factor adjustment
    index_patterns Sequence[ServiceOpensearchUserConfigIndexPattern]
    Index patterns
    index_template ServiceOpensearchUserConfigIndexTemplate
    Template settings for all new indexes
    ip_filters Sequence[str]
    IP filter
    keep_index_refresh_interval str
    Don't reset index.refresh_interval to the default value
    max_index_count str
    Maximum index count
    opensearch ServiceOpensearchUserConfigOpensearch
    OpenSearch settings
    opensearch_dashboards ServiceOpensearchUserConfigOpensearchDashboards
    OpenSearch Dashboards settings
    opensearch_version str
    OpenSearch major version
    private_access ServiceOpensearchUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceOpensearchUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceOpensearchUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_basebackup_name str
    Name of the basebackup to restore in forked service
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips str
    Static IP addresses
    customDomain String
    Custom domain
    disableReplicationFactorAdjustment String
    Disable replication factor adjustment
    indexPatterns List<Property Map>
    Index patterns
    indexTemplate Property Map
    Template settings for all new indexes
    ipFilters List<String>
    IP filter
    keepIndexRefreshInterval String
    Don't reset index.refresh_interval to the default value
    maxIndexCount String
    Maximum index count
    opensearch Property Map
    OpenSearch settings
    opensearchDashboards Property Map
    OpenSearch Dashboards settings
    opensearchVersion String
    OpenSearch major version
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses

    ServiceOpensearchUserConfigIndexPattern, ServiceOpensearchUserConfigIndexPatternArgs

    ServiceOpensearchUserConfigIndexTemplate, ServiceOpensearchUserConfigIndexTemplateArgs

    ServiceOpensearchUserConfigOpensearch, ServiceOpensearchUserConfigOpensearchArgs

    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

    ServiceOpensearchUserConfigOpensearchDashboards, ServiceOpensearchUserConfigOpensearchDashboardsArgs

    ServiceOpensearchUserConfigPrivateAccess, ServiceOpensearchUserConfigPrivateAccessArgs

    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

    ServiceOpensearchUserConfigPrivatelinkAccess, ServiceOpensearchUserConfigPrivatelinkAccessArgs

    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

    ServiceOpensearchUserConfigPublicAccess, ServiceOpensearchUserConfigPublicAccessArgs

    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

    ServicePg, ServicePgArgs

    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

    ServicePgUserConfig, ServicePgUserConfigArgs

    AdminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    AdminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    BackupHour string
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    BackupMinute string
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    EnableIpv6 string
    Enable IPv6
    IpFilters List<string>
    IP filter
    Migration ServicePgUserConfigMigration
    Migrate data from existing server
    Pg ServicePgUserConfigPg
    postgresql.conf configuration values
    PgReadReplica string
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    PgServiceToForkFrom string
    Name of the PG Service from which to fork (deprecated, use servicetofork_from). This has effect only when a new service is being created.
    PgVersion string
    PostgreSQL major version
    Pgbouncer ServicePgUserConfigPgbouncer
    PGBouncer connection pooling settings
    Pglookout ServicePgUserConfigPglookout
    PGLookout settings
    PrivateAccess ServicePgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServicePgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServicePgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    SharedBuffersPercentage string
    sharedbufferspercentage
    StaticIps string
    Static IP addresses
    SynchronousReplication string
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    Timescaledb ServicePgUserConfigTimescaledb
    TimescaleDB extension configuration values
    Variant string
    Variant of the PostgreSQL service, may affect the features that are exposed by default
    WorkMem string
    work_mem
    AdminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    AdminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    BackupHour string
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    BackupMinute string
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    EnableIpv6 string
    Enable IPv6
    IpFilters []string
    IP filter
    Migration ServicePgUserConfigMigration
    Migrate data from existing server
    Pg ServicePgUserConfigPg
    postgresql.conf configuration values
    PgReadReplica string
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    PgServiceToForkFrom string
    Name of the PG Service from which to fork (deprecated, use servicetofork_from). This has effect only when a new service is being created.
    PgVersion string
    PostgreSQL major version
    Pgbouncer ServicePgUserConfigPgbouncer
    PGBouncer connection pooling settings
    Pglookout ServicePgUserConfigPglookout
    PGLookout settings
    PrivateAccess ServicePgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServicePgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServicePgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    SharedBuffersPercentage string
    sharedbufferspercentage
    StaticIps string
    Static IP addresses
    SynchronousReplication string
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    Timescaledb ServicePgUserConfigTimescaledb
    TimescaleDB extension configuration values
    Variant string
    Variant of the PostgreSQL service, may affect the features that are exposed by default
    WorkMem string
    work_mem
    adminPassword String
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername String
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour String
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute String
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enableIpv6 String
    Enable IPv6
    ipFilters List<String>
    IP filter
    migration ServicePgUserConfigMigration
    Migrate data from existing server
    pg ServicePgUserConfigPg
    postgresql.conf configuration values
    pgReadReplica String
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pgServiceToForkFrom String
    Name of the PG Service from which to fork (deprecated, use servicetofork_from). This has effect only when a new service is being created.
    pgVersion String
    PostgreSQL major version
    pgbouncer ServicePgUserConfigPgbouncer
    PGBouncer connection pooling settings
    pglookout ServicePgUserConfigPglookout
    PGLookout settings
    privateAccess ServicePgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServicePgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServicePgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryTargetTime String
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    sharedBuffersPercentage String
    sharedbufferspercentage
    staticIps String
    Static IP addresses
    synchronousReplication String
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb ServicePgUserConfigTimescaledb
    TimescaleDB extension configuration values
    variant String
    Variant of the PostgreSQL service, may affect the features that are exposed by default
    workMem String
    work_mem
    adminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour string
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute string
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enableIpv6 string
    Enable IPv6
    ipFilters string[]
    IP filter
    migration ServicePgUserConfigMigration
    Migrate data from existing server
    pg ServicePgUserConfigPg
    postgresql.conf configuration values
    pgReadReplica string
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pgServiceToForkFrom string
    Name of the PG Service from which to fork (deprecated, use servicetofork_from). This has effect only when a new service is being created.
    pgVersion string
    PostgreSQL major version
    pgbouncer ServicePgUserConfigPgbouncer
    PGBouncer connection pooling settings
    pglookout ServicePgUserConfigPglookout
    PGLookout settings
    privateAccess ServicePgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServicePgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServicePgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    sharedBuffersPercentage string
    sharedbufferspercentage
    staticIps string
    Static IP addresses
    synchronousReplication string
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb ServicePgUserConfigTimescaledb
    TimescaleDB extension configuration values
    variant string
    Variant of the PostgreSQL service, may affect the features that are exposed by default
    workMem string
    work_mem
    admin_password str
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    admin_username str
    Custom username for admin user. This must be set only when a new service is being created.
    backup_hour str
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backup_minute str
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enable_ipv6 str
    Enable IPv6
    ip_filters Sequence[str]
    IP filter
    migration ServicePgUserConfigMigration
    Migrate data from existing server
    pg ServicePgUserConfigPg
    postgresql.conf configuration values
    pg_read_replica str
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pg_service_to_fork_from str
    Name of the PG Service from which to fork (deprecated, use servicetofork_from). This has effect only when a new service is being created.
    pg_version str
    PostgreSQL major version
    pgbouncer ServicePgUserConfigPgbouncer
    PGBouncer connection pooling settings
    pglookout ServicePgUserConfigPglookout
    PGLookout settings
    private_access ServicePgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServicePgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServicePgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_target_time str
    Recovery target time when forking a service. This has effect only when a new service is being created.
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    shared_buffers_percentage str
    sharedbufferspercentage
    static_ips str
    Static IP addresses
    synchronous_replication str
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb ServicePgUserConfigTimescaledb
    TimescaleDB extension configuration values
    variant str
    Variant of the PostgreSQL service, may affect the features that are exposed by default
    work_mem str
    work_mem
    adminPassword String
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername String
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour String
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute String
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enableIpv6 String
    Enable IPv6
    ipFilters List<String>
    IP filter
    migration Property Map
    Migrate data from existing server
    pg Property Map
    postgresql.conf configuration values
    pgReadReplica String
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pgServiceToForkFrom String
    Name of the PG Service from which to fork (deprecated, use servicetofork_from). This has effect only when a new service is being created.
    pgVersion String
    PostgreSQL major version
    pgbouncer Property Map
    PGBouncer connection pooling settings
    pglookout Property Map
    PGLookout settings
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryTargetTime String
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    sharedBuffersPercentage String
    sharedbufferspercentage
    staticIps String
    Static IP addresses
    synchronousReplication String
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb Property Map
    TimescaleDB extension configuration values
    variant String
    Variant of the PostgreSQL service, may affect the features that are exposed by default
    workMem String
    work_mem

    ServicePgUserConfigMigration, ServicePgUserConfigMigrationArgs

    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

    ServicePgUserConfigPg, ServicePgUserConfigPgArgs

    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

    ServicePgUserConfigPgbouncer, ServicePgUserConfigPgbouncerArgs

    ServicePgUserConfigPglookout, ServicePgUserConfigPglookoutArgs

    ServicePgUserConfigPrivateAccess, ServicePgUserConfigPrivateAccessArgs

    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

    ServicePgUserConfigPrivatelinkAccess, ServicePgUserConfigPrivatelinkAccessArgs

    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

    ServicePgUserConfigPublicAccess, ServicePgUserConfigPublicAccessArgs

    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

    ServicePgUserConfigTimescaledb, ServicePgUserConfigTimescaledbArgs

    ServiceRedisUserConfig, ServiceRedisUserConfigArgs

    IpFilters List<string>
    IP filter
    Migration ServiceRedisUserConfigMigration
    Migrate data from existing server
    PrivateAccess ServiceRedisUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceRedisUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceRedisUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    RedisAclChannelsDefault string
    Default ACL for pub/sub channels used when Redis user is created
    RedisIoThreads string
    Redis IO thread count
    RedisLfuDecayTime string
    LFU maxmemory-policy counter decay time in minutes
    RedisLfuLogFactor string
    Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
    RedisMaxmemoryPolicy string
    Redis maxmemory-policy
    RedisNotifyKeyspaceEvents string
    Set notify-keyspace-events option
    RedisNumberOfDatabases string
    Number of redis databases
    RedisPersistence string
    Redis persistence
    RedisPubsubClientOutputBufferLimit string
    Pub/sub client output buffer hard limit in MB
    RedisSsl string
    Require SSL to access Redis
    RedisTimeout string
    Redis idle connection timeout in seconds
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    IpFilters []string
    IP filter
    Migration ServiceRedisUserConfigMigration
    Migrate data from existing server
    PrivateAccess ServiceRedisUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess ServiceRedisUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess ServiceRedisUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryBasebackupName string
    Name of the basebackup to restore in forked service
    RedisAclChannelsDefault string
    Default ACL for pub/sub channels used when Redis user is created
    RedisIoThreads string
    Redis IO thread count
    RedisLfuDecayTime string
    LFU maxmemory-policy counter decay time in minutes
    RedisLfuLogFactor string
    Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
    RedisMaxmemoryPolicy string
    Redis maxmemory-policy
    RedisNotifyKeyspaceEvents string
    Set notify-keyspace-events option
    RedisNumberOfDatabases string
    Number of redis databases
    RedisPersistence string
    Redis persistence
    RedisPubsubClientOutputBufferLimit string
    Pub/sub client output buffer hard limit in MB
    RedisSsl string
    Require SSL to access Redis
    RedisTimeout string
    Redis idle connection timeout in seconds
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    StaticIps string
    Static IP addresses
    ipFilters List<String>
    IP filter
    migration ServiceRedisUserConfigMigration
    Migrate data from existing server
    privateAccess ServiceRedisUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceRedisUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceRedisUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    redisAclChannelsDefault String
    Default ACL for pub/sub channels used when Redis user is created
    redisIoThreads String
    Redis IO thread count
    redisLfuDecayTime String
    LFU maxmemory-policy counter decay time in minutes
    redisLfuLogFactor String
    Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
    redisMaxmemoryPolicy String
    Redis maxmemory-policy
    redisNotifyKeyspaceEvents String
    Set notify-keyspace-events option
    redisNumberOfDatabases String
    Number of redis databases
    redisPersistence String
    Redis persistence
    redisPubsubClientOutputBufferLimit String
    Pub/sub client output buffer hard limit in MB
    redisSsl String
    Require SSL to access Redis
    redisTimeout String
    Redis idle connection timeout in seconds
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses
    ipFilters string[]
    IP filter
    migration ServiceRedisUserConfigMigration
    Migrate data from existing server
    privateAccess ServiceRedisUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess ServiceRedisUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess ServiceRedisUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName string
    Name of the basebackup to restore in forked service
    redisAclChannelsDefault string
    Default ACL for pub/sub channels used when Redis user is created
    redisIoThreads string
    Redis IO thread count
    redisLfuDecayTime string
    LFU maxmemory-policy counter decay time in minutes
    redisLfuLogFactor string
    Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
    redisMaxmemoryPolicy string
    Redis maxmemory-policy
    redisNotifyKeyspaceEvents string
    Set notify-keyspace-events option
    redisNumberOfDatabases string
    Number of redis databases
    redisPersistence string
    Redis persistence
    redisPubsubClientOutputBufferLimit string
    Pub/sub client output buffer hard limit in MB
    redisSsl string
    Require SSL to access Redis
    redisTimeout string
    Redis idle connection timeout in seconds
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps string
    Static IP addresses
    ip_filters Sequence[str]
    IP filter
    migration ServiceRedisUserConfigMigration
    Migrate data from existing server
    private_access ServiceRedisUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access ServiceRedisUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access ServiceRedisUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_basebackup_name str
    Name of the basebackup to restore in forked service
    redis_acl_channels_default str
    Default ACL for pub/sub channels used when Redis user is created
    redis_io_threads str
    Redis IO thread count
    redis_lfu_decay_time str
    LFU maxmemory-policy counter decay time in minutes
    redis_lfu_log_factor str
    Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
    redis_maxmemory_policy str
    Redis maxmemory-policy
    redis_notify_keyspace_events str
    Set notify-keyspace-events option
    redis_number_of_databases str
    Number of redis databases
    redis_persistence str
    Redis persistence
    redis_pubsub_client_output_buffer_limit str
    Pub/sub client output buffer hard limit in MB
    redis_ssl str
    Require SSL to access Redis
    redis_timeout str
    Redis idle connection timeout in seconds
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    static_ips str
    Static IP addresses
    ipFilters List<String>
    IP filter
    migration Property Map
    Migrate data from existing server
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryBasebackupName String
    Name of the basebackup to restore in forked service
    redisAclChannelsDefault String
    Default ACL for pub/sub channels used when Redis user is created
    redisIoThreads String
    Redis IO thread count
    redisLfuDecayTime String
    LFU maxmemory-policy counter decay time in minutes
    redisLfuLogFactor String
    Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
    redisMaxmemoryPolicy String
    Redis maxmemory-policy
    redisNotifyKeyspaceEvents String
    Set notify-keyspace-events option
    redisNumberOfDatabases String
    Number of redis databases
    redisPersistence String
    Redis persistence
    redisPubsubClientOutputBufferLimit String
    Pub/sub client output buffer hard limit in MB
    redisSsl String
    Require SSL to access Redis
    redisTimeout String
    Redis idle connection timeout in seconds
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    staticIps String
    Static IP addresses

    ServiceRedisUserConfigMigration, ServiceRedisUserConfigMigrationArgs

    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

    ServiceRedisUserConfigPrivateAccess, ServiceRedisUserConfigPrivateAccessArgs

    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

    ServiceRedisUserConfigPrivatelinkAccess, ServiceRedisUserConfigPrivatelinkAccessArgs

    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

    ServiceRedisUserConfigPublicAccess, ServiceRedisUserConfigPublicAccessArgs

    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

    ServiceServiceIntegration, ServiceServiceIntegrationArgs

    IntegrationType string
    Type of the service integration. The only supported value at the moment is 'read_replica'
    SourceServiceName string
    Name of the source service
    IntegrationType string
    Type of the service integration. The only supported value at the moment is 'read_replica'
    SourceServiceName string
    Name of the source service
    integrationType String
    Type of the service integration. The only supported value at the moment is 'read_replica'
    sourceServiceName String
    Name of the source service
    integrationType string
    Type of the service integration. The only supported value at the moment is 'read_replica'
    sourceServiceName string
    Name of the source service
    integration_type str
    Type of the service integration. The only supported value at the moment is 'read_replica'
    source_service_name str
    Name of the source service
    integrationType String
    Type of the service integration. The only supported value at the moment is 'read_replica'
    sourceServiceName String
    Name of the source service

    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.