published on Monday, Mar 9, 2026 by Pulumi
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
- Service
Name string - Service name
- Service
Type string - Service type code
- Cassandra
User ServiceConfig Cassandra User Config - Cassandra user configurable settings
- Clickhouse
User ServiceConfig Clickhouse User Config - Clickhouse user configurable settings
- Cloud
Name string - Cloud the service runs in
- Disk
Space 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.
- Elasticsearch
User ServiceConfig Elasticsearch User Config - Elasticsearch user configurable settings
- Flink
User ServiceConfig Flink User Config - Flink user configurable settings
- Flinks
List<Service
Flink> - Flink specific server provided values
- Grafana
User ServiceConfig Grafana User Config - Grafana user configurable settings
- Influxdb
User ServiceConfig Influxdb User Config - Influxdb user configurable settings
- Kafka
Connect ServiceUser Config Kafka Connect User Config - Kafka*connect user configurable settings
- Kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config - Kafka*mirrormaker user configurable settings
- Kafka
User ServiceConfig Kafka User Config - Kafka user configurable settings
- Kafkas
List<Service
Kafka> - Kafka specific server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Mysql
User ServiceConfig Mysql User Config - Mysql user configurable settings
- Opensearch
User ServiceConfig Opensearch User Config - Opensearch user configurable settings
- Pg
User ServiceConfig Pg User Config - Pg user configurable settings
- Plan string
- Subscription plan
- Project
Vpc stringId - Identifier of the VPC the service should be in, if any
- Redis
User ServiceConfig Redis User Config - Redis user configurable settings
- Service
Integrations List<ServiceService Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- Static
Ips 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
- Termination
Protection bool - Prevent service from being deleted. It is recommended to have this enabled for all services.
- Project string
- Target project
- Service
Name string - Service name
- Service
Type string - Service type code
- Cassandra
User ServiceConfig Cassandra User Config Args - Cassandra user configurable settings
- Clickhouse
User ServiceConfig Clickhouse User Config Args - Clickhouse user configurable settings
- Cloud
Name string - Cloud the service runs in
- Disk
Space 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.
- Elasticsearch
User ServiceConfig Elasticsearch User Config Args - Elasticsearch user configurable settings
- Flink
User ServiceConfig Flink User Config Args - Flink user configurable settings
- Flinks
[]Service
Flink Args - Flink specific server provided values
- Grafana
User ServiceConfig Grafana User Config Args - Grafana user configurable settings
- Influxdb
User ServiceConfig Influxdb User Config Args - Influxdb user configurable settings
- Kafka
Connect ServiceUser Config Kafka Connect User Config Args - Kafka*connect user configurable settings
- Kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config Args - Kafka*mirrormaker user configurable settings
- Kafka
User ServiceConfig Kafka User Config Args - Kafka user configurable settings
- Kafkas
[]Service
Kafka Args - Kafka specific server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Mysql
User ServiceConfig Mysql User Config Args - Mysql user configurable settings
- Opensearch
User ServiceConfig Opensearch User Config Args - Opensearch user configurable settings
- Pg
User ServiceConfig Pg User Config Args - Pg user configurable settings
- Plan string
- Subscription plan
- Project
Vpc stringId - Identifier of the VPC the service should be in, if any
- Redis
User ServiceConfig Redis User Config Args - Redis user configurable settings
- Service
Integrations []ServiceService Integration Args - Service integrations to specify when creating a service. Not applied after initial service creation
- Static
Ips []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
- Termination
Protection bool - Prevent service from being deleted. It is recommended to have this enabled for all services.
- project String
- Target project
- service
Name String - Service name
- service
Type String - Service type code
- cassandra
User ServiceConfig Cassandra User Config - Cassandra user configurable settings
- clickhouse
User ServiceConfig Clickhouse User Config - Clickhouse user configurable settings
- cloud
Name String - Cloud the service runs in
- disk
Space 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.
- elasticsearch
User ServiceConfig Elasticsearch User Config - Elasticsearch user configurable settings
- flink
User ServiceConfig Flink User Config - Flink user configurable settings
- flinks
List<Service
Flink> - Flink specific server provided values
- grafana
User ServiceConfig Grafana User Config - Grafana user configurable settings
- influxdb
User ServiceConfig Influxdb User Config - Influxdb user configurable settings
- kafka
Connect ServiceUser Config Kafka Connect User Config - Kafka*connect user configurable settings
- kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config - Kafka*mirrormaker user configurable settings
- kafka
User ServiceConfig Kafka User Config - Kafka user configurable settings
- kafkas
List<Service
Kafka> - Kafka specific server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql
User ServiceConfig Mysql User Config - Mysql user configurable settings
- opensearch
User ServiceConfig Opensearch User Config - Opensearch user configurable settings
- pg
User ServiceConfig Pg User Config - Pg user configurable settings
- plan String
- Subscription plan
- project
Vpc StringId - Identifier of the VPC the service should be in, if any
- redis
User ServiceConfig Redis User Config - Redis user configurable settings
- service
Integrations List<ServiceService Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- static
Ips 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
- termination
Protection Boolean - Prevent service from being deleted. It is recommended to have this enabled for all services.
- project string
- Target project
- service
Name string - Service name
- service
Type string - Service type code
- cassandra
User ServiceConfig Cassandra User Config - Cassandra user configurable settings
- clickhouse
User ServiceConfig Clickhouse User Config - Clickhouse user configurable settings
- cloud
Name string - Cloud the service runs in
- disk
Space 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.
- elasticsearch
User ServiceConfig Elasticsearch User Config - Elasticsearch user configurable settings
- flink
User ServiceConfig Flink User Config - Flink user configurable settings
- flinks
Service
Flink[] - Flink specific server provided values
- grafana
User ServiceConfig Grafana User Config - Grafana user configurable settings
- influxdb
User ServiceConfig Influxdb User Config - Influxdb user configurable settings
- kafka
Connect ServiceUser Config Kafka Connect User Config - Kafka*connect user configurable settings
- kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config - Kafka*mirrormaker user configurable settings
- kafka
User ServiceConfig Kafka User Config - Kafka user configurable settings
- kafkas
Service
Kafka[] - Kafka specific server provided values
- maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql
User ServiceConfig Mysql User Config - Mysql user configurable settings
- opensearch
User ServiceConfig Opensearch User Config - Opensearch user configurable settings
- pg
User ServiceConfig Pg User Config - Pg user configurable settings
- plan string
- Subscription plan
- project
Vpc stringId - Identifier of the VPC the service should be in, if any
- redis
User ServiceConfig Redis User Config - Redis user configurable settings
- service
Integrations ServiceService Integration[] - Service integrations to specify when creating a service. Not applied after initial service creation
- static
Ips 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
- termination
Protection 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_ Serviceconfig Cassandra User Config Args - Cassandra user configurable settings
- clickhouse_
user_ Serviceconfig Clickhouse User Config Args - 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_ Serviceconfig Elasticsearch User Config Args - Elasticsearch user configurable settings
- flink_
user_ Serviceconfig Flink User Config Args - Flink user configurable settings
- flinks
Sequence[Service
Flink Args] - Flink specific server provided values
- grafana_
user_ Serviceconfig Grafana User Config Args - Grafana user configurable settings
- influxdb_
user_ Serviceconfig Influxdb User Config Args - Influxdb user configurable settings
- kafka_
connect_ Serviceuser_ config Kafka Connect User Config Args - Kafka*connect user configurable settings
- kafka_
mirrormaker_ Serviceuser_ config Kafka Mirrormaker User Config Args - Kafka*mirrormaker user configurable settings
- kafka_
user_ Serviceconfig Kafka User Config Args - Kafka user configurable settings
- kafkas
Sequence[Service
Kafka Args] - Kafka specific server provided values
- maintenance_
window_ strdow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance_
window_ strtime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql_
user_ Serviceconfig Mysql User Config Args - Mysql user configurable settings
- opensearch_
user_ Serviceconfig Opensearch User Config Args - Opensearch user configurable settings
- pg_
user_ Serviceconfig Pg User Config Args - Pg user configurable settings
- plan str
- Subscription plan
- project_
vpc_ strid - Identifier of the VPC the service should be in, if any
- redis_
user_ Serviceconfig Redis User Config Args - Redis user configurable settings
- service_
integrations Sequence[ServiceService Integration Args] - 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
- service
Name String - Service name
- service
Type String - Service type code
- cassandra
User Property MapConfig - Cassandra user configurable settings
- clickhouse
User Property MapConfig - Clickhouse user configurable settings
- cloud
Name String - Cloud the service runs in
- disk
Space 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.
- elasticsearch
User Property MapConfig - Elasticsearch user configurable settings
- flink
User Property MapConfig - Flink user configurable settings
- flinks List<Property Map>
- Flink specific server provided values
- grafana
User Property MapConfig - Grafana user configurable settings
- influxdb
User Property MapConfig - Influxdb user configurable settings
- kafka
Connect Property MapUser Config - Kafka*connect user configurable settings
- kafka
Mirrormaker Property MapUser Config - Kafka*mirrormaker user configurable settings
- kafka
User Property MapConfig - Kafka user configurable settings
- kafkas List<Property Map>
- Kafka specific server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql
User Property MapConfig - Mysql user configurable settings
- opensearch
User Property MapConfig - Opensearch user configurable settings
- pg
User Property MapConfig - Pg user configurable settings
- plan String
- Subscription plan
- project
Vpc StringId - Identifier of the VPC the service should be in, if any
- redis
User Property MapConfig - Redis user configurable settings
- service
Integrations List<Property Map> - Service integrations to specify when creating a service. Not applied after initial service creation
- static
Ips 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
- termination
Protection 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<Service
Cassandra> - Cassandra specific server provided values
- Clickhouses
List<Service
Clickhouse> - Clickhouse specific server provided values
- Components
List<Service
Component> - Service component information objects
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - 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 stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearches
List<Service
Elasticsearch> - Elasticsearch specific server provided values
- Grafanas
List<Service
Grafana> - Grafana specific server provided values
- Id string
- The provider-assigned unique ID for this managed resource.
- Influxdbs
List<Service
Influxdb> - InfluxDB specific server provided values
- Kafka
Connects List<ServiceKafka Connect> - Kafka Connect specific server provided values
- Kafka
Mirrormakers List<ServiceKafka Mirrormaker> - Kafka MirrorMaker 2 specific server provided values
- Mysqls
List<Service
Mysql> - MySQL specific server provided values
- Opensearches
List<Service
Opensearch> - Opensearch specific server provided values
- Pgs
List<Service
Pg> - PostgreSQL specific server provided values
- Redis
List<Service
Redi> - Redis specific server provided values
- Service
Host string - Service hostname
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - Service port
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING.
- Cassandras
[]Service
Cassandra - Cassandra specific server provided values
- Clickhouses
[]Service
Clickhouse - Clickhouse specific server provided values
- Components
[]Service
Component - Service component information objects
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - 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 stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearches
[]Service
Elasticsearch - Elasticsearch specific server provided values
- Grafanas
[]Service
Grafana - Grafana specific server provided values
- Id string
- The provider-assigned unique ID for this managed resource.
- Influxdbs
[]Service
Influxdb - InfluxDB specific server provided values
- Kafka
Connects []ServiceKafka Connect - Kafka Connect specific server provided values
- Kafka
Mirrormakers []ServiceKafka Mirrormaker - Kafka MirrorMaker 2 specific server provided values
- Mysqls
[]Service
Mysql - MySQL specific server provided values
- Opensearches
[]Service
Opensearch - Opensearch specific server provided values
- Pgs
[]Service
Pg - PostgreSQL specific server provided values
- Redis
[]Service
Redi - Redis specific server provided values
- Service
Host string - Service hostname
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - Service port
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING.
- cassandras
List<Service
Cassandra> - Cassandra specific server provided values
- clickhouses
List<Service
Clickhouse> - Clickhouse specific server provided values
- components
List<Service
Component> - Service component information objects
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - 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 StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearches
List<Service
Elasticsearch> - Elasticsearch specific server provided values
- grafanas
List<Service
Grafana> - Grafana specific server provided values
- id String
- The provider-assigned unique ID for this managed resource.
- influxdbs
List<Service
Influxdb> - InfluxDB specific server provided values
- kafka
Connects List<ServiceKafka Connect> - Kafka Connect specific server provided values
- kafka
Mirrormakers List<ServiceKafka Mirrormaker> - Kafka MirrorMaker 2 specific server provided values
- mysqls
List<Service
Mysql> - MySQL specific server provided values
- opensearches
List<Service
Opensearch> - Opensearch specific server provided values
- pgs
List<Service
Pg> - PostgreSQL specific server provided values
- redis
List<Service
Redi> - Redis specific server provided values
- service
Host String - Service hostname
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Integer - Service port
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING.
- cassandras
Service
Cassandra[] - Cassandra specific server provided values
- clickhouses
Service
Clickhouse[] - Clickhouse specific server provided values
- components
Service
Component[] - Service component information objects
- disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space stringDefault - 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 stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space stringUsed - Disk space that service is currently using
- elasticsearches
Service
Elasticsearch[] - Elasticsearch specific server provided values
- grafanas
Service
Grafana[] - Grafana specific server provided values
- id string
- The provider-assigned unique ID for this managed resource.
- influxdbs
Service
Influxdb[] - InfluxDB specific server provided values
- kafka
Connects ServiceKafka Connect[] - Kafka Connect specific server provided values
- kafka
Mirrormakers ServiceKafka Mirrormaker[] - Kafka MirrorMaker 2 specific server provided values
- mysqls
Service
Mysql[] - MySQL specific server provided values
- opensearches
Service
Opensearch[] - Opensearch specific server provided values
- pgs
Service
Pg[] - PostgreSQL specific server provided values
- redis
Service
Redi[] - Redis specific server provided values
- service
Host string - Service hostname
- service
Password string - Password used for connecting to the service, if applicable
- service
Port number - Service port
- service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username string - Username used for connecting to the service, if applicable
- state string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING.
- cassandras
Sequence[Service
Cassandra] - Cassandra specific server provided values
- clickhouses
Sequence[Service
Clickhouse] - Clickhouse specific server provided values
- components
Sequence[Service
Component] - Service component information objects
- disk_
space_ strcap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk_
space_ strdefault - 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_ strstep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk_
space_ strused - Disk space that service is currently using
- elasticsearches
Sequence[Service
Elasticsearch] - Elasticsearch specific server provided values
- grafanas
Sequence[Service
Grafana] - Grafana specific server provided values
- id str
- The provider-assigned unique ID for this managed resource.
- influxdbs
Sequence[Service
Influxdb] - InfluxDB specific server provided values
- kafka_
connects Sequence[ServiceKafka Connect] - Kafka Connect specific server provided values
- kafka_
mirrormakers Sequence[ServiceKafka Mirrormaker] - Kafka MirrorMaker 2 specific server provided values
- mysqls
Sequence[Service
Mysql] - MySQL specific server provided values
- opensearches
Sequence[Service
Opensearch] - Opensearch specific server provided values
- pgs
Sequence[Service
Pg] - PostgreSQL specific server provided values
- redis
Sequence[Service
Redi] - 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,REBUILDINGandRUNNING.
- 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
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - 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 StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - 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
- kafka
Connects List<Property Map> - Kafka Connect specific server provided values
- kafka
Mirrormakers 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
- service
Host String - Service hostname
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Number - Service port
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING.
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) -> Servicefunc 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.
- Cassandra
User ServiceConfig Cassandra User Config - Cassandra user configurable settings
- Cassandras
List<Service
Cassandra> - Cassandra specific server provided values
- Clickhouse
User ServiceConfig Clickhouse User Config - Clickhouse user configurable settings
- Clickhouses
List<Service
Clickhouse> - Clickhouse specific server provided values
- Cloud
Name string - Cloud the service runs in
- Components
List<Service
Component> - Service component information objects
- Disk
Space 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.
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - 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 stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearch
User ServiceConfig Elasticsearch User Config - Elasticsearch user configurable settings
- Elasticsearches
List<Service
Elasticsearch> - Elasticsearch specific server provided values
- Flink
User ServiceConfig Flink User Config - Flink user configurable settings
- Flinks
List<Service
Flink> - Flink specific server provided values
- Grafana
User ServiceConfig Grafana User Config - Grafana user configurable settings
- Grafanas
List<Service
Grafana> - Grafana specific server provided values
- Influxdb
User ServiceConfig Influxdb User Config - Influxdb user configurable settings
- Influxdbs
List<Service
Influxdb> - InfluxDB specific server provided values
- Kafka
Connect ServiceUser Config Kafka Connect User Config - Kafka*connect user configurable settings
- Kafka
Connects List<ServiceKafka Connect> - Kafka Connect specific server provided values
- Kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config - Kafka*mirrormaker user configurable settings
- Kafka
Mirrormakers List<ServiceKafka Mirrormaker> - Kafka MirrorMaker 2 specific server provided values
- Kafka
User ServiceConfig Kafka User Config - Kafka user configurable settings
- Kafkas
List<Service
Kafka> - Kafka specific server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Mysql
User ServiceConfig Mysql User Config - Mysql user configurable settings
- Mysqls
List<Service
Mysql> - MySQL specific server provided values
- Opensearch
User ServiceConfig Opensearch User Config - Opensearch user configurable settings
- Opensearches
List<Service
Opensearch> - Opensearch specific server provided values
- Pg
User ServiceConfig Pg User Config - Pg user configurable settings
- Pgs
List<Service
Pg> - PostgreSQL specific server provided values
- Plan string
- Subscription plan
- Project string
- Target project
- Project
Vpc stringId - Identifier of the VPC the service should be in, if any
- Redis
List<Service
Redi> - Redis specific server provided values
- Redis
User ServiceConfig Redis User Config - Redis user configurable settings
- Service
Host string - Service hostname
- Service
Integrations List<ServiceService Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- Service
Name string - Service name
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - Service port
- Service
Type string - Service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING. - Static
Ips 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
- Termination
Protection bool - Prevent service from being deleted. It is recommended to have this enabled for all services.
- Cassandra
User ServiceConfig Cassandra User Config Args - Cassandra user configurable settings
- Cassandras
[]Service
Cassandra Args - Cassandra specific server provided values
- Clickhouse
User ServiceConfig Clickhouse User Config Args - Clickhouse user configurable settings
- Clickhouses
[]Service
Clickhouse Args - Clickhouse specific server provided values
- Cloud
Name string - Cloud the service runs in
- Components
[]Service
Component Args - Service component information objects
- Disk
Space 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.
- Disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- Disk
Space stringDefault - 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 stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - Disk
Space stringUsed - Disk space that service is currently using
- Elasticsearch
User ServiceConfig Elasticsearch User Config Args - Elasticsearch user configurable settings
- Elasticsearches
[]Service
Elasticsearch Args - Elasticsearch specific server provided values
- Flink
User ServiceConfig Flink User Config Args - Flink user configurable settings
- Flinks
[]Service
Flink Args - Flink specific server provided values
- Grafana
User ServiceConfig Grafana User Config Args - Grafana user configurable settings
- Grafanas
[]Service
Grafana Args - Grafana specific server provided values
- Influxdb
User ServiceConfig Influxdb User Config Args - Influxdb user configurable settings
- Influxdbs
[]Service
Influxdb Args - InfluxDB specific server provided values
- Kafka
Connect ServiceUser Config Kafka Connect User Config Args - Kafka*connect user configurable settings
- Kafka
Connects []ServiceKafka Connect Args - Kafka Connect specific server provided values
- Kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config Args - Kafka*mirrormaker user configurable settings
- Kafka
Mirrormakers []ServiceKafka Mirrormaker Args - Kafka MirrorMaker 2 specific server provided values
- Kafka
User ServiceConfig Kafka User Config Args - Kafka user configurable settings
- Kafkas
[]Service
Kafka Args - Kafka specific server provided values
- Maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- Maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- Mysql
User ServiceConfig Mysql User Config Args - Mysql user configurable settings
- Mysqls
[]Service
Mysql Args - MySQL specific server provided values
- Opensearch
User ServiceConfig Opensearch User Config Args - Opensearch user configurable settings
- Opensearches
[]Service
Opensearch Args - Opensearch specific server provided values
- Pg
User ServiceConfig Pg User Config Args - Pg user configurable settings
- Pgs
[]Service
Pg Args - PostgreSQL specific server provided values
- Plan string
- Subscription plan
- Project string
- Target project
- Project
Vpc stringId - Identifier of the VPC the service should be in, if any
- Redis
[]Service
Redi Args - Redis specific server provided values
- Redis
User ServiceConfig Redis User Config Args - Redis user configurable settings
- Service
Host string - Service hostname
- Service
Integrations []ServiceService Integration Args - Service integrations to specify when creating a service. Not applied after initial service creation
- Service
Name string - Service name
- Service
Password string - Password used for connecting to the service, if applicable
- Service
Port int - Service port
- Service
Type string - Service type code
- Service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- Service
Username string - Username used for connecting to the service, if applicable
- State string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING. - Static
Ips []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
- Termination
Protection bool - Prevent service from being deleted. It is recommended to have this enabled for all services.
- cassandra
User ServiceConfig Cassandra User Config - Cassandra user configurable settings
- cassandras
List<Service
Cassandra> - Cassandra specific server provided values
- clickhouse
User ServiceConfig Clickhouse User Config - Clickhouse user configurable settings
- clickhouses
List<Service
Clickhouse> - Clickhouse specific server provided values
- cloud
Name String - Cloud the service runs in
- components
List<Service
Component> - Service component information objects
- disk
Space 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.
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - 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 StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearch
User ServiceConfig Elasticsearch User Config - Elasticsearch user configurable settings
- elasticsearches
List<Service
Elasticsearch> - Elasticsearch specific server provided values
- flink
User ServiceConfig Flink User Config - Flink user configurable settings
- flinks
List<Service
Flink> - Flink specific server provided values
- grafana
User ServiceConfig Grafana User Config - Grafana user configurable settings
- grafanas
List<Service
Grafana> - Grafana specific server provided values
- influxdb
User ServiceConfig Influxdb User Config - Influxdb user configurable settings
- influxdbs
List<Service
Influxdb> - InfluxDB specific server provided values
- kafka
Connect ServiceUser Config Kafka Connect User Config - Kafka*connect user configurable settings
- kafka
Connects List<ServiceKafka Connect> - Kafka Connect specific server provided values
- kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config - Kafka*mirrormaker user configurable settings
- kafka
Mirrormakers List<ServiceKafka Mirrormaker> - Kafka MirrorMaker 2 specific server provided values
- kafka
User ServiceConfig Kafka User Config - Kafka user configurable settings
- kafkas
List<Service
Kafka> - Kafka specific server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql
User ServiceConfig Mysql User Config - Mysql user configurable settings
- mysqls
List<Service
Mysql> - MySQL specific server provided values
- opensearch
User ServiceConfig Opensearch User Config - Opensearch user configurable settings
- opensearches
List<Service
Opensearch> - Opensearch specific server provided values
- pg
User ServiceConfig Pg User Config - Pg user configurable settings
- pgs
List<Service
Pg> - PostgreSQL specific server provided values
- plan String
- Subscription plan
- project String
- Target project
- project
Vpc StringId - Identifier of the VPC the service should be in, if any
- redis
List<Service
Redi> - Redis specific server provided values
- redis
User ServiceConfig Redis User Config - Redis user configurable settings
- service
Host String - Service hostname
- service
Integrations List<ServiceService Integration> - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name String - Service name
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Integer - Service port
- service
Type String - Service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING. - static
Ips 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
- termination
Protection Boolean - Prevent service from being deleted. It is recommended to have this enabled for all services.
- cassandra
User ServiceConfig Cassandra User Config - Cassandra user configurable settings
- cassandras
Service
Cassandra[] - Cassandra specific server provided values
- clickhouse
User ServiceConfig Clickhouse User Config - Clickhouse user configurable settings
- clickhouses
Service
Clickhouse[] - Clickhouse specific server provided values
- cloud
Name string - Cloud the service runs in
- components
Service
Component[] - Service component information objects
- disk
Space 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.
- disk
Space stringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space stringDefault - 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 stringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space stringUsed - Disk space that service is currently using
- elasticsearch
User ServiceConfig Elasticsearch User Config - Elasticsearch user configurable settings
- elasticsearches
Service
Elasticsearch[] - Elasticsearch specific server provided values
- flink
User ServiceConfig Flink User Config - Flink user configurable settings
- flinks
Service
Flink[] - Flink specific server provided values
- grafana
User ServiceConfig Grafana User Config - Grafana user configurable settings
- grafanas
Service
Grafana[] - Grafana specific server provided values
- influxdb
User ServiceConfig Influxdb User Config - Influxdb user configurable settings
- influxdbs
Service
Influxdb[] - InfluxDB specific server provided values
- kafka
Connect ServiceUser Config Kafka Connect User Config - Kafka*connect user configurable settings
- kafka
Connects ServiceKafka Connect[] - Kafka Connect specific server provided values
- kafka
Mirrormaker ServiceUser Config Kafka Mirrormaker User Config - Kafka*mirrormaker user configurable settings
- kafka
Mirrormakers ServiceKafka Mirrormaker[] - Kafka MirrorMaker 2 specific server provided values
- kafka
User ServiceConfig Kafka User Config - Kafka user configurable settings
- kafkas
Service
Kafka[] - Kafka specific server provided values
- maintenance
Window stringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window stringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql
User ServiceConfig Mysql User Config - Mysql user configurable settings
- mysqls
Service
Mysql[] - MySQL specific server provided values
- opensearch
User ServiceConfig Opensearch User Config - Opensearch user configurable settings
- opensearches
Service
Opensearch[] - Opensearch specific server provided values
- pg
User ServiceConfig Pg User Config - Pg user configurable settings
- pgs
Service
Pg[] - PostgreSQL specific server provided values
- plan string
- Subscription plan
- project string
- Target project
- project
Vpc stringId - Identifier of the VPC the service should be in, if any
- redis
Service
Redi[] - Redis specific server provided values
- redis
User ServiceConfig Redis User Config - Redis user configurable settings
- service
Host string - Service hostname
- service
Integrations ServiceService Integration[] - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name string - Service name
- service
Password string - Password used for connecting to the service, if applicable
- service
Port number - Service port
- service
Type string - Service type code
- service
Uri string - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username string - Username used for connecting to the service, if applicable
- state string
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING. - static
Ips 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
- termination
Protection boolean - Prevent service from being deleted. It is recommended to have this enabled for all services.
- cassandra_
user_ Serviceconfig Cassandra User Config Args - Cassandra user configurable settings
- cassandras
Sequence[Service
Cassandra Args] - Cassandra specific server provided values
- clickhouse_
user_ Serviceconfig Clickhouse User Config Args - Clickhouse user configurable settings
- clickhouses
Sequence[Service
Clickhouse Args] - Clickhouse specific server provided values
- cloud_
name str - Cloud the service runs in
- components
Sequence[Service
Component Args] - 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_ strcap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk_
space_ strdefault - 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_ strstep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk_
space_ strused - Disk space that service is currently using
- elasticsearch_
user_ Serviceconfig Elasticsearch User Config Args - Elasticsearch user configurable settings
- elasticsearches
Sequence[Service
Elasticsearch Args] - Elasticsearch specific server provided values
- flink_
user_ Serviceconfig Flink User Config Args - Flink user configurable settings
- flinks
Sequence[Service
Flink Args] - Flink specific server provided values
- grafana_
user_ Serviceconfig Grafana User Config Args - Grafana user configurable settings
- grafanas
Sequence[Service
Grafana Args] - Grafana specific server provided values
- influxdb_
user_ Serviceconfig Influxdb User Config Args - Influxdb user configurable settings
- influxdbs
Sequence[Service
Influxdb Args] - InfluxDB specific server provided values
- kafka_
connect_ Serviceuser_ config Kafka Connect User Config Args - Kafka*connect user configurable settings
- kafka_
connects Sequence[ServiceKafka Connect Args] - Kafka Connect specific server provided values
- kafka_
mirrormaker_ Serviceuser_ config Kafka Mirrormaker User Config Args - Kafka*mirrormaker user configurable settings
- kafka_
mirrormakers Sequence[ServiceKafka Mirrormaker Args] - Kafka MirrorMaker 2 specific server provided values
- kafka_
user_ Serviceconfig Kafka User Config Args - Kafka user configurable settings
- kafkas
Sequence[Service
Kafka Args] - Kafka specific server provided values
- maintenance_
window_ strdow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance_
window_ strtime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql_
user_ Serviceconfig Mysql User Config Args - Mysql user configurable settings
- mysqls
Sequence[Service
Mysql Args] - MySQL specific server provided values
- opensearch_
user_ Serviceconfig Opensearch User Config Args - Opensearch user configurable settings
- opensearches
Sequence[Service
Opensearch Args] - Opensearch specific server provided values
- pg_
user_ Serviceconfig Pg User Config Args - Pg user configurable settings
- pgs
Sequence[Service
Pg Args] - PostgreSQL specific server provided values
- plan str
- Subscription plan
- project str
- Target project
- project_
vpc_ strid - Identifier of the VPC the service should be in, if any
- redis
Sequence[Service
Redi Args] - Redis specific server provided values
- redis_
user_ Serviceconfig Redis User Config Args - Redis user configurable settings
- service_
host str - Service hostname
- service_
integrations Sequence[ServiceService Integration Args] - 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,REBUILDINGandRUNNING. - 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.
- cassandra
User Property MapConfig - Cassandra user configurable settings
- cassandras List<Property Map>
- Cassandra specific server provided values
- clickhouse
User Property MapConfig - Clickhouse user configurable settings
- clickhouses List<Property Map>
- Clickhouse specific server provided values
- cloud
Name String - Cloud the service runs in
- components List<Property Map>
- Service component information objects
- disk
Space 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.
- disk
Space StringCap - The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
- disk
Space StringDefault - 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 StringStep - The default disk space step of the service, possible values depend on the service type, the cloud provider and the project.
disk_spaceneeds to increment fromdisk_space_defaultby increments of this size. - disk
Space StringUsed - Disk space that service is currently using
- elasticsearch
User Property MapConfig - Elasticsearch user configurable settings
- elasticsearches List<Property Map>
- Elasticsearch specific server provided values
- flink
User Property MapConfig - Flink user configurable settings
- flinks List<Property Map>
- Flink specific server provided values
- grafana
User Property MapConfig - Grafana user configurable settings
- grafanas List<Property Map>
- Grafana specific server provided values
- influxdb
User Property MapConfig - Influxdb user configurable settings
- influxdbs List<Property Map>
- InfluxDB specific server provided values
- kafka
Connect Property MapUser Config - Kafka*connect user configurable settings
- kafka
Connects List<Property Map> - Kafka Connect specific server provided values
- kafka
Mirrormaker Property MapUser Config - Kafka*mirrormaker user configurable settings
- kafka
Mirrormakers List<Property Map> - Kafka MirrorMaker 2 specific server provided values
- kafka
User Property MapConfig - Kafka user configurable settings
- kafkas List<Property Map>
- Kafka specific server provided values
- maintenance
Window StringDow - Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
- maintenance
Window StringTime - Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
- mysql
User Property MapConfig - Mysql user configurable settings
- mysqls List<Property Map>
- MySQL specific server provided values
- opensearch
User Property MapConfig - Opensearch user configurable settings
- opensearches List<Property Map>
- Opensearch specific server provided values
- pg
User Property MapConfig - Pg user configurable settings
- pgs List<Property Map>
- PostgreSQL specific server provided values
- plan String
- Subscription plan
- project String
- Target project
- project
Vpc StringId - Identifier of the VPC the service should be in, if any
- redis List<Property Map>
- Redis specific server provided values
- redis
User Property MapConfig - Redis user configurable settings
- service
Host String - Service hostname
- service
Integrations List<Property Map> - Service integrations to specify when creating a service. Not applied after initial service creation
- service
Name String - Service name
- service
Password String - Password used for connecting to the service, if applicable
- service
Port Number - Service port
- service
Type String - Service type code
- service
Uri String - URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
- service
Username String - Username used for connecting to the service, if applicable
- state String
- Service state. One of
POWEROFF,REBALANCING,REBUILDINGandRUNNING. - static
Ips 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
- termination
Protection Boolean - Prevent service from being deleted. It is recommended to have this enabled for all services.
Supporting Types
ServiceCassandraUserConfig, ServiceCassandraUserConfigArgs
- Cassandra
Service
Cassandra User Config Cassandra - cassandra configuration values
- Cassandra
Version string - Cassandra major version
- Ip
Filters List<string> - IP filter
- Migrate
Sstableloader string - Migration mode for the sstableloader utility
- Private
Access ServiceCassandra User Config Private Access - Allow access to selected service ports from private networks
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceCassandra User Config Public Access - Allow access to selected service ports from the public Internet
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Cassandra
Service
Cassandra User Config Cassandra - cassandra configuration values
- Cassandra
Version string - Cassandra major version
- Ip
Filters []string - IP filter
- Migrate
Sstableloader string - Migration mode for the sstableloader utility
- Private
Access ServiceCassandra User Config Private Access - Allow access to selected service ports from private networks
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceCassandra User Config Public Access - Allow access to selected service ports from the public Internet
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- cassandra
Service
Cassandra User Config Cassandra - cassandra configuration values
- cassandra
Version String - Cassandra major version
- ip
Filters List<String> - IP filter
- migrate
Sstableloader String - Migration mode for the sstableloader utility
- private
Access ServiceCassandra User Config Private Access - Allow access to selected service ports from private networks
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceCassandra User Config Public Access - Allow access to selected service ports from the public Internet
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- cassandra
Service
Cassandra User Config Cassandra - cassandra configuration values
- cassandra
Version string - Cassandra major version
- ip
Filters string[] - IP filter
- migrate
Sstableloader string - Migration mode for the sstableloader utility
- private
Access ServiceCassandra User Config Private Access - Allow access to selected service ports from private networks
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceCassandra User Config Public Access - Allow access to selected service ports from the public Internet
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips string - Static IP addresses
- cassandra
Service
Cassandra User Config Cassandra - 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 ServiceCassandra User Config Private Access - Allow access to selected service ports from private networks
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceCassandra User Config Public Access - Allow access to selected service ports from the public Internet
- service_
to_ strfork_ from - 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
- cassandra
Version String - Cassandra major version
- ip
Filters List<String> - IP filter
- migrate
Sstableloader String - Migration mode for the sstableloader utility
- private
Access Property Map - Allow access to selected service ports from private networks
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ServiceCassandraUserConfigCassandra, ServiceCassandraUserConfigCassandraArgs
- Batch
Size stringFail Threshold In Kb - Batch
Size stringWarn Threshold In Kb
- Batch
Size stringFail Threshold In Kb - Batch
Size stringWarn Threshold In Kb
- batch
Size StringFail Threshold In Kb - batch
Size StringWarn Threshold In Kb
- batch
Size stringFail Threshold In Kb - batch
Size stringWarn Threshold In Kb
- batch
Size StringFail Threshold In Kb - batch
Size StringWarn Threshold In Kb
ServiceCassandraUserConfigPrivateAccess, ServiceCassandraUserConfigPrivateAccessArgs
- Prometheus string
- Prometheus string
- prometheus String
- prometheus string
- prometheus str
- prometheus String
ServiceCassandraUserConfigPublicAccess, ServiceCassandraUserConfigPublicAccessArgs
- Prometheus string
- Prometheus string
- prometheus String
- prometheus string
- prometheus str
- prometheus String
ServiceClickhouseUserConfig, ServiceClickhouseUserConfigArgs
- Ip
Filters List<string> - IP filter
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Ip
Filters []string - IP filter
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- ip
Filters List<String> - IP filter
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- ip
Filters string[] - IP filter
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- service
To stringFork From - 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_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- ip
Filters List<String> - IP filter
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
ServiceComponent, ServiceComponentArgs
ServiceElasticsearch, ServiceElasticsearchArgs
- Kibana
Uri string
- Kibana
Uri string
- kibana
Uri String
- kibana
Uri string
- kibana_
uri str
- kibana
Uri String
ServiceElasticsearchUserConfig, ServiceElasticsearchUserConfigArgs
- Custom
Domain string - Custom domain
- Disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- Elasticsearch
Service
Elasticsearch User Config Elasticsearch - Elasticsearch settings
- Elasticsearch
Version string - Elasticsearch major version
- Index
Patterns List<ServiceElasticsearch User Config Index Pattern> - Index patterns
- Index
Template ServiceElasticsearch User Config Index Template - Template settings for all new indexes
- Ip
Filters List<string> - IP filter
- Keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- Kibana
Service
Elasticsearch User Config Kibana - Kibana settings
- Max
Index stringCount - Maximum index count
- Opensearch
Version string - OpenSearch major version
- Private
Access ServiceElasticsearch User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceElasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceElasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Custom
Domain string - Custom domain
- Disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- Elasticsearch
Service
Elasticsearch User Config Elasticsearch - Elasticsearch settings
- Elasticsearch
Version string - Elasticsearch major version
- Index
Patterns []ServiceElasticsearch User Config Index Pattern - Index patterns
- Index
Template ServiceElasticsearch User Config Index Template - Template settings for all new indexes
- Ip
Filters []string - IP filter
- Keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- Kibana
Service
Elasticsearch User Config Kibana - Kibana settings
- Max
Index stringCount - Maximum index count
- Opensearch
Version string - OpenSearch major version
- Private
Access ServiceElasticsearch User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceElasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceElasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- custom
Domain String - Custom domain
- disable
Replication StringFactor Adjustment - Disable replication factor adjustment
- elasticsearch
Service
Elasticsearch User Config Elasticsearch - Elasticsearch settings
- elasticsearch
Version String - Elasticsearch major version
- index
Patterns List<ServiceElasticsearch User Config Index Pattern> - Index patterns
- index
Template ServiceElasticsearch User Config Index Template - Template settings for all new indexes
- ip
Filters List<String> - IP filter
- keep
Index StringRefresh Interval - Don't reset index.refresh_interval to the default value
- kibana
Service
Elasticsearch User Config Kibana - Kibana settings
- max
Index StringCount - Maximum index count
- opensearch
Version String - OpenSearch major version
- private
Access ServiceElasticsearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceElasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceElasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- custom
Domain string - Custom domain
- disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- elasticsearch
Service
Elasticsearch User Config Elasticsearch - Elasticsearch settings
- elasticsearch
Version string - Elasticsearch major version
- index
Patterns ServiceElasticsearch User Config Index Pattern[] - Index patterns
- index
Template ServiceElasticsearch User Config Index Template - Template settings for all new indexes
- ip
Filters string[] - IP filter
- keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- kibana
Service
Elasticsearch User Config Kibana - Kibana settings
- max
Index stringCount - Maximum index count
- opensearch
Version string - OpenSearch major version
- private
Access ServiceElasticsearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceElasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceElasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips string - Static IP addresses
- custom_
domain str - Custom domain
- disable_
replication_ strfactor_ adjustment - Disable replication factor adjustment
- elasticsearch
Service
Elasticsearch User Config Elasticsearch - Elasticsearch settings
- elasticsearch_
version str - Elasticsearch major version
- index_
patterns Sequence[ServiceElasticsearch User Config Index Pattern] - Index patterns
- index_
template ServiceElasticsearch User Config Index Template - Template settings for all new indexes
- ip_
filters Sequence[str] - IP filter
- keep_
index_ strrefresh_ interval - Don't reset index.refresh_interval to the default value
- kibana
Service
Elasticsearch User Config Kibana - Kibana settings
- max_
index_ strcount - Maximum index count
- opensearch_
version str - OpenSearch major version
- private_
access ServiceElasticsearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceElasticsearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceElasticsearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
basebackup_ strname - Name of the basebackup to restore in forked service
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- static_
ips str - Static IP addresses
- custom
Domain String - Custom domain
- disable
Replication StringFactor Adjustment - Disable replication factor adjustment
- elasticsearch Property Map
- Elasticsearch settings
- elasticsearch
Version String - Elasticsearch major version
- index
Patterns List<Property Map> - Index patterns
- index
Template Property Map - Template settings for all new indexes
- ip
Filters List<String> - IP filter
- keep
Index StringRefresh Interval - Don't reset index.refresh_interval to the default value
- kibana Property Map
- Kibana settings
- max
Index StringCount - Maximum index count
- opensearch
Version String - OpenSearch major version
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ServiceElasticsearchUserConfigElasticsearch, ServiceElasticsearchUserConfigElasticsearchArgs
- Action
Auto stringCreate Index Enabled - Action
Destructive stringRequires Name - Cluster
Max stringShards Per Node - Http
Max stringContent Length - Http
Max stringHeader Size - Http
Max stringInitial Line Length - Indices
Fielddata stringCache Size - Indices
Memory stringIndex Buffer Size - Indices
Queries stringCache Size - Indices
Query stringBool Max Clause Count - Override
Main stringResponse Version - Reindex
Remote List<string>Whitelists - Script
Max stringCompilations Rate - Search
Max stringBuckets - Thread
Pool stringAnalyze Queue Size - Thread
Pool stringAnalyze Size - Thread
Pool stringForce Merge Size - Thread
Pool stringGet Queue Size - Thread
Pool stringGet Size - Thread
Pool stringIndex Size - Thread
Pool stringSearch Queue Size - Thread
Pool stringSearch Size - Thread
Pool stringSearch Throttled Queue Size - Thread
Pool stringSearch Throttled Size - Thread
Pool stringWrite Queue Size - Thread
Pool stringWrite Size
- Action
Auto stringCreate Index Enabled - Action
Destructive stringRequires Name - Cluster
Max stringShards Per Node - Http
Max stringContent Length - Http
Max stringHeader Size - Http
Max stringInitial Line Length - Indices
Fielddata stringCache Size - Indices
Memory stringIndex Buffer Size - Indices
Queries stringCache Size - Indices
Query stringBool Max Clause Count - Override
Main stringResponse Version - Reindex
Remote []stringWhitelists - Script
Max stringCompilations Rate - Search
Max stringBuckets - Thread
Pool stringAnalyze Queue Size - Thread
Pool stringAnalyze Size - Thread
Pool stringForce Merge Size - Thread
Pool stringGet Queue Size - Thread
Pool stringGet Size - Thread
Pool stringIndex Size - Thread
Pool stringSearch Queue Size - Thread
Pool stringSearch Size - Thread
Pool stringSearch Throttled Queue Size - Thread
Pool stringSearch Throttled Size - Thread
Pool stringWrite Queue Size - Thread
Pool stringWrite Size
- action
Auto StringCreate Index Enabled - action
Destructive StringRequires Name - cluster
Max StringShards Per Node - http
Max StringContent Length - http
Max StringHeader Size - http
Max StringInitial Line Length - indices
Fielddata StringCache Size - indices
Memory StringIndex Buffer Size - indices
Queries StringCache Size - indices
Query StringBool Max Clause Count - override
Main StringResponse Version - reindex
Remote List<String>Whitelists - script
Max StringCompilations Rate - search
Max StringBuckets - thread
Pool StringAnalyze Queue Size - thread
Pool StringAnalyze Size - thread
Pool StringForce Merge Size - thread
Pool StringGet Queue Size - thread
Pool StringGet Size - thread
Pool StringIndex Size - thread
Pool StringSearch Queue Size - thread
Pool StringSearch Size - thread
Pool StringSearch Throttled Queue Size - thread
Pool StringSearch Throttled Size - thread
Pool StringWrite Queue Size - thread
Pool StringWrite Size
- action
Auto stringCreate Index Enabled - action
Destructive stringRequires Name - cluster
Max stringShards Per Node - http
Max stringContent Length - http
Max stringHeader Size - http
Max stringInitial Line Length - indices
Fielddata stringCache Size - indices
Memory stringIndex Buffer Size - indices
Queries stringCache Size - indices
Query stringBool Max Clause Count - override
Main stringResponse Version - reindex
Remote string[]Whitelists - script
Max stringCompilations Rate - search
Max stringBuckets - thread
Pool stringAnalyze Queue Size - thread
Pool stringAnalyze Size - thread
Pool stringForce Merge Size - thread
Pool stringGet Queue Size - thread
Pool stringGet Size - thread
Pool stringIndex Size - thread
Pool stringSearch Queue Size - thread
Pool stringSearch Size - thread
Pool stringSearch Throttled Queue Size - thread
Pool stringSearch Throttled Size - thread
Pool stringWrite Queue Size - thread
Pool stringWrite Size
- action_
auto_ strcreate_ index_ enabled - action_
destructive_ strrequires_ name - cluster_
max_ strshards_ per_ node - http_
max_ strcontent_ length - http_
max_ strheader_ size - http_
max_ strinitial_ line_ length - indices_
fielddata_ strcache_ size - indices_
memory_ strindex_ buffer_ size - indices_
queries_ strcache_ size - indices_
query_ strbool_ max_ clause_ count - override_
main_ strresponse_ version - reindex_
remote_ Sequence[str]whitelists - script_
max_ strcompilations_ rate - search_
max_ strbuckets - thread_
pool_ stranalyze_ queue_ size - thread_
pool_ stranalyze_ size - thread_
pool_ strforce_ merge_ size - thread_
pool_ strget_ queue_ size - thread_
pool_ strget_ size - thread_
pool_ strindex_ size - thread_
pool_ strsearch_ queue_ size - thread_
pool_ strsearch_ size - thread_
pool_ strsearch_ throttled_ queue_ size - thread_
pool_ strsearch_ throttled_ size - thread_
pool_ strwrite_ queue_ size - thread_
pool_ strwrite_ size
- action
Auto StringCreate Index Enabled - action
Destructive StringRequires Name - cluster
Max StringShards Per Node - http
Max StringContent Length - http
Max StringHeader Size - http
Max StringInitial Line Length - indices
Fielddata StringCache Size - indices
Memory StringIndex Buffer Size - indices
Queries StringCache Size - indices
Query StringBool Max Clause Count - override
Main StringResponse Version - reindex
Remote List<String>Whitelists - script
Max StringCompilations Rate - search
Max StringBuckets - thread
Pool StringAnalyze Queue Size - thread
Pool StringAnalyze Size - thread
Pool StringForce Merge Size - thread
Pool StringGet Queue Size - thread
Pool StringGet Size - thread
Pool StringIndex Size - thread
Pool StringSearch Queue Size - thread
Pool StringSearch Size - thread
Pool StringSearch Throttled Queue Size - thread
Pool StringSearch Throttled Size - thread
Pool StringWrite Queue Size - thread
Pool StringWrite Size
ServiceElasticsearchUserConfigIndexPattern, ServiceElasticsearchUserConfigIndexPatternArgs
- Max
Index stringCount - Pattern string
- Sorting
Algorithm string
- Max
Index stringCount - Pattern string
- Sorting
Algorithm string
- max
Index StringCount - pattern String
- sorting
Algorithm String
- max
Index stringCount - pattern string
- sorting
Algorithm string
- max_
index_ strcount - pattern str
- sorting_
algorithm str
- max
Index StringCount - pattern String
- sorting
Algorithm String
ServiceElasticsearchUserConfigIndexTemplate, ServiceElasticsearchUserConfigIndexTemplateArgs
- Mapping
Nested stringObjects Limit - Number
Of stringReplicas - Number
Of stringShards
- Mapping
Nested stringObjects Limit - Number
Of stringReplicas - Number
Of stringShards
- mapping
Nested StringObjects Limit - number
Of StringReplicas - number
Of StringShards
- mapping
Nested stringObjects Limit - number
Of stringReplicas - number
Of stringShards
- mapping
Nested StringObjects Limit - number
Of StringReplicas - number
Of StringShards
ServiceElasticsearchUserConfigKibana, ServiceElasticsearchUserConfigKibanaArgs
- Elasticsearch
Request stringTimeout - Enabled string
- Max
Old stringSpace Size
- Elasticsearch
Request stringTimeout - Enabled string
- Max
Old stringSpace Size
- elasticsearch
Request StringTimeout - enabled String
- max
Old StringSpace Size
- elasticsearch
Request stringTimeout - enabled string
- max
Old stringSpace Size
- elasticsearch
Request StringTimeout - enabled String
- max
Old StringSpace Size
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
ServiceFlink, ServiceFlinkArgs
- Host
Ports List<string> - Host and Port of a Flink server
- Host
Ports []string - Host and Port of a Flink server
- host
Ports List<String> - Host and Port of a Flink server
- host
Ports string[] - Host and Port of a Flink server
- host_
ports Sequence[str] - Host and Port of a Flink server
- host
Ports List<String> - Host and Port of a Flink server
ServiceFlinkUserConfig, ServiceFlinkUserConfigArgs
- Execution
Checkpointing stringInterval Ms - Flink execution.checkpointing.interval in milliseconds
- Execution
Checkpointing stringTimeout Ms - Flink execution.checkpointing.timeout in milliseconds
- Flink
Version string - Flink major version
- Ip
Filters List<string> - IP filter
- Number
Of stringTask Slots - Flink taskmanager.numberOfTaskSlots
- Parallelism
Default string - Flink parallelism.default
- Privatelink
Access ServiceFlink User Config Privatelink Access - Allow access to selected service components through Privatelink
- Restart
Strategy string - Flink restart-strategy
- Restart
Strategy stringDelay Sec - Flink restart-strategy.failure-rate.delay in seconds
- Restart
Strategy stringFailure Rate Interval Min - Flink restart-strategy.failure-rate.failure-rate-interval in minutes
- Restart
Strategy stringMax Failures - Flink restart-strategy.failure-rate.max-failures-per-interval
- Execution
Checkpointing stringInterval Ms - Flink execution.checkpointing.interval in milliseconds
- Execution
Checkpointing stringTimeout Ms - Flink execution.checkpointing.timeout in milliseconds
- Flink
Version string - Flink major version
- Ip
Filters []string - IP filter
- Number
Of stringTask Slots - Flink taskmanager.numberOfTaskSlots
- Parallelism
Default string - Flink parallelism.default
- Privatelink
Access ServiceFlink User Config Privatelink Access - Allow access to selected service components through Privatelink
- Restart
Strategy string - Flink restart-strategy
- Restart
Strategy stringDelay Sec - Flink restart-strategy.failure-rate.delay in seconds
- Restart
Strategy stringFailure Rate Interval Min - Flink restart-strategy.failure-rate.failure-rate-interval in minutes
- Restart
Strategy stringMax Failures - Flink restart-strategy.failure-rate.max-failures-per-interval
- execution
Checkpointing StringInterval Ms - Flink execution.checkpointing.interval in milliseconds
- execution
Checkpointing StringTimeout Ms - Flink execution.checkpointing.timeout in milliseconds
- flink
Version String - Flink major version
- ip
Filters List<String> - IP filter
- number
Of StringTask Slots - Flink taskmanager.numberOfTaskSlots
- parallelism
Default String - Flink parallelism.default
- privatelink
Access ServiceFlink User Config Privatelink Access - Allow access to selected service components through Privatelink
- restart
Strategy String - Flink restart-strategy
- restart
Strategy StringDelay Sec - Flink restart-strategy.failure-rate.delay in seconds
- restart
Strategy StringFailure Rate Interval Min - Flink restart-strategy.failure-rate.failure-rate-interval in minutes
- restart
Strategy StringMax Failures - Flink restart-strategy.failure-rate.max-failures-per-interval
- execution
Checkpointing stringInterval Ms - Flink execution.checkpointing.interval in milliseconds
- execution
Checkpointing stringTimeout Ms - Flink execution.checkpointing.timeout in milliseconds
- flink
Version string - Flink major version
- ip
Filters string[] - IP filter
- number
Of stringTask Slots - Flink taskmanager.numberOfTaskSlots
- parallelism
Default string - Flink parallelism.default
- privatelink
Access ServiceFlink User Config Privatelink Access - Allow access to selected service components through Privatelink
- restart
Strategy string - Flink restart-strategy
- restart
Strategy stringDelay Sec - Flink restart-strategy.failure-rate.delay in seconds
- restart
Strategy stringFailure Rate Interval Min - Flink restart-strategy.failure-rate.failure-rate-interval in minutes
- restart
Strategy stringMax Failures - Flink restart-strategy.failure-rate.max-failures-per-interval
- execution_
checkpointing_ strinterval_ ms - Flink execution.checkpointing.interval in milliseconds
- execution_
checkpointing_ strtimeout_ ms - Flink execution.checkpointing.timeout in milliseconds
- flink_
version str - Flink major version
- ip_
filters Sequence[str] - IP filter
- number_
of_ strtask_ slots - Flink taskmanager.numberOfTaskSlots
- parallelism_
default str - Flink parallelism.default
- privatelink_
access ServiceFlink User Config Privatelink Access - Allow access to selected service components through Privatelink
- restart_
strategy str - Flink restart-strategy
- restart_
strategy_ strdelay_ sec - Flink restart-strategy.failure-rate.delay in seconds
- restart_
strategy_ strfailure_ rate_ interval_ min - Flink restart-strategy.failure-rate.failure-rate-interval in minutes
- restart_
strategy_ strmax_ failures - Flink restart-strategy.failure-rate.max-failures-per-interval
- execution
Checkpointing StringInterval Ms - Flink execution.checkpointing.interval in milliseconds
- execution
Checkpointing StringTimeout Ms - Flink execution.checkpointing.timeout in milliseconds
- flink
Version String - Flink major version
- ip
Filters List<String> - IP filter
- number
Of StringTask Slots - Flink taskmanager.numberOfTaskSlots
- parallelism
Default String - Flink parallelism.default
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- restart
Strategy String - Flink restart-strategy
- restart
Strategy StringDelay Sec - Flink restart-strategy.failure-rate.delay in seconds
- restart
Strategy StringFailure Rate Interval Min - Flink restart-strategy.failure-rate.failure-rate-interval in minutes
- restart
Strategy StringMax Failures - 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
- Alerting
Enabled string - Enable or disable Grafana alerting functionality
- Alerting
Error stringOr Timeout - Default error or timeout setting for new alerting rules
- Alerting
Max stringAnnotations To Keep - Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
- Alerting
Nodata stringOr Nullvalues - Default value for 'no data or null values' for new alerting rules
- Allow
Embedding string - Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
- Auth
Azuread ServiceGrafana User Config Auth Azuread - Azure AD OAuth integration
- Auth
Basic stringEnabled - Enable or disable basic authentication form, used by Grafana built-in login
- Auth
Generic ServiceOauth Grafana User Config Auth Generic Oauth - Generic OAuth integration
- Auth
Github ServiceGrafana User Config Auth Github - Github Auth integration
- Auth
Gitlab ServiceGrafana User Config Auth Gitlab - GitLab Auth integration
- Auth
Google ServiceGrafana User Config Auth Google - Google Auth integration
- 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.
- Custom
Domain string - Custom domain
- Dashboards
Min stringRefresh Interval - Minimum refresh interval
- Dashboards
Versions stringTo Keep - Dashboard versions to keep per dashboard
- Dataproxy
Send stringUser Header - Send 'X-Grafana-User' header to data source
- Dataproxy
Timeout string - Timeout for data proxy requests in seconds
- Date
Formats ServiceGrafana User Config Date Formats - Grafana date format specifications
- Disable
Gravatar string - Set to true to disable gravatar. Defaults to false (gravatar is enabled)
- Editors
Can stringAdmin - Editors can manage folders, teams and dashboards created by them
- External
Image ServiceStorage Grafana User Config External Image Storage - External image store settings
- Google
Analytics stringUa Id - Google Analytics ID
- Ip
Filters List<string> - IP filter
- Metrics
Enabled string - Enable Grafana /metrics endpoint
- Private
Access ServiceGrafana User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceGrafana User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceGrafana User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Smtp
Server ServiceGrafana User Config Smtp Server - SMTP server settings
- Static
Ips string - Static IP addresses
- User
Auto stringAssign Org - Auto-assign new users on signup to main organization. Defaults to false
- User
Auto stringAssign Org Role - Set role for new signups. Defaults to Viewer
- Viewers
Can stringEdit - Users with view-only permission can edit but not save dashboards
- Alerting
Enabled string - Enable or disable Grafana alerting functionality
- Alerting
Error stringOr Timeout - Default error or timeout setting for new alerting rules
- Alerting
Max stringAnnotations To Keep - Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
- Alerting
Nodata stringOr Nullvalues - Default value for 'no data or null values' for new alerting rules
- Allow
Embedding string - Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
- Auth
Azuread ServiceGrafana User Config Auth Azuread - Azure AD OAuth integration
- Auth
Basic stringEnabled - Enable or disable basic authentication form, used by Grafana built-in login
- Auth
Generic ServiceOauth Grafana User Config Auth Generic Oauth - Generic OAuth integration
- Auth
Github ServiceGrafana User Config Auth Github - Github Auth integration
- Auth
Gitlab ServiceGrafana User Config Auth Gitlab - GitLab Auth integration
- Auth
Google ServiceGrafana User Config Auth Google - Google Auth integration
- 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.
- Custom
Domain string - Custom domain
- Dashboards
Min stringRefresh Interval - Minimum refresh interval
- Dashboards
Versions stringTo Keep - Dashboard versions to keep per dashboard
- Dataproxy
Send stringUser Header - Send 'X-Grafana-User' header to data source
- Dataproxy
Timeout string - Timeout for data proxy requests in seconds
- Date
Formats ServiceGrafana User Config Date Formats - Grafana date format specifications
- Disable
Gravatar string - Set to true to disable gravatar. Defaults to false (gravatar is enabled)
- Editors
Can stringAdmin - Editors can manage folders, teams and dashboards created by them
- External
Image ServiceStorage Grafana User Config External Image Storage - External image store settings
- Google
Analytics stringUa Id - Google Analytics ID
- Ip
Filters []string - IP filter
- Metrics
Enabled string - Enable Grafana /metrics endpoint
- Private
Access ServiceGrafana User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceGrafana User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceGrafana User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Smtp
Server ServiceGrafana User Config Smtp Server - SMTP server settings
- Static
Ips string - Static IP addresses
- User
Auto stringAssign Org - Auto-assign new users on signup to main organization. Defaults to false
- User
Auto stringAssign Org Role - Set role for new signups. Defaults to Viewer
- Viewers
Can stringEdit - Users with view-only permission can edit but not save dashboards
- alerting
Enabled String - Enable or disable Grafana alerting functionality
- alerting
Error StringOr Timeout - Default error or timeout setting for new alerting rules
- alerting
Max StringAnnotations To Keep - Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
- alerting
Nodata StringOr Nullvalues - Default value for 'no data or null values' for new alerting rules
- allow
Embedding String - Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
- auth
Azuread ServiceGrafana User Config Auth Azuread - Azure AD OAuth integration
- auth
Basic StringEnabled - Enable or disable basic authentication form, used by Grafana built-in login
- auth
Generic ServiceOauth Grafana User Config Auth Generic Oauth - Generic OAuth integration
- auth
Github ServiceGrafana User Config Auth Github - Github Auth integration
- auth
Gitlab ServiceGrafana User Config Auth Gitlab - GitLab Auth integration
- auth
Google ServiceGrafana User Config Auth Google - Google Auth integration
- 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.
- custom
Domain String - Custom domain
- dashboards
Min StringRefresh Interval - Minimum refresh interval
- dashboards
Versions StringTo Keep - Dashboard versions to keep per dashboard
- dataproxy
Send StringUser Header - Send 'X-Grafana-User' header to data source
- dataproxy
Timeout String - Timeout for data proxy requests in seconds
- date
Formats ServiceGrafana User Config Date Formats - Grafana date format specifications
- disable
Gravatar String - Set to true to disable gravatar. Defaults to false (gravatar is enabled)
- editors
Can StringAdmin - Editors can manage folders, teams and dashboards created by them
- external
Image ServiceStorage Grafana User Config External Image Storage - External image store settings
- google
Analytics StringUa Id - Google Analytics ID
- ip
Filters List<String> - IP filter
- metrics
Enabled String - Enable Grafana /metrics endpoint
- private
Access ServiceGrafana User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceGrafana User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceGrafana User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- smtp
Server ServiceGrafana User Config Smtp Server - SMTP server settings
- static
Ips String - Static IP addresses
- user
Auto StringAssign Org - Auto-assign new users on signup to main organization. Defaults to false
- user
Auto StringAssign Org Role - Set role for new signups. Defaults to Viewer
- viewers
Can StringEdit - Users with view-only permission can edit but not save dashboards
- alerting
Enabled string - Enable or disable Grafana alerting functionality
- alerting
Error stringOr Timeout - Default error or timeout setting for new alerting rules
- alerting
Max stringAnnotations To Keep - Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
- alerting
Nodata stringOr Nullvalues - Default value for 'no data or null values' for new alerting rules
- allow
Embedding string - Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
- auth
Azuread ServiceGrafana User Config Auth Azuread - Azure AD OAuth integration
- auth
Basic stringEnabled - Enable or disable basic authentication form, used by Grafana built-in login
- auth
Generic ServiceOauth Grafana User Config Auth Generic Oauth - Generic OAuth integration
- auth
Github ServiceGrafana User Config Auth Github - Github Auth integration
- auth
Gitlab ServiceGrafana User Config Auth Gitlab - GitLab Auth integration
- auth
Google ServiceGrafana User Config Auth Google - Google Auth integration
- 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.
- custom
Domain string - Custom domain
- dashboards
Min stringRefresh Interval - Minimum refresh interval
- dashboards
Versions stringTo Keep - Dashboard versions to keep per dashboard
- dataproxy
Send stringUser Header - Send 'X-Grafana-User' header to data source
- dataproxy
Timeout string - Timeout for data proxy requests in seconds
- date
Formats ServiceGrafana User Config Date Formats - Grafana date format specifications
- disable
Gravatar string - Set to true to disable gravatar. Defaults to false (gravatar is enabled)
- editors
Can stringAdmin - Editors can manage folders, teams and dashboards created by them
- external
Image ServiceStorage Grafana User Config External Image Storage - External image store settings
- google
Analytics stringUa Id - Google Analytics ID
- ip
Filters string[] - IP filter
- metrics
Enabled string - Enable Grafana /metrics endpoint
- private
Access ServiceGrafana User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceGrafana User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceGrafana User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- smtp
Server ServiceGrafana User Config Smtp Server - SMTP server settings
- static
Ips string - Static IP addresses
- user
Auto stringAssign Org - Auto-assign new users on signup to main organization. Defaults to false
- user
Auto stringAssign Org Role - Set role for new signups. Defaults to Viewer
- viewers
Can stringEdit - Users with view-only permission can edit but not save dashboards
- alerting_
enabled str - Enable or disable Grafana alerting functionality
- alerting_
error_ stror_ timeout - Default error or timeout setting for new alerting rules
- alerting_
max_ strannotations_ to_ keep - Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
- alerting_
nodata_ stror_ nullvalues - 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 ServiceGrafana User Config Auth Azuread - Azure AD OAuth integration
- auth_
basic_ strenabled - Enable or disable basic authentication form, used by Grafana built-in login
- auth_
generic_ Serviceoauth Grafana User Config Auth Generic Oauth - Generic OAuth integration
- auth_
github ServiceGrafana User Config Auth Github - Github Auth integration
- auth_
gitlab ServiceGrafana User Config Auth Gitlab - GitLab Auth integration
- auth_
google ServiceGrafana User Config Auth Google - Google Auth integration
- 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_ strrefresh_ interval - Minimum refresh interval
- dashboards_
versions_ strto_ keep - Dashboard versions to keep per dashboard
- dataproxy_
send_ struser_ header - Send 'X-Grafana-User' header to data source
- dataproxy_
timeout str - Timeout for data proxy requests in seconds
- date_
formats ServiceGrafana User Config Date Formats - Grafana date format specifications
- disable_
gravatar str - Set to true to disable gravatar. Defaults to false (gravatar is enabled)
- editors_
can_ stradmin - Editors can manage folders, teams and dashboards created by them
- external_
image_ Servicestorage Grafana User Config External Image Storage - External image store settings
- google_
analytics_ strua_ id - Google Analytics ID
- ip_
filters Sequence[str] - IP filter
- metrics_
enabled str - Enable Grafana /metrics endpoint
- private_
access ServiceGrafana User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceGrafana User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceGrafana User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
basebackup_ strname - Name of the basebackup to restore in forked service
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- smtp_
server ServiceGrafana User Config Smtp Server - SMTP server settings
- static_
ips str - Static IP addresses
- user_
auto_ strassign_ org - Auto-assign new users on signup to main organization. Defaults to false
- user_
auto_ strassign_ org_ role - Set role for new signups. Defaults to Viewer
- viewers_
can_ stredit - Users with view-only permission can edit but not save dashboards
- alerting
Enabled String - Enable or disable Grafana alerting functionality
- alerting
Error StringOr Timeout - Default error or timeout setting for new alerting rules
- alerting
Max StringAnnotations To Keep - Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
- alerting
Nodata StringOr Nullvalues - Default value for 'no data or null values' for new alerting rules
- allow
Embedding String - Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
- auth
Azuread Property Map - Azure AD OAuth integration
- auth
Basic StringEnabled - Enable or disable basic authentication form, used by Grafana built-in login
- auth
Generic Property MapOauth - Generic OAuth integration
- auth
Github Property Map - Github Auth integration
- auth
Gitlab Property Map - GitLab Auth integration
- auth
Google Property Map - Google Auth integration
- 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.
- custom
Domain String - Custom domain
- dashboards
Min StringRefresh Interval - Minimum refresh interval
- dashboards
Versions StringTo Keep - Dashboard versions to keep per dashboard
- dataproxy
Send StringUser Header - Send 'X-Grafana-User' header to data source
- dataproxy
Timeout String - Timeout for data proxy requests in seconds
- date
Formats Property Map - Grafana date format specifications
- disable
Gravatar String - Set to true to disable gravatar. Defaults to false (gravatar is enabled)
- editors
Can StringAdmin - Editors can manage folders, teams and dashboards created by them
- external
Image Property MapStorage - External image store settings
- google
Analytics StringUa Id - Google Analytics ID
- ip
Filters List<String> - IP filter
- metrics
Enabled String - Enable Grafana /metrics endpoint
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- smtp
Server Property Map - SMTP server settings
- static
Ips String - Static IP addresses
- user
Auto StringAssign Org - Auto-assign new users on signup to main organization. Defaults to false
- user
Auto StringAssign Org Role - Set role for new signups. Defaults to Viewer
- viewers
Can StringEdit - Users with view-only permission can edit but not save dashboards
ServiceGrafanaUserConfigAuthAzuread, ServiceGrafanaUserConfigAuthAzureadArgs
- Allow
Sign stringUp - Allowed
Domains List<string> - Allowed
Groups List<string> - Auth
Url string - Client
Id string - Client
Secret string - Token
Url string
- Allow
Sign stringUp - Allowed
Domains []string - Allowed
Groups []string - Auth
Url string - Client
Id string - Client
Secret string - Token
Url string
- allow
Sign StringUp - allowed
Domains List<String> - allowed
Groups List<String> - auth
Url String - client
Id String - client
Secret String - token
Url String
- allow
Sign stringUp - allowed
Domains string[] - allowed
Groups string[] - auth
Url string - client
Id string - client
Secret string - token
Url string
- allow_
sign_ strup - allowed_
domains Sequence[str] - allowed_
groups Sequence[str] - auth_
url str - client_
id str - client_
secret str - token_
url str
- allow
Sign StringUp - allowed
Domains List<String> - allowed
Groups List<String> - auth
Url String - client
Id String - client
Secret String - token
Url String
ServiceGrafanaUserConfigAuthGenericOauth, ServiceGrafanaUserConfigAuthGenericOauthArgs
- Allow
Sign stringUp - Allowed
Domains List<string> - Allowed
Organizations List<string> - Api
Url string - Auth
Url string - Client
Id string - Client
Secret string - Name string
- Scopes List<string>
- Token
Url string
- Allow
Sign stringUp - 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
- allow
Sign StringUp - allowed
Domains List<String> - allowed
Organizations List<String> - api
Url String - auth
Url String - client
Id String - client
Secret String - name String
- scopes List<String>
- token
Url String
- allow
Sign stringUp - 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
- allow_
sign_ strup - 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
- allow
Sign StringUp - allowed
Domains List<String> - allowed
Organizations List<String> - api
Url String - auth
Url String - client
Id String - client
Secret String - name String
- scopes List<String>
- token
Url String
ServiceGrafanaUserConfigAuthGithub, ServiceGrafanaUserConfigAuthGithubArgs
- Allow
Sign stringUp - Allowed
Organizations List<string> - Client
Id string - Client
Secret string - Team
Ids List<string>
- Allow
Sign stringUp - Allowed
Organizations []string - Client
Id string - Client
Secret string - Team
Ids []string
- allow
Sign StringUp - allowed
Organizations List<String> - client
Id String - client
Secret String - team
Ids List<String>
- allow
Sign stringUp - allowed
Organizations string[] - client
Id string - client
Secret string - team
Ids string[]
- allow_
sign_ strup - allowed_
organizations Sequence[str] - client_
id str - client_
secret str - team_
ids Sequence[str]
- allow
Sign StringUp - allowed
Organizations List<String> - client
Id String - client
Secret String - team
Ids List<String>
ServiceGrafanaUserConfigAuthGitlab, ServiceGrafanaUserConfigAuthGitlabArgs
- Allow
Sign stringUp - Allowed
Groups List<string> - Api
Url string - Auth
Url string - Client
Id string - Client
Secret string - Token
Url string
- Allow
Sign stringUp - Allowed
Groups []string - Api
Url string - Auth
Url string - Client
Id string - Client
Secret string - Token
Url string
- allow
Sign StringUp - allowed
Groups List<String> - api
Url String - auth
Url String - client
Id String - client
Secret String - token
Url String
- allow
Sign stringUp - allowed
Groups string[] - api
Url string - auth
Url string - client
Id string - client
Secret string - token
Url string
- allow_
sign_ strup - allowed_
groups Sequence[str] - api_
url str - auth_
url str - client_
id str - client_
secret str - token_
url str
- allow
Sign StringUp - allowed
Groups List<String> - api
Url String - auth
Url String - client
Id String - client
Secret String - token
Url String
ServiceGrafanaUserConfigAuthGoogle, ServiceGrafanaUserConfigAuthGoogleArgs
- Allow
Sign stringUp - Allowed
Domains List<string> - Client
Id string - Client
Secret string
- Allow
Sign stringUp - Allowed
Domains []string - Client
Id string - Client
Secret string
- allow
Sign StringUp - allowed
Domains List<String> - client
Id String - client
Secret String
- allow
Sign stringUp - allowed
Domains string[] - client
Id string - client
Secret string
- allow_
sign_ strup - allowed_
domains Sequence[str] - client_
id str - client_
secret str
- allow
Sign StringUp - allowed
Domains List<String> - client
Id String - client
Secret String
ServiceGrafanaUserConfigDateFormats, ServiceGrafanaUserConfigDateFormatsArgs
- Default
Timezone string - Full
Date string - Interval
Day string - Interval
Hour string - Interval
Minute string - Interval
Month string - Interval
Second string - Interval
Year string
- Default
Timezone string - Full
Date string - Interval
Day string - Interval
Hour string - Interval
Minute string - Interval
Month string - Interval
Second string - Interval
Year string
- default
Timezone String - full
Date String - interval
Day String - interval
Hour String - interval
Minute String - interval
Month String - interval
Second String - interval
Year String
- default
Timezone string - full
Date string - interval
Day string - interval
Hour string - interval
Minute string - interval
Month string - interval
Second string - interval
Year string
- default_
timezone str - full_
date str - interval_
day str - interval_
hour str - interval_
minute str - interval_
month str - interval_
second str - interval_
year str
- default
Timezone String - full
Date String - interval
Day String - interval
Hour String - interval
Minute String - interval
Month String - interval
Second String - interval
Year String
ServiceGrafanaUserConfigExternalImageStorage, ServiceGrafanaUserConfigExternalImageStorageArgs
- access_
key str - bucket_
url str - provider str
- secret_
key str
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
- From
Address string - From
Name string - Host string
- Password string
- Port string
- Skip
Verify string - Starttls
Policy string - Username string
- From
Address string - From
Name string - Host string
- Password string
- Port string
- Skip
Verify string - Starttls
Policy string - Username string
- from
Address String - from
Name String - host String
- password String
- port String
- skip
Verify String - starttls
Policy String - username String
- from
Address string - from
Name string - host string
- password string
- port string
- skip
Verify string - starttls
Policy string - username string
- from_
address str - from_
name str - host str
- password str
- port str
- skip_
verify str - starttls_
policy str - username str
- from
Address String - from
Name String - host String
- password String
- port String
- skip
Verify String - starttls
Policy String - username String
ServiceInfluxdb, ServiceInfluxdbArgs
- Database
Name string
- Database
Name string
- database
Name String
- database
Name string
- database_
name str
- database
Name String
ServiceInfluxdbUserConfig, ServiceInfluxdbUserConfigArgs
- Custom
Domain string - Custom domain
- Influxdb
Service
Influxdb User Config Influxdb - influxdb.conf configuration values
- Ip
Filters List<string> - IP filter
- Private
Access ServiceInfluxdb User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceInfluxdb User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceInfluxdb User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Custom
Domain string - Custom domain
- Influxdb
Service
Influxdb User Config Influxdb - influxdb.conf configuration values
- Ip
Filters []string - IP filter
- Private
Access ServiceInfluxdb User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceInfluxdb User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceInfluxdb User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- custom
Domain String - Custom domain
- influxdb
Service
Influxdb User Config Influxdb - influxdb.conf configuration values
- ip
Filters List<String> - IP filter
- private
Access ServiceInfluxdb User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceInfluxdb User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceInfluxdb User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- custom
Domain string - Custom domain
- influxdb
Service
Influxdb User Config Influxdb - influxdb.conf configuration values
- ip
Filters string[] - IP filter
- private
Access ServiceInfluxdb User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceInfluxdb User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceInfluxdb User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips string - Static IP addresses
- custom_
domain str - Custom domain
- influxdb
Service
Influxdb User Config Influxdb - influxdb.conf configuration values
- ip_
filters Sequence[str] - IP filter
- private_
access ServiceInfluxdb User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceInfluxdb User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceInfluxdb User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
basebackup_ strname - Name of the basebackup to restore in forked service
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- static_
ips str - Static IP addresses
- custom
Domain String - Custom domain
- influxdb Property Map
- influxdb.conf configuration values
- ip
Filters List<String> - IP filter
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ServiceInfluxdbUserConfigInfluxdb, ServiceInfluxdbUserConfigInfluxdbArgs
- Log
Queries stringAfter - Max
Connection stringLimit - Max
Row stringLimit - Max
Select stringBuckets - Max
Select stringPoint - Query
Timeout string
- Log
Queries stringAfter - Max
Connection stringLimit - Max
Row stringLimit - Max
Select stringBuckets - Max
Select stringPoint - Query
Timeout string
- log
Queries StringAfter - max
Connection StringLimit - max
Row StringLimit - max
Select StringBuckets - max
Select StringPoint - query
Timeout String
- log
Queries stringAfter - max
Connection stringLimit - max
Row stringLimit - max
Select stringBuckets - max
Select stringPoint - query
Timeout string
- log
Queries StringAfter - max
Connection StringLimit - max
Row StringLimit - max
Select StringBuckets - max
Select StringPoint - query
Timeout String
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
- Access
Cert string - The Kafka client certificate
- Access
Key string - The Kafka client certificate key
- Connect
Uri string - The Kafka Connect URI, if any
- Rest
Uri string - The Kafka REST URI, if any
- Schema
Registry stringUri - The Schema Registry URI, if any
- Access
Cert string - The Kafka client certificate
- Access
Key string - The Kafka client certificate key
- Connect
Uri string - The Kafka Connect URI, if any
- Rest
Uri string - The Kafka REST URI, if any
- Schema
Registry stringUri - The Schema Registry URI, if any
- access
Cert String - The Kafka client certificate
- access
Key String - The Kafka client certificate key
- connect
Uri String - The Kafka Connect URI, if any
- rest
Uri String - The Kafka REST URI, if any
- schema
Registry StringUri - The Schema Registry URI, if any
- access
Cert string - The Kafka client certificate
- access
Key string - The Kafka client certificate key
- connect
Uri string - The Kafka Connect URI, if any
- rest
Uri string - The Kafka REST URI, if any
- schema
Registry stringUri - 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_ struri - The Schema Registry URI, if any
- access
Cert String - The Kafka client certificate
- access
Key String - The Kafka client certificate key
- connect
Uri String - The Kafka Connect URI, if any
- rest
Uri String - The Kafka REST URI, if any
- schema
Registry StringUri - The Schema Registry URI, if any
ServiceKafkaConnectUserConfig, ServiceKafkaConnectUserConfigArgs
- Ip
Filters List<string> - IP filter
- Kafka
Connect ServiceKafka Connect User Config Kafka Connect - Kafka Connect configuration values
- Private
Access ServiceKafka Connect User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceKafka Connect User Config Privatelink Access - Allow access to selected service components through Privatelink
- Public
Access ServiceKafka Connect User Config Public Access - Allow access to selected service ports from the public Internet
- Static
Ips string - Static IP addresses
- Ip
Filters []string - IP filter
- Kafka
Connect ServiceKafka Connect User Config Kafka Connect - Kafka Connect configuration values
- Private
Access ServiceKafka Connect User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceKafka Connect User Config Privatelink Access - Allow access to selected service components through Privatelink
- Public
Access ServiceKafka Connect User Config Public Access - Allow access to selected service ports from the public Internet
- Static
Ips string - Static IP addresses
- ip
Filters List<String> - IP filter
- kafka
Connect ServiceKafka Connect User Config Kafka Connect - Kafka Connect configuration values
- private
Access ServiceKafka Connect User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceKafka Connect User Config Privatelink Access - Allow access to selected service components through Privatelink
- public
Access ServiceKafka Connect User Config Public Access - Allow access to selected service ports from the public Internet
- static
Ips String - Static IP addresses
- ip
Filters string[] - IP filter
- kafka
Connect ServiceKafka Connect User Config Kafka Connect - Kafka Connect configuration values
- private
Access ServiceKafka Connect User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceKafka Connect User Config Privatelink Access - Allow access to selected service components through Privatelink
- public
Access ServiceKafka Connect User Config Public Access - Allow access to selected service ports from the public Internet
- static
Ips string - Static IP addresses
- ip_
filters Sequence[str] - IP filter
- kafka_
connect ServiceKafka Connect User Config Kafka Connect - Kafka Connect configuration values
- private_
access ServiceKafka Connect User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceKafka Connect User Config Privatelink Access - Allow access to selected service components through Privatelink
- public_
access ServiceKafka Connect User Config Public Access - Allow access to selected service ports from the public Internet
- static_
ips str - Static IP addresses
- ip
Filters List<String> - IP filter
- kafka
Connect Property Map - Kafka Connect configuration values
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- public
Access Property Map - Allow access to selected service ports from the public Internet
- static
Ips String - Static IP addresses
ServiceKafkaConnectUserConfigKafkaConnect, ServiceKafkaConnectUserConfigKafkaConnectArgs
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch stringMax Bytes - Consumer
Isolation stringLevel - Consumer
Max stringPartition Fetch Bytes - Consumer
Max stringPoll Interval Ms - Consumer
Max stringPoll Records - Offset
Flush stringInterval Ms - Offset
Flush stringTimeout Ms - Producer
Max stringRequest Size - Session
Timeout stringMs
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch stringMax Bytes - Consumer
Isolation stringLevel - Consumer
Max stringPartition Fetch Bytes - Consumer
Max stringPoll Interval Ms - Consumer
Max stringPoll Records - Offset
Flush stringInterval Ms - Offset
Flush stringTimeout Ms - Producer
Max stringRequest Size - Session
Timeout stringMs
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch StringMax Bytes - consumer
Isolation StringLevel - consumer
Max StringPartition Fetch Bytes - consumer
Max StringPoll Interval Ms - consumer
Max StringPoll Records - offset
Flush StringInterval Ms - offset
Flush StringTimeout Ms - producer
Max StringRequest Size - session
Timeout StringMs
- connector
Client stringConfig Override Policy - consumer
Auto stringOffset Reset - consumer
Fetch stringMax Bytes - consumer
Isolation stringLevel - consumer
Max stringPartition Fetch Bytes - consumer
Max stringPoll Interval Ms - consumer
Max stringPoll Records - offset
Flush stringInterval Ms - offset
Flush stringTimeout Ms - producer
Max stringRequest Size - session
Timeout stringMs
- connector_
client_ strconfig_ override_ policy - consumer_
auto_ stroffset_ reset - consumer_
fetch_ strmax_ bytes - consumer_
isolation_ strlevel - consumer_
max_ strpartition_ fetch_ bytes - consumer_
max_ strpoll_ interval_ ms - consumer_
max_ strpoll_ records - offset_
flush_ strinterval_ ms - offset_
flush_ strtimeout_ ms - producer_
max_ strrequest_ size - session_
timeout_ strms
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch StringMax Bytes - consumer
Isolation StringLevel - consumer
Max StringPartition Fetch Bytes - consumer
Max StringPoll Interval Ms - consumer
Max StringPoll Records - offset
Flush StringInterval Ms - offset
Flush StringTimeout Ms - producer
Max StringRequest Size - session
Timeout StringMs
ServiceKafkaConnectUserConfigPrivateAccess, ServiceKafkaConnectUserConfigPrivateAccessArgs
- Kafka
Connect string - Kafka Connect specific server provided values
- Prometheus string
- Kafka
Connect string - Kafka Connect specific server provided values
- Prometheus string
- kafka
Connect String - Kafka Connect specific server provided values
- prometheus String
- kafka
Connect string - Kafka Connect specific server provided values
- prometheus string
- kafka_
connect str - Kafka Connect specific server provided values
- prometheus str
- kafka
Connect String - Kafka Connect specific server provided values
- prometheus String
ServiceKafkaConnectUserConfigPrivatelinkAccess, ServiceKafkaConnectUserConfigPrivatelinkAccessArgs
- Jolokia string
- Kafka
Connect string - Kafka Connect specific server provided values
- Prometheus string
- Jolokia string
- Kafka
Connect string - Kafka Connect specific server provided values
- Prometheus string
- jolokia String
- kafka
Connect String - Kafka Connect specific server provided values
- prometheus String
- jolokia string
- kafka
Connect string - Kafka Connect specific server provided values
- prometheus string
- jolokia str
- kafka_
connect str - Kafka Connect specific server provided values
- prometheus str
- jolokia String
- kafka
Connect String - Kafka Connect specific server provided values
- prometheus String
ServiceKafkaConnectUserConfigPublicAccess, ServiceKafkaConnectUserConfigPublicAccessArgs
- Kafka
Connect string - Kafka Connect specific server provided values
- Prometheus string
- Kafka
Connect string - Kafka Connect specific server provided values
- Prometheus string
- kafka
Connect String - Kafka Connect specific server provided values
- prometheus String
- kafka
Connect string - Kafka Connect specific server provided values
- prometheus string
- kafka_
connect str - Kafka Connect specific server provided values
- prometheus str
- kafka
Connect String - Kafka Connect specific server provided values
- prometheus String
ServiceKafkaMirrormakerUserConfig, ServiceKafkaMirrormakerUserConfigArgs
- Ip
Filters List<string> - IP filter
- Kafka
Mirrormaker ServiceKafka Mirrormaker User Config Kafka Mirrormaker - Kafka MirrorMaker configuration values
- Static
Ips string - Static IP addresses
- Ip
Filters []string - IP filter
- Kafka
Mirrormaker ServiceKafka Mirrormaker User Config Kafka Mirrormaker - Kafka MirrorMaker configuration values
- Static
Ips string - Static IP addresses
- ip
Filters List<String> - IP filter
- kafka
Mirrormaker ServiceKafka Mirrormaker User Config Kafka Mirrormaker - Kafka MirrorMaker configuration values
- static
Ips String - Static IP addresses
- ip
Filters string[] - IP filter
- kafka
Mirrormaker ServiceKafka Mirrormaker User Config Kafka Mirrormaker - Kafka MirrorMaker configuration values
- static
Ips string - Static IP addresses
- ip_
filters Sequence[str] - IP filter
- kafka_
mirrormaker ServiceKafka Mirrormaker User Config Kafka Mirrormaker - Kafka MirrorMaker configuration values
- static_
ips str - Static IP addresses
- ip
Filters List<String> - IP filter
- kafka
Mirrormaker Property Map - Kafka MirrorMaker configuration values
- static
Ips String - Static IP addresses
ServiceKafkaMirrormakerUserConfigKafkaMirrormaker, ServiceKafkaMirrormakerUserConfigKafkaMirrormakerArgs
- Emit
Checkpoints stringEnabled - Emit
Checkpoints stringInterval Seconds - Refresh
Groups stringEnabled - Refresh
Groups stringInterval Seconds - Refresh
Topics stringEnabled - Refresh
Topics stringInterval Seconds - Sync
Group stringOffsets Enabled - Sync
Group stringOffsets Interval Seconds - Sync
Topic stringConfigs Enabled - Tasks
Max stringPer Cpu
- Emit
Checkpoints stringEnabled - Emit
Checkpoints stringInterval Seconds - Refresh
Groups stringEnabled - Refresh
Groups stringInterval Seconds - Refresh
Topics stringEnabled - Refresh
Topics stringInterval Seconds - Sync
Group stringOffsets Enabled - Sync
Group stringOffsets Interval Seconds - Sync
Topic stringConfigs Enabled - Tasks
Max stringPer Cpu
- emit
Checkpoints StringEnabled - emit
Checkpoints StringInterval Seconds - refresh
Groups StringEnabled - refresh
Groups StringInterval Seconds - refresh
Topics StringEnabled - refresh
Topics StringInterval Seconds - sync
Group StringOffsets Enabled - sync
Group StringOffsets Interval Seconds - sync
Topic StringConfigs Enabled - tasks
Max StringPer Cpu
- emit
Checkpoints stringEnabled - emit
Checkpoints stringInterval Seconds - refresh
Groups stringEnabled - refresh
Groups stringInterval Seconds - refresh
Topics stringEnabled - refresh
Topics stringInterval Seconds - sync
Group stringOffsets Enabled - sync
Group stringOffsets Interval Seconds - sync
Topic stringConfigs Enabled - tasks
Max stringPer Cpu
- emit_
checkpoints_ strenabled - emit_
checkpoints_ strinterval_ seconds - refresh_
groups_ strenabled - refresh_
groups_ strinterval_ seconds - refresh_
topics_ strenabled - refresh_
topics_ strinterval_ seconds - sync_
group_ stroffsets_ enabled - sync_
group_ stroffsets_ interval_ seconds - sync_
topic_ strconfigs_ enabled - tasks_
max_ strper_ cpu
- emit
Checkpoints StringEnabled - emit
Checkpoints StringInterval Seconds - refresh
Groups StringEnabled - refresh
Groups StringInterval Seconds - refresh
Topics StringEnabled - refresh
Topics StringInterval Seconds - sync
Group StringOffsets Enabled - sync
Group StringOffsets Interval Seconds - sync
Topic StringConfigs Enabled - tasks
Max StringPer Cpu
ServiceKafkaUserConfig, ServiceKafkaUserConfigArgs
- Custom
Domain string - Custom domain
- Ip
Filters List<string> - IP filter
- Kafka
Service
Kafka User Config Kafka - Kafka broker configuration values
- Kafka
Authentication ServiceMethods Kafka User Config Kafka Authentication Methods - Kafka authentication methods
- Kafka
Connect string - Enable Kafka Connect service
- Kafka
Connect ServiceConfig Kafka User Config Kafka Connect Config - Kafka Connect configuration values
- Kafka
Rest string - Enable Kafka-REST service
- Kafka
Rest ServiceConfig Kafka User Config Kafka Rest Config - Kafka REST configuration
- Kafka
Version string - Kafka major version
- Private
Access ServiceKafka User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceKafka User Config Privatelink Access - Allow access to selected service components through Privatelink
- Public
Access ServiceKafka User Config Public Access - Allow access to selected service ports from the public Internet
- Schema
Registry string - Enable Schema-Registry service
- Schema
Registry ServiceConfig Kafka User Config Schema Registry Config - Schema Registry configuration
- Static
Ips string - Static IP addresses
- Custom
Domain string - Custom domain
- Ip
Filters []string - IP filter
- Kafka
Service
Kafka User Config Kafka - Kafka broker configuration values
- Kafka
Authentication ServiceMethods Kafka User Config Kafka Authentication Methods - Kafka authentication methods
- Kafka
Connect string - Enable Kafka Connect service
- Kafka
Connect ServiceConfig Kafka User Config Kafka Connect Config - Kafka Connect configuration values
- Kafka
Rest string - Enable Kafka-REST service
- Kafka
Rest ServiceConfig Kafka User Config Kafka Rest Config - Kafka REST configuration
- Kafka
Version string - Kafka major version
- Private
Access ServiceKafka User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceKafka User Config Privatelink Access - Allow access to selected service components through Privatelink
- Public
Access ServiceKafka User Config Public Access - Allow access to selected service ports from the public Internet
- Schema
Registry string - Enable Schema-Registry service
- Schema
Registry ServiceConfig Kafka User Config Schema Registry Config - Schema Registry configuration
- Static
Ips string - Static IP addresses
- custom
Domain String - Custom domain
- ip
Filters List<String> - IP filter
- kafka
Service
Kafka User Config Kafka - Kafka broker configuration values
- kafka
Authentication ServiceMethods Kafka User Config Kafka Authentication Methods - Kafka authentication methods
- kafka
Connect String - Enable Kafka Connect service
- kafka
Connect ServiceConfig Kafka User Config Kafka Connect Config - Kafka Connect configuration values
- kafka
Rest String - Enable Kafka-REST service
- kafka
Rest ServiceConfig Kafka User Config Kafka Rest Config - Kafka REST configuration
- kafka
Version String - Kafka major version
- private
Access ServiceKafka User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceKafka User Config Privatelink Access - Allow access to selected service components through Privatelink
- public
Access ServiceKafka User Config Public Access - Allow access to selected service ports from the public Internet
- schema
Registry String - Enable Schema-Registry service
- schema
Registry ServiceConfig Kafka User Config Schema Registry Config - Schema Registry configuration
- static
Ips String - Static IP addresses
- custom
Domain string - Custom domain
- ip
Filters string[] - IP filter
- kafka
Service
Kafka User Config Kafka - Kafka broker configuration values
- kafka
Authentication ServiceMethods Kafka User Config Kafka Authentication Methods - Kafka authentication methods
- kafka
Connect string - Enable Kafka Connect service
- kafka
Connect ServiceConfig Kafka User Config Kafka Connect Config - Kafka Connect configuration values
- kafka
Rest string - Enable Kafka-REST service
- kafka
Rest ServiceConfig Kafka User Config Kafka Rest Config - Kafka REST configuration
- kafka
Version string - Kafka major version
- private
Access ServiceKafka User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceKafka User Config Privatelink Access - Allow access to selected service components through Privatelink
- public
Access ServiceKafka User Config Public Access - Allow access to selected service ports from the public Internet
- schema
Registry string - Enable Schema-Registry service
- schema
Registry ServiceConfig Kafka User Config Schema Registry Config - Schema Registry configuration
- static
Ips string - Static IP addresses
- custom_
domain str - Custom domain
- ip_
filters Sequence[str] - IP filter
- kafka
Service
Kafka User Config Kafka - Kafka broker configuration values
- kafka_
authentication_ Servicemethods Kafka User Config Kafka Authentication Methods - Kafka authentication methods
- kafka_
connect str - Enable Kafka Connect service
- kafka_
connect_ Serviceconfig Kafka User Config Kafka Connect Config - Kafka Connect configuration values
- kafka_
rest str - Enable Kafka-REST service
- kafka_
rest_ Serviceconfig Kafka User Config Kafka Rest Config - Kafka REST configuration
- kafka_
version str - Kafka major version
- private_
access ServiceKafka User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceKafka User Config Privatelink Access - Allow access to selected service components through Privatelink
- public_
access ServiceKafka User Config Public Access - Allow access to selected service ports from the public Internet
- schema_
registry str - Enable Schema-Registry service
- schema_
registry_ Serviceconfig Kafka User Config Schema Registry Config - Schema Registry configuration
- static_
ips str - Static IP addresses
- custom
Domain String - Custom domain
- ip
Filters List<String> - IP filter
- kafka Property Map
- Kafka broker configuration values
- kafka
Authentication Property MapMethods - Kafka authentication methods
- kafka
Connect String - Enable Kafka Connect service
- kafka
Connect Property MapConfig - Kafka Connect configuration values
- kafka
Rest String - Enable Kafka-REST service
- kafka
Rest Property MapConfig - Kafka REST configuration
- kafka
Version String - Kafka major version
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- public
Access Property Map - Allow access to selected service ports from the public Internet
- schema
Registry String - Enable Schema-Registry service
- schema
Registry Property MapConfig - Schema Registry configuration
- static
Ips String - Static IP addresses
ServiceKafkaUserConfigKafka, ServiceKafkaUserConfigKafkaArgs
- Auto
Create stringTopics Enable - Compression
Type string - Connections
Max stringIdle Ms - Default
Replication stringFactor - Group
Initial stringRebalance Delay Ms - Group
Max stringSession Timeout Ms - Group
Min stringSession Timeout Ms - Log
Cleaner stringDelete Retention Ms - Log
Cleaner stringMax Compaction Lag Ms - Log
Cleaner stringMin Cleanable Ratio - Log
Cleaner stringMin Compaction Lag Ms - Log
Cleanup stringPolicy - Log
Flush stringInterval Messages - Log
Flush stringInterval Ms - Log
Index stringInterval Bytes - Log
Index stringSize Max Bytes - Log
Message stringDownconversion Enable - Log
Message stringTimestamp Difference Max Ms - Log
Message stringTimestamp Type - Log
Preallocate string - Log
Retention stringBytes - Log
Retention stringHours - Log
Retention stringMs - Log
Roll stringJitter Ms - Log
Roll stringMs - Log
Segment stringBytes - Log
Segment stringDelete Delay Ms - Max
Connections stringPer Ip - Max
Incremental stringFetch Session Cache Slots - Message
Max stringBytes - Min
Insync stringReplicas - Num
Partitions string - Offsets
Retention stringMinutes - Producer
Purgatory stringPurge Interval Requests - Replica
Fetch stringMax Bytes - Replica
Fetch stringResponse Max Bytes - Socket
Request stringMax Bytes - Transaction
Remove stringExpired Transaction Cleanup Interval Ms - Transaction
State stringLog Segment Bytes
- Auto
Create stringTopics Enable - Compression
Type string - Connections
Max stringIdle Ms - Default
Replication stringFactor - Group
Initial stringRebalance Delay Ms - Group
Max stringSession Timeout Ms - Group
Min stringSession Timeout Ms - Log
Cleaner stringDelete Retention Ms - Log
Cleaner stringMax Compaction Lag Ms - Log
Cleaner stringMin Cleanable Ratio - Log
Cleaner stringMin Compaction Lag Ms - Log
Cleanup stringPolicy - Log
Flush stringInterval Messages - Log
Flush stringInterval Ms - Log
Index stringInterval Bytes - Log
Index stringSize Max Bytes - Log
Message stringDownconversion Enable - Log
Message stringTimestamp Difference Max Ms - Log
Message stringTimestamp Type - Log
Preallocate string - Log
Retention stringBytes - Log
Retention stringHours - Log
Retention stringMs - Log
Roll stringJitter Ms - Log
Roll stringMs - Log
Segment stringBytes - Log
Segment stringDelete Delay Ms - Max
Connections stringPer Ip - Max
Incremental stringFetch Session Cache Slots - Message
Max stringBytes - Min
Insync stringReplicas - Num
Partitions string - Offsets
Retention stringMinutes - Producer
Purgatory stringPurge Interval Requests - Replica
Fetch stringMax Bytes - Replica
Fetch stringResponse Max Bytes - Socket
Request stringMax Bytes - Transaction
Remove stringExpired Transaction Cleanup Interval Ms - Transaction
State stringLog Segment Bytes
- auto
Create StringTopics Enable - compression
Type String - connections
Max StringIdle Ms - default
Replication StringFactor - group
Initial StringRebalance Delay Ms - group
Max StringSession Timeout Ms - group
Min StringSession Timeout Ms - log
Cleaner StringDelete Retention Ms - log
Cleaner StringMax Compaction Lag Ms - log
Cleaner StringMin Cleanable Ratio - log
Cleaner StringMin Compaction Lag Ms - log
Cleanup StringPolicy - log
Flush StringInterval Messages - log
Flush StringInterval Ms - log
Index StringInterval Bytes - log
Index StringSize Max Bytes - log
Message StringDownconversion Enable - log
Message StringTimestamp Difference Max Ms - log
Message StringTimestamp Type - log
Preallocate String - log
Retention StringBytes - log
Retention StringHours - log
Retention StringMs - log
Roll StringJitter Ms - log
Roll StringMs - log
Segment StringBytes - log
Segment StringDelete Delay Ms - max
Connections StringPer Ip - max
Incremental StringFetch Session Cache Slots - message
Max StringBytes - min
Insync StringReplicas - num
Partitions String - offsets
Retention StringMinutes - producer
Purgatory StringPurge Interval Requests - replica
Fetch StringMax Bytes - replica
Fetch StringResponse Max Bytes - socket
Request StringMax Bytes - transaction
Remove StringExpired Transaction Cleanup Interval Ms - transaction
State StringLog Segment Bytes
- auto
Create stringTopics Enable - compression
Type string - connections
Max stringIdle Ms - default
Replication stringFactor - group
Initial stringRebalance Delay Ms - group
Max stringSession Timeout Ms - group
Min stringSession Timeout Ms - log
Cleaner stringDelete Retention Ms - log
Cleaner stringMax Compaction Lag Ms - log
Cleaner stringMin Cleanable Ratio - log
Cleaner stringMin Compaction Lag Ms - log
Cleanup stringPolicy - log
Flush stringInterval Messages - log
Flush stringInterval Ms - log
Index stringInterval Bytes - log
Index stringSize Max Bytes - log
Message stringDownconversion Enable - log
Message stringTimestamp Difference Max Ms - log
Message stringTimestamp Type - log
Preallocate string - log
Retention stringBytes - log
Retention stringHours - log
Retention stringMs - log
Roll stringJitter Ms - log
Roll stringMs - log
Segment stringBytes - log
Segment stringDelete Delay Ms - max
Connections stringPer Ip - max
Incremental stringFetch Session Cache Slots - message
Max stringBytes - min
Insync stringReplicas - num
Partitions string - offsets
Retention stringMinutes - producer
Purgatory stringPurge Interval Requests - replica
Fetch stringMax Bytes - replica
Fetch stringResponse Max Bytes - socket
Request stringMax Bytes - transaction
Remove stringExpired Transaction Cleanup Interval Ms - transaction
State stringLog Segment Bytes
- auto_
create_ strtopics_ enable - compression_
type str - connections_
max_ stridle_ ms - default_
replication_ strfactor - group_
initial_ strrebalance_ delay_ ms - group_
max_ strsession_ timeout_ ms - group_
min_ strsession_ timeout_ ms - log_
cleaner_ strdelete_ retention_ ms - log_
cleaner_ strmax_ compaction_ lag_ ms - log_
cleaner_ strmin_ cleanable_ ratio - log_
cleaner_ strmin_ compaction_ lag_ ms - log_
cleanup_ strpolicy - log_
flush_ strinterval_ messages - log_
flush_ strinterval_ ms - log_
index_ strinterval_ bytes - log_
index_ strsize_ max_ bytes - log_
message_ strdownconversion_ enable - log_
message_ strtimestamp_ difference_ max_ ms - log_
message_ strtimestamp_ type - log_
preallocate str - log_
retention_ strbytes - log_
retention_ strhours - log_
retention_ strms - log_
roll_ strjitter_ ms - log_
roll_ strms - log_
segment_ strbytes - log_
segment_ strdelete_ delay_ ms - max_
connections_ strper_ ip - max_
incremental_ strfetch_ session_ cache_ slots - message_
max_ strbytes - min_
insync_ strreplicas - num_
partitions str - offsets_
retention_ strminutes - producer_
purgatory_ strpurge_ interval_ requests - replica_
fetch_ strmax_ bytes - replica_
fetch_ strresponse_ max_ bytes - socket_
request_ strmax_ bytes - transaction_
remove_ strexpired_ transaction_ cleanup_ interval_ ms - transaction_
state_ strlog_ segment_ bytes
- auto
Create StringTopics Enable - compression
Type String - connections
Max StringIdle Ms - default
Replication StringFactor - group
Initial StringRebalance Delay Ms - group
Max StringSession Timeout Ms - group
Min StringSession Timeout Ms - log
Cleaner StringDelete Retention Ms - log
Cleaner StringMax Compaction Lag Ms - log
Cleaner StringMin Cleanable Ratio - log
Cleaner StringMin Compaction Lag Ms - log
Cleanup StringPolicy - log
Flush StringInterval Messages - log
Flush StringInterval Ms - log
Index StringInterval Bytes - log
Index StringSize Max Bytes - log
Message StringDownconversion Enable - log
Message StringTimestamp Difference Max Ms - log
Message StringTimestamp Type - log
Preallocate String - log
Retention StringBytes - log
Retention StringHours - log
Retention StringMs - log
Roll StringJitter Ms - log
Roll StringMs - log
Segment StringBytes - log
Segment StringDelete Delay Ms - max
Connections StringPer Ip - max
Incremental StringFetch Session Cache Slots - message
Max StringBytes - min
Insync StringReplicas - num
Partitions String - offsets
Retention StringMinutes - producer
Purgatory StringPurge Interval Requests - replica
Fetch StringMax Bytes - replica
Fetch StringResponse Max Bytes - socket
Request StringMax Bytes - transaction
Remove StringExpired Transaction Cleanup Interval Ms - transaction
State StringLog Segment Bytes
ServiceKafkaUserConfigKafkaAuthenticationMethods, ServiceKafkaUserConfigKafkaAuthenticationMethodsArgs
- Certificate string
- Sasl string
- Certificate string
- Sasl string
- certificate String
- sasl String
- certificate string
- sasl string
- certificate str
- sasl str
- certificate String
- sasl String
ServiceKafkaUserConfigKafkaConnectConfig, ServiceKafkaUserConfigKafkaConnectConfigArgs
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch stringMax Bytes - Consumer
Isolation stringLevel - Consumer
Max stringPartition Fetch Bytes - Consumer
Max stringPoll Interval Ms - Consumer
Max stringPoll Records - Offset
Flush stringInterval Ms - Offset
Flush stringTimeout Ms - Producer
Max stringRequest Size - Session
Timeout stringMs
- Connector
Client stringConfig Override Policy - Consumer
Auto stringOffset Reset - Consumer
Fetch stringMax Bytes - Consumer
Isolation stringLevel - Consumer
Max stringPartition Fetch Bytes - Consumer
Max stringPoll Interval Ms - Consumer
Max stringPoll Records - Offset
Flush stringInterval Ms - Offset
Flush stringTimeout Ms - Producer
Max stringRequest Size - Session
Timeout stringMs
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch StringMax Bytes - consumer
Isolation StringLevel - consumer
Max StringPartition Fetch Bytes - consumer
Max StringPoll Interval Ms - consumer
Max StringPoll Records - offset
Flush StringInterval Ms - offset
Flush StringTimeout Ms - producer
Max StringRequest Size - session
Timeout StringMs
- connector
Client stringConfig Override Policy - consumer
Auto stringOffset Reset - consumer
Fetch stringMax Bytes - consumer
Isolation stringLevel - consumer
Max stringPartition Fetch Bytes - consumer
Max stringPoll Interval Ms - consumer
Max stringPoll Records - offset
Flush stringInterval Ms - offset
Flush stringTimeout Ms - producer
Max stringRequest Size - session
Timeout stringMs
- connector_
client_ strconfig_ override_ policy - consumer_
auto_ stroffset_ reset - consumer_
fetch_ strmax_ bytes - consumer_
isolation_ strlevel - consumer_
max_ strpartition_ fetch_ bytes - consumer_
max_ strpoll_ interval_ ms - consumer_
max_ strpoll_ records - offset_
flush_ strinterval_ ms - offset_
flush_ strtimeout_ ms - producer_
max_ strrequest_ size - session_
timeout_ strms
- connector
Client StringConfig Override Policy - consumer
Auto StringOffset Reset - consumer
Fetch StringMax Bytes - consumer
Isolation StringLevel - consumer
Max StringPartition Fetch Bytes - consumer
Max StringPoll Interval Ms - consumer
Max StringPoll Records - offset
Flush StringInterval Ms - offset
Flush StringTimeout Ms - producer
Max StringRequest Size - session
Timeout StringMs
ServiceKafkaUserConfigKafkaRestConfig, ServiceKafkaUserConfigKafkaRestConfigArgs
- Consumer
Enable stringAuto Commit - Consumer
Request stringMax Bytes - Consumer
Request stringTimeout Ms - Producer
Acks string - Producer
Linger stringMs - Simpleconsumer
Pool stringSize Max
- Consumer
Enable stringAuto Commit - Consumer
Request stringMax Bytes - Consumer
Request stringTimeout Ms - Producer
Acks string - Producer
Linger stringMs - Simpleconsumer
Pool stringSize Max
- consumer
Enable StringAuto Commit - consumer
Request StringMax Bytes - consumer
Request StringTimeout Ms - producer
Acks String - producer
Linger StringMs - simpleconsumer
Pool StringSize Max
- consumer
Enable stringAuto Commit - consumer
Request stringMax Bytes - consumer
Request stringTimeout Ms - producer
Acks string - producer
Linger stringMs - simpleconsumer
Pool stringSize Max
- consumer
Enable StringAuto Commit - consumer
Request StringMax Bytes - consumer
Request StringTimeout Ms - producer
Acks String - producer
Linger StringMs - simpleconsumer
Pool StringSize Max
ServiceKafkaUserConfigPrivateAccess, ServiceKafkaUserConfigPrivateAccessArgs
- Prometheus string
- Prometheus string
- prometheus String
- prometheus string
- prometheus str
- prometheus String
ServiceKafkaUserConfigPrivatelinkAccess, ServiceKafkaUserConfigPrivatelinkAccessArgs
- Jolokia string
- Kafka string
- Kafka specific server provided values
- Kafka
Connect string - Kafka Connect specific server provided values
- Kafka
Rest string - Prometheus string
- Schema
Registry string
- Jolokia string
- Kafka string
- Kafka specific server provided values
- Kafka
Connect string - Kafka Connect specific server provided values
- Kafka
Rest string - Prometheus string
- Schema
Registry string
- jolokia String
- kafka String
- Kafka specific server provided values
- kafka
Connect String - Kafka Connect specific server provided values
- kafka
Rest String - prometheus String
- schema
Registry String
- jolokia string
- kafka string
- Kafka specific server provided values
- kafka
Connect string - Kafka Connect specific server provided values
- kafka
Rest string - prometheus string
- schema
Registry 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
- kafka
Connect String - Kafka Connect specific server provided values
- kafka
Rest String - prometheus String
- schema
Registry String
ServiceKafkaUserConfigPublicAccess, ServiceKafkaUserConfigPublicAccessArgs
- Kafka string
- Kafka specific server provided values
- Kafka
Connect string - Kafka Connect specific server provided values
- Kafka
Rest string - Prometheus string
- Schema
Registry string
- Kafka string
- Kafka specific server provided values
- Kafka
Connect string - Kafka Connect specific server provided values
- Kafka
Rest string - Prometheus string
- Schema
Registry string
- kafka String
- Kafka specific server provided values
- kafka
Connect String - Kafka Connect specific server provided values
- kafka
Rest String - prometheus String
- schema
Registry String
- kafka string
- Kafka specific server provided values
- kafka
Connect string - Kafka Connect specific server provided values
- kafka
Rest string - prometheus string
- schema
Registry 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
- kafka
Connect String - Kafka Connect specific server provided values
- kafka
Rest String - prometheus String
- schema
Registry String
ServiceKafkaUserConfigSchemaRegistryConfig, ServiceKafkaUserConfigSchemaRegistryConfigArgs
- Leader
Eligibility string - Topic
Name string
- Leader
Eligibility string - Topic
Name string
- leader
Eligibility String - topic
Name String
- leader
Eligibility string - topic
Name string
- leader_
eligibility str - topic_
name str
- leader
Eligibility String - topic
Name String
ServiceMysqlUserConfig, ServiceMysqlUserConfigArgs
- Admin
Password string - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- Admin
Username string - Custom username for admin user. This must be set only when a new service is being created.
- Backup
Hour 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.
- Backup
Minute string - 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 stringPeriod - 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 List<string> - IP filter
- Migration
Service
Mysql User Config Migration - Migrate data from existing server
- Mysql
Service
Mysql User Config Mysql - mysql.conf configuration values
- Mysql
Version string - MySQL major version
- Private
Access ServiceMysql User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceMysql User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceMysql User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Target stringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Admin
Password string - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- Admin
Username string - Custom username for admin user. This must be set only when a new service is being created.
- Backup
Hour 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.
- Backup
Minute string - 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 stringPeriod - 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 []string - IP filter
- Migration
Service
Mysql User Config Migration - Migrate data from existing server
- Mysql
Service
Mysql User Config Mysql - mysql.conf configuration values
- Mysql
Version string - MySQL major version
- Private
Access ServiceMysql User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceMysql User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceMysql User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Target stringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- admin
Password String - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- admin
Username String - Custom username for admin user. This must be set only when a new service is being created.
- backup
Hour 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.
- backup
Minute String - 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 StringPeriod - 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 List<String> - IP filter
- migration
Service
Mysql User Config Migration - Migrate data from existing server
- mysql
Service
Mysql User Config Mysql - mysql.conf configuration values
- mysql
Version String - MySQL major version
- private
Access ServiceMysql User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceMysql User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceMysql User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Target StringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- admin
Password string - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- admin
Username string - Custom username for admin user. This must be set only when a new service is being created.
- backup
Hour 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.
- backup
Minute string - 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 stringPeriod - 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 string[] - IP filter
- migration
Service
Mysql User Config Migration - Migrate data from existing server
- mysql
Service
Mysql User Config Mysql - mysql.conf configuration values
- mysql
Version string - MySQL major version
- private
Access ServiceMysql User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceMysql User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceMysql User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Target stringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips 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_ strperiod - 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
Service
Mysql User Config Migration - Migrate data from existing server
- mysql
Service
Mysql User Config Mysql - mysql.conf configuration values
- mysql_
version str - MySQL major version
- private_
access ServiceMysql User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceMysql User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceMysql User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
target_ strtime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- static_
ips str - Static IP addresses
- admin
Password String - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- admin
Username String - Custom username for admin user. This must be set only when a new service is being created.
- backup
Hour 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.
- backup
Minute String - 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 StringPeriod - 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 List<String> - IP filter
- migration Property Map
- Migrate data from existing server
- mysql Property Map
- mysql.conf configuration values
- mysql
Version String - MySQL major version
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Target StringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ServiceMysqlUserConfigMigration, ServiceMysqlUserConfigMigrationArgs
ServiceMysqlUserConfigMysql, ServiceMysqlUserConfigMysqlArgs
- Connect
Timeout string - Default
Time stringZone - Group
Concat stringMax Len - Information
Schema stringStats Expiry - Innodb
Ft stringMin Token Size - Innodb
Ft stringServer Stopword Table - Innodb
Lock stringWait Timeout - Innodb
Log stringBuffer Size - Innodb
Online stringAlter Log Max Size - Innodb
Print stringAll Deadlocks - Innodb
Rollback stringOn Timeout - Interactive
Timeout string - Internal
Tmp stringMem Storage Engine - Long
Query stringTime - Max
Allowed stringPacket - Max
Heap stringTable Size - Net
Read stringTimeout - Net
Write stringTimeout - Slow
Query stringLog - Sort
Buffer stringSize - Sql
Mode string - Sql
Require stringPrimary Key - Tmp
Table stringSize - Wait
Timeout string
- Connect
Timeout string - Default
Time stringZone - Group
Concat stringMax Len - Information
Schema stringStats Expiry - Innodb
Ft stringMin Token Size - Innodb
Ft stringServer Stopword Table - Innodb
Lock stringWait Timeout - Innodb
Log stringBuffer Size - Innodb
Online stringAlter Log Max Size - Innodb
Print stringAll Deadlocks - Innodb
Rollback stringOn Timeout - Interactive
Timeout string - Internal
Tmp stringMem Storage Engine - Long
Query stringTime - Max
Allowed stringPacket - Max
Heap stringTable Size - Net
Read stringTimeout - Net
Write stringTimeout - Slow
Query stringLog - Sort
Buffer stringSize - Sql
Mode string - Sql
Require stringPrimary Key - Tmp
Table stringSize - Wait
Timeout string
- connect
Timeout String - default
Time StringZone - group
Concat StringMax Len - information
Schema StringStats Expiry - innodb
Ft StringMin Token Size - innodb
Ft StringServer Stopword Table - innodb
Lock StringWait Timeout - innodb
Log StringBuffer Size - innodb
Online StringAlter Log Max Size - innodb
Print StringAll Deadlocks - innodb
Rollback StringOn Timeout - interactive
Timeout String - internal
Tmp StringMem Storage Engine - long
Query StringTime - max
Allowed StringPacket - max
Heap StringTable Size - net
Read StringTimeout - net
Write StringTimeout - slow
Query StringLog - sort
Buffer StringSize - sql
Mode String - sql
Require StringPrimary Key - tmp
Table StringSize - wait
Timeout String
- connect
Timeout string - default
Time stringZone - group
Concat stringMax Len - information
Schema stringStats Expiry - innodb
Ft stringMin Token Size - innodb
Ft stringServer Stopword Table - innodb
Lock stringWait Timeout - innodb
Log stringBuffer Size - innodb
Online stringAlter Log Max Size - innodb
Print stringAll Deadlocks - innodb
Rollback stringOn Timeout - interactive
Timeout string - internal
Tmp stringMem Storage Engine - long
Query stringTime - max
Allowed stringPacket - max
Heap stringTable Size - net
Read stringTimeout - net
Write stringTimeout - slow
Query stringLog - sort
Buffer stringSize - sql
Mode string - sql
Require stringPrimary Key - tmp
Table stringSize - wait
Timeout string
- connect_
timeout str - default_
time_ strzone - group_
concat_ strmax_ len - information_
schema_ strstats_ expiry - innodb_
ft_ strmin_ token_ size - innodb_
ft_ strserver_ stopword_ table - innodb_
lock_ strwait_ timeout - innodb_
log_ strbuffer_ size - innodb_
online_ stralter_ log_ max_ size - innodb_
print_ strall_ deadlocks - innodb_
rollback_ stron_ timeout - interactive_
timeout str - internal_
tmp_ strmem_ storage_ engine - long_
query_ strtime - max_
allowed_ strpacket - max_
heap_ strtable_ size - net_
read_ strtimeout - net_
write_ strtimeout - slow_
query_ strlog - sort_
buffer_ strsize - sql_
mode str - sql_
require_ strprimary_ key - tmp_
table_ strsize - wait_
timeout str
- connect
Timeout String - default
Time StringZone - group
Concat StringMax Len - information
Schema StringStats Expiry - innodb
Ft StringMin Token Size - innodb
Ft StringServer Stopword Table - innodb
Lock StringWait Timeout - innodb
Log StringBuffer Size - innodb
Online StringAlter Log Max Size - innodb
Print StringAll Deadlocks - innodb
Rollback StringOn Timeout - interactive
Timeout String - internal
Tmp StringMem Storage Engine - long
Query StringTime - max
Allowed StringPacket - max
Heap StringTable Size - net
Read StringTimeout - net
Write StringTimeout - slow
Query StringLog - sort
Buffer StringSize - sql
Mode String - sql
Require StringPrimary Key - tmp
Table StringSize - wait
Timeout String
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
- Opensearch
Dashboards stringUri
- Opensearch
Dashboards stringUri
- opensearch
Dashboards StringUri
- opensearch
Dashboards stringUri
- opensearch
Dashboards StringUri
ServiceOpensearchUserConfig, ServiceOpensearchUserConfigArgs
- Custom
Domain string - Custom domain
- Disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- Index
Patterns List<ServiceOpensearch User Config Index Pattern> - Index patterns
- Index
Template ServiceOpensearch User Config Index Template - Template settings for all new indexes
- Ip
Filters List<string> - IP filter
- Keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- Max
Index stringCount - Maximum index count
- Opensearch
Service
Opensearch User Config Opensearch - OpenSearch settings
- Opensearch
Dashboards ServiceOpensearch User Config Opensearch Dashboards - OpenSearch Dashboards settings
- Opensearch
Version string - OpenSearch major version
- Private
Access ServiceOpensearch User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceOpensearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceOpensearch User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Custom
Domain string - Custom domain
- Disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- Index
Patterns []ServiceOpensearch User Config Index Pattern - Index patterns
- Index
Template ServiceOpensearch User Config Index Template - Template settings for all new indexes
- Ip
Filters []string - IP filter
- Keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- Max
Index stringCount - Maximum index count
- Opensearch
Service
Opensearch User Config Opensearch - OpenSearch settings
- Opensearch
Dashboards ServiceOpensearch User Config Opensearch Dashboards - OpenSearch Dashboards settings
- Opensearch
Version string - OpenSearch major version
- Private
Access ServiceOpensearch User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceOpensearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceOpensearch User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- custom
Domain String - Custom domain
- disable
Replication StringFactor Adjustment - Disable replication factor adjustment
- index
Patterns List<ServiceOpensearch User Config Index Pattern> - Index patterns
- index
Template ServiceOpensearch User Config Index Template - Template settings for all new indexes
- ip
Filters List<String> - IP filter
- keep
Index StringRefresh Interval - Don't reset index.refresh_interval to the default value
- max
Index StringCount - Maximum index count
- opensearch
Service
Opensearch User Config Opensearch - OpenSearch settings
- opensearch
Dashboards ServiceOpensearch User Config Opensearch Dashboards - OpenSearch Dashboards settings
- opensearch
Version String - OpenSearch major version
- private
Access ServiceOpensearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceOpensearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceOpensearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- custom
Domain string - Custom domain
- disable
Replication stringFactor Adjustment - Disable replication factor adjustment
- index
Patterns ServiceOpensearch User Config Index Pattern[] - Index patterns
- index
Template ServiceOpensearch User Config Index Template - Template settings for all new indexes
- ip
Filters string[] - IP filter
- keep
Index stringRefresh Interval - Don't reset index.refresh_interval to the default value
- max
Index stringCount - Maximum index count
- opensearch
Service
Opensearch User Config Opensearch - OpenSearch settings
- opensearch
Dashboards ServiceOpensearch User Config Opensearch Dashboards - OpenSearch Dashboards settings
- opensearch
Version string - OpenSearch major version
- private
Access ServiceOpensearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceOpensearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceOpensearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips string - Static IP addresses
- custom_
domain str - Custom domain
- disable_
replication_ strfactor_ adjustment - Disable replication factor adjustment
- index_
patterns Sequence[ServiceOpensearch User Config Index Pattern] - Index patterns
- index_
template ServiceOpensearch User Config Index Template - Template settings for all new indexes
- ip_
filters Sequence[str] - IP filter
- keep_
index_ strrefresh_ interval - Don't reset index.refresh_interval to the default value
- max_
index_ strcount - Maximum index count
- opensearch
Service
Opensearch User Config Opensearch - OpenSearch settings
- opensearch_
dashboards ServiceOpensearch User Config Opensearch Dashboards - OpenSearch Dashboards settings
- opensearch_
version str - OpenSearch major version
- private_
access ServiceOpensearch User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceOpensearch User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceOpensearch User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
basebackup_ strname - Name of the basebackup to restore in forked service
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- static_
ips str - Static IP addresses
- custom
Domain String - Custom domain
- disable
Replication StringFactor Adjustment - Disable replication factor adjustment
- index
Patterns List<Property Map> - Index patterns
- index
Template Property Map - Template settings for all new indexes
- ip
Filters List<String> - IP filter
- keep
Index StringRefresh Interval - Don't reset index.refresh_interval to the default value
- max
Index StringCount - Maximum index count
- opensearch Property Map
- OpenSearch settings
- opensearch
Dashboards Property Map - OpenSearch Dashboards settings
- opensearch
Version String - OpenSearch major version
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ServiceOpensearchUserConfigIndexPattern, ServiceOpensearchUserConfigIndexPatternArgs
- Max
Index stringCount - Pattern string
- Sorting
Algorithm string
- Max
Index stringCount - Pattern string
- Sorting
Algorithm string
- max
Index StringCount - pattern String
- sorting
Algorithm String
- max
Index stringCount - pattern string
- sorting
Algorithm string
- max_
index_ strcount - pattern str
- sorting_
algorithm str
- max
Index StringCount - pattern String
- sorting
Algorithm String
ServiceOpensearchUserConfigIndexTemplate, ServiceOpensearchUserConfigIndexTemplateArgs
- Mapping
Nested stringObjects Limit - Number
Of stringReplicas - Number
Of stringShards
- Mapping
Nested stringObjects Limit - Number
Of stringReplicas - Number
Of stringShards
- mapping
Nested StringObjects Limit - number
Of StringReplicas - number
Of StringShards
- mapping
Nested stringObjects Limit - number
Of stringReplicas - number
Of stringShards
- mapping
Nested StringObjects Limit - number
Of StringReplicas - number
Of StringShards
ServiceOpensearchUserConfigOpensearch, ServiceOpensearchUserConfigOpensearchArgs
- Action
Auto stringCreate Index Enabled - Action
Destructive stringRequires Name - Cluster
Max stringShards Per Node - Http
Max stringContent Length - Http
Max stringHeader Size - Http
Max stringInitial Line Length - Indices
Fielddata stringCache Size - Indices
Memory stringIndex Buffer Size - Indices
Queries stringCache Size - Indices
Query stringBool Max Clause Count - Override
Main stringResponse Version - Reindex
Remote List<string>Whitelists - Script
Max stringCompilations Rate - Search
Max stringBuckets - Thread
Pool stringAnalyze Queue Size - Thread
Pool stringAnalyze Size - Thread
Pool stringForce Merge Size - Thread
Pool stringGet Queue Size - Thread
Pool stringGet Size - Thread
Pool stringIndex Size - Thread
Pool stringSearch Queue Size - Thread
Pool stringSearch Size - Thread
Pool stringSearch Throttled Queue Size - Thread
Pool stringSearch Throttled Size - Thread
Pool stringWrite Queue Size - Thread
Pool stringWrite Size
- Action
Auto stringCreate Index Enabled - Action
Destructive stringRequires Name - Cluster
Max stringShards Per Node - Http
Max stringContent Length - Http
Max stringHeader Size - Http
Max stringInitial Line Length - Indices
Fielddata stringCache Size - Indices
Memory stringIndex Buffer Size - Indices
Queries stringCache Size - Indices
Query stringBool Max Clause Count - Override
Main stringResponse Version - Reindex
Remote []stringWhitelists - Script
Max stringCompilations Rate - Search
Max stringBuckets - Thread
Pool stringAnalyze Queue Size - Thread
Pool stringAnalyze Size - Thread
Pool stringForce Merge Size - Thread
Pool stringGet Queue Size - Thread
Pool stringGet Size - Thread
Pool stringIndex Size - Thread
Pool stringSearch Queue Size - Thread
Pool stringSearch Size - Thread
Pool stringSearch Throttled Queue Size - Thread
Pool stringSearch Throttled Size - Thread
Pool stringWrite Queue Size - Thread
Pool stringWrite Size
- action
Auto StringCreate Index Enabled - action
Destructive StringRequires Name - cluster
Max StringShards Per Node - http
Max StringContent Length - http
Max StringHeader Size - http
Max StringInitial Line Length - indices
Fielddata StringCache Size - indices
Memory StringIndex Buffer Size - indices
Queries StringCache Size - indices
Query StringBool Max Clause Count - override
Main StringResponse Version - reindex
Remote List<String>Whitelists - script
Max StringCompilations Rate - search
Max StringBuckets - thread
Pool StringAnalyze Queue Size - thread
Pool StringAnalyze Size - thread
Pool StringForce Merge Size - thread
Pool StringGet Queue Size - thread
Pool StringGet Size - thread
Pool StringIndex Size - thread
Pool StringSearch Queue Size - thread
Pool StringSearch Size - thread
Pool StringSearch Throttled Queue Size - thread
Pool StringSearch Throttled Size - thread
Pool StringWrite Queue Size - thread
Pool StringWrite Size
- action
Auto stringCreate Index Enabled - action
Destructive stringRequires Name - cluster
Max stringShards Per Node - http
Max stringContent Length - http
Max stringHeader Size - http
Max stringInitial Line Length - indices
Fielddata stringCache Size - indices
Memory stringIndex Buffer Size - indices
Queries stringCache Size - indices
Query stringBool Max Clause Count - override
Main stringResponse Version - reindex
Remote string[]Whitelists - script
Max stringCompilations Rate - search
Max stringBuckets - thread
Pool stringAnalyze Queue Size - thread
Pool stringAnalyze Size - thread
Pool stringForce Merge Size - thread
Pool stringGet Queue Size - thread
Pool stringGet Size - thread
Pool stringIndex Size - thread
Pool stringSearch Queue Size - thread
Pool stringSearch Size - thread
Pool stringSearch Throttled Queue Size - thread
Pool stringSearch Throttled Size - thread
Pool stringWrite Queue Size - thread
Pool stringWrite Size
- action_
auto_ strcreate_ index_ enabled - action_
destructive_ strrequires_ name - cluster_
max_ strshards_ per_ node - http_
max_ strcontent_ length - http_
max_ strheader_ size - http_
max_ strinitial_ line_ length - indices_
fielddata_ strcache_ size - indices_
memory_ strindex_ buffer_ size - indices_
queries_ strcache_ size - indices_
query_ strbool_ max_ clause_ count - override_
main_ strresponse_ version - reindex_
remote_ Sequence[str]whitelists - script_
max_ strcompilations_ rate - search_
max_ strbuckets - thread_
pool_ stranalyze_ queue_ size - thread_
pool_ stranalyze_ size - thread_
pool_ strforce_ merge_ size - thread_
pool_ strget_ queue_ size - thread_
pool_ strget_ size - thread_
pool_ strindex_ size - thread_
pool_ strsearch_ queue_ size - thread_
pool_ strsearch_ size - thread_
pool_ strsearch_ throttled_ queue_ size - thread_
pool_ strsearch_ throttled_ size - thread_
pool_ strwrite_ queue_ size - thread_
pool_ strwrite_ size
- action
Auto StringCreate Index Enabled - action
Destructive StringRequires Name - cluster
Max StringShards Per Node - http
Max StringContent Length - http
Max StringHeader Size - http
Max StringInitial Line Length - indices
Fielddata StringCache Size - indices
Memory StringIndex Buffer Size - indices
Queries StringCache Size - indices
Query StringBool Max Clause Count - override
Main StringResponse Version - reindex
Remote List<String>Whitelists - script
Max StringCompilations Rate - search
Max StringBuckets - thread
Pool StringAnalyze Queue Size - thread
Pool StringAnalyze Size - thread
Pool StringForce Merge Size - thread
Pool StringGet Queue Size - thread
Pool StringGet Size - thread
Pool StringIndex Size - thread
Pool StringSearch Queue Size - thread
Pool StringSearch Size - thread
Pool StringSearch Throttled Queue Size - thread
Pool StringSearch Throttled Size - thread
Pool StringWrite Queue Size - thread
Pool StringWrite Size
ServiceOpensearchUserConfigOpensearchDashboards, ServiceOpensearchUserConfigOpensearchDashboardsArgs
- Enabled string
- Max
Old stringSpace Size - Opensearch
Request stringTimeout
- Enabled string
- Max
Old stringSpace Size - Opensearch
Request stringTimeout
- enabled String
- max
Old StringSpace Size - opensearch
Request StringTimeout
- enabled string
- max
Old stringSpace Size - opensearch
Request stringTimeout
- enabled String
- max
Old StringSpace Size - opensearch
Request StringTimeout
ServiceOpensearchUserConfigPrivateAccess, ServiceOpensearchUserConfigPrivateAccessArgs
- Opensearch string
- Opensearch specific server provided values
- Opensearch
Dashboards string - Prometheus string
- Opensearch string
- Opensearch specific server provided values
- Opensearch
Dashboards string - Prometheus string
- opensearch String
- Opensearch specific server provided values
- opensearch
Dashboards String - prometheus String
- opensearch string
- Opensearch specific server provided values
- opensearch
Dashboards string - prometheus string
- opensearch str
- Opensearch specific server provided values
- opensearch_
dashboards str - prometheus str
- opensearch String
- Opensearch specific server provided values
- opensearch
Dashboards String - prometheus String
ServiceOpensearchUserConfigPrivatelinkAccess, ServiceOpensearchUserConfigPrivatelinkAccessArgs
- Opensearch string
- Opensearch specific server provided values
- Opensearch
Dashboards string - Prometheus string
- Opensearch string
- Opensearch specific server provided values
- Opensearch
Dashboards string - Prometheus string
- opensearch String
- Opensearch specific server provided values
- opensearch
Dashboards String - prometheus String
- opensearch string
- Opensearch specific server provided values
- opensearch
Dashboards string - prometheus string
- opensearch str
- Opensearch specific server provided values
- opensearch_
dashboards str - prometheus str
- opensearch String
- Opensearch specific server provided values
- opensearch
Dashboards String - prometheus String
ServiceOpensearchUserConfigPublicAccess, ServiceOpensearchUserConfigPublicAccessArgs
- Opensearch string
- Opensearch specific server provided values
- Opensearch
Dashboards string - Prometheus string
- Opensearch string
- Opensearch specific server provided values
- Opensearch
Dashboards string - Prometheus string
- opensearch String
- Opensearch specific server provided values
- opensearch
Dashboards String - prometheus String
- opensearch string
- Opensearch specific server provided values
- opensearch
Dashboards string - prometheus string
- opensearch str
- Opensearch specific server provided values
- opensearch_
dashboards str - prometheus str
- opensearch String
- Opensearch specific server provided values
- opensearch
Dashboards String - prometheus String
ServicePg, ServicePgArgs
ServicePgUserConfig, ServicePgUserConfigArgs
- Admin
Password string - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- Admin
Username string - Custom username for admin user. This must be set only when a new service is being created.
- Backup
Hour 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.
- Backup
Minute string - 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 string - Enable IPv6
- Ip
Filters List<string> - IP filter
- Migration
Service
Pg User Config Migration - Migrate data from existing server
- Pg
Service
Pg User Config Pg - postgresql.conf configuration values
- Pg
Read stringReplica - Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
- Pg
Service stringTo Fork From - 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 string - PostgreSQL major version
- Pgbouncer
Service
Pg User Config Pgbouncer - PGBouncer connection pooling settings
- Pglookout
Service
Pg User Config Pglookout - PGLookout settings
- Private
Access ServicePg User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServicePg User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServicePg User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Target stringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- string
- sharedbufferspercentage
- Static
Ips string - Static IP addresses
- Synchronous
Replication string - Synchronous replication type. Note that the service plan also needs to support synchronous replication.
- Timescaledb
Service
Pg User Config Timescaledb - TimescaleDB extension configuration values
- Variant string
- Variant of the PostgreSQL service, may affect the features that are exposed by default
- Work
Mem string - work_mem
- Admin
Password string - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- Admin
Username string - Custom username for admin user. This must be set only when a new service is being created.
- Backup
Hour 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.
- Backup
Minute string - 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 string - Enable IPv6
- Ip
Filters []string - IP filter
- Migration
Service
Pg User Config Migration - Migrate data from existing server
- Pg
Service
Pg User Config Pg - postgresql.conf configuration values
- Pg
Read stringReplica - Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
- Pg
Service stringTo Fork From - 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 string - PostgreSQL major version
- Pgbouncer
Service
Pg User Config Pgbouncer - PGBouncer connection pooling settings
- Pglookout
Service
Pg User Config Pglookout - PGLookout settings
- Private
Access ServicePg User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServicePg User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServicePg User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Target stringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- string
- sharedbufferspercentage
- Static
Ips string - Static IP addresses
- Synchronous
Replication string - Synchronous replication type. Note that the service plan also needs to support synchronous replication.
- Timescaledb
Service
Pg User Config Timescaledb - TimescaleDB extension configuration values
- Variant string
- Variant of the PostgreSQL service, may affect the features that are exposed by default
- Work
Mem string - work_mem
- admin
Password String - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- admin
Username String - Custom username for admin user. This must be set only when a new service is being created.
- backup
Hour 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.
- backup
Minute String - 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 String - Enable IPv6
- ip
Filters List<String> - IP filter
- migration
Service
Pg User Config Migration - Migrate data from existing server
- pg
Service
Pg User Config Pg - postgresql.conf configuration values
- pg
Read StringReplica - Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
- pg
Service StringTo Fork From - 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 String - PostgreSQL major version
- pgbouncer
Service
Pg User Config Pgbouncer - PGBouncer connection pooling settings
- pglookout
Service
Pg User Config Pglookout - PGLookout settings
- private
Access ServicePg User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServicePg User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServicePg User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Target StringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- String
- sharedbufferspercentage
- static
Ips String - Static IP addresses
- synchronous
Replication String - Synchronous replication type. Note that the service plan also needs to support synchronous replication.
- timescaledb
Service
Pg User Config Timescaledb - TimescaleDB extension configuration values
- variant String
- Variant of the PostgreSQL service, may affect the features that are exposed by default
- work
Mem String - work_mem
- admin
Password string - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- admin
Username string - Custom username for admin user. This must be set only when a new service is being created.
- backup
Hour 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.
- backup
Minute string - 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 string - Enable IPv6
- ip
Filters string[] - IP filter
- migration
Service
Pg User Config Migration - Migrate data from existing server
- pg
Service
Pg User Config Pg - postgresql.conf configuration values
- pg
Read stringReplica - Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
- pg
Service stringTo Fork From - 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 string - PostgreSQL major version
- pgbouncer
Service
Pg User Config Pgbouncer - PGBouncer connection pooling settings
- pglookout
Service
Pg User Config Pglookout - PGLookout settings
- private
Access ServicePg User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServicePg User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServicePg User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Target stringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- string
- sharedbufferspercentage
- static
Ips string - Static IP addresses
- synchronous
Replication string - Synchronous replication type. Note that the service plan also needs to support synchronous replication.
- timescaledb
Service
Pg User Config Timescaledb - TimescaleDB extension configuration values
- variant string
- Variant of the PostgreSQL service, may affect the features that are exposed by default
- work
Mem 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
Service
Pg User Config Migration - Migrate data from existing server
- pg
Service
Pg User Config Pg - postgresql.conf configuration values
- pg_
read_ strreplica - Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
- pg_
service_ strto_ fork_ from - 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
Service
Pg User Config Pgbouncer - PGBouncer connection pooling settings
- pglookout
Service
Pg User Config Pglookout - PGLookout settings
- private_
access ServicePg User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServicePg User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServicePg User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
target_ strtime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service_
to_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- 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
Service
Pg User Config Timescaledb - 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
- admin
Password String - Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
- admin
Username String - Custom username for admin user. This must be set only when a new service is being created.
- backup
Hour 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.
- backup
Minute String - 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 String - Enable IPv6
- ip
Filters List<String> - IP filter
- migration Property Map
- Migrate data from existing server
- pg Property Map
- postgresql.conf configuration values
- pg
Read StringReplica - Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
- pg
Service StringTo Fork From - 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 String - PostgreSQL major version
- pgbouncer Property Map
- PGBouncer connection pooling settings
- pglookout Property Map
- PGLookout settings
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Target StringTime - Recovery target time when forking a service. This has effect only when a new service is being created.
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- String
- sharedbufferspercentage
- static
Ips String - Static IP addresses
- synchronous
Replication 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
- work
Mem String - work_mem
ServicePgUserConfigMigration, ServicePgUserConfigMigrationArgs
ServicePgUserConfigPg, ServicePgUserConfigPgArgs
- Autovacuum
Analyze stringScale Factor - Autovacuum
Analyze stringThreshold - Autovacuum
Freeze stringMax Age - Autovacuum
Max stringWorkers - Autovacuum
Naptime string - Autovacuum
Vacuum stringCost Delay - Autovacuum
Vacuum stringCost Limit - Autovacuum
Vacuum stringScale Factor - Autovacuum
Vacuum stringThreshold - Bgwriter
Delay string - Bgwriter
Flush stringAfter - Bgwriter
Lru stringMaxpages - Bgwriter
Lru stringMultiplier - Deadlock
Timeout string - Default
Toast stringCompression - Idle
In stringTransaction Session Timeout - Jit string
- Log
Autovacuum stringMin Duration - Log
Error stringVerbosity - Log
Line stringPrefix - Log
Min stringDuration Statement - Max
Files stringPer Process - Max
Locks stringPer Transaction - Max
Logical stringReplication Workers - Max
Parallel stringWorkers - Max
Parallel stringWorkers Per Gather - Max
Pred stringLocks Per Transaction - Max
Prepared stringTransactions - Max
Replication stringSlots - Max
Slot stringWal Keep Size - Max
Stack stringDepth - Max
Standby stringArchive Delay - Max
Standby stringStreaming Delay - Max
Wal stringSenders - Max
Worker stringProcesses - Pg
Partman stringBgw Interval - Pg
Partman stringBgw Role - Pg
Stat stringStatements Track - Temp
File stringLimit - Timezone string
- Track
Activity stringQuery Size - Track
Commit stringTimestamp - Track
Functions string - Track
Io stringTiming - Wal
Sender stringTimeout - Wal
Writer stringDelay
- Autovacuum
Analyze stringScale Factor - Autovacuum
Analyze stringThreshold - Autovacuum
Freeze stringMax Age - Autovacuum
Max stringWorkers - Autovacuum
Naptime string - Autovacuum
Vacuum stringCost Delay - Autovacuum
Vacuum stringCost Limit - Autovacuum
Vacuum stringScale Factor - Autovacuum
Vacuum stringThreshold - Bgwriter
Delay string - Bgwriter
Flush stringAfter - Bgwriter
Lru stringMaxpages - Bgwriter
Lru stringMultiplier - Deadlock
Timeout string - Default
Toast stringCompression - Idle
In stringTransaction Session Timeout - Jit string
- Log
Autovacuum stringMin Duration - Log
Error stringVerbosity - Log
Line stringPrefix - Log
Min stringDuration Statement - Max
Files stringPer Process - Max
Locks stringPer Transaction - Max
Logical stringReplication Workers - Max
Parallel stringWorkers - Max
Parallel stringWorkers Per Gather - Max
Pred stringLocks Per Transaction - Max
Prepared stringTransactions - Max
Replication stringSlots - Max
Slot stringWal Keep Size - Max
Stack stringDepth - Max
Standby stringArchive Delay - Max
Standby stringStreaming Delay - Max
Wal stringSenders - Max
Worker stringProcesses - Pg
Partman stringBgw Interval - Pg
Partman stringBgw Role - Pg
Stat stringStatements Track - Temp
File stringLimit - Timezone string
- Track
Activity stringQuery Size - Track
Commit stringTimestamp - Track
Functions string - Track
Io stringTiming - Wal
Sender stringTimeout - Wal
Writer stringDelay
- autovacuum
Analyze StringScale Factor - autovacuum
Analyze StringThreshold - autovacuum
Freeze StringMax Age - autovacuum
Max StringWorkers - autovacuum
Naptime String - autovacuum
Vacuum StringCost Delay - autovacuum
Vacuum StringCost Limit - autovacuum
Vacuum StringScale Factor - autovacuum
Vacuum StringThreshold - bgwriter
Delay String - bgwriter
Flush StringAfter - bgwriter
Lru StringMaxpages - bgwriter
Lru StringMultiplier - deadlock
Timeout String - default
Toast StringCompression - idle
In StringTransaction Session Timeout - jit String
- log
Autovacuum StringMin Duration - log
Error StringVerbosity - log
Line StringPrefix - log
Min StringDuration Statement - max
Files StringPer Process - max
Locks StringPer Transaction - max
Logical StringReplication Workers - max
Parallel StringWorkers - max
Parallel StringWorkers Per Gather - max
Pred StringLocks Per Transaction - max
Prepared StringTransactions - max
Replication StringSlots - max
Slot StringWal Keep Size - max
Stack StringDepth - max
Standby StringArchive Delay - max
Standby StringStreaming Delay - max
Wal StringSenders - max
Worker StringProcesses - pg
Partman StringBgw Interval - pg
Partman StringBgw Role - pg
Stat StringStatements Track - temp
File StringLimit - timezone String
- track
Activity StringQuery Size - track
Commit StringTimestamp - track
Functions String - track
Io StringTiming - wal
Sender StringTimeout - wal
Writer StringDelay
- autovacuum
Analyze stringScale Factor - autovacuum
Analyze stringThreshold - autovacuum
Freeze stringMax Age - autovacuum
Max stringWorkers - autovacuum
Naptime string - autovacuum
Vacuum stringCost Delay - autovacuum
Vacuum stringCost Limit - autovacuum
Vacuum stringScale Factor - autovacuum
Vacuum stringThreshold - bgwriter
Delay string - bgwriter
Flush stringAfter - bgwriter
Lru stringMaxpages - bgwriter
Lru stringMultiplier - deadlock
Timeout string - default
Toast stringCompression - idle
In stringTransaction Session Timeout - jit string
- log
Autovacuum stringMin Duration - log
Error stringVerbosity - log
Line stringPrefix - log
Min stringDuration Statement - max
Files stringPer Process - max
Locks stringPer Transaction - max
Logical stringReplication Workers - max
Parallel stringWorkers - max
Parallel stringWorkers Per Gather - max
Pred stringLocks Per Transaction - max
Prepared stringTransactions - max
Replication stringSlots - max
Slot stringWal Keep Size - max
Stack stringDepth - max
Standby stringArchive Delay - max
Standby stringStreaming Delay - max
Wal stringSenders - max
Worker stringProcesses - pg
Partman stringBgw Interval - pg
Partman stringBgw Role - pg
Stat stringStatements Track - temp
File stringLimit - timezone string
- track
Activity stringQuery Size - track
Commit stringTimestamp - track
Functions string - track
Io stringTiming - wal
Sender stringTimeout - wal
Writer stringDelay
- autovacuum_
analyze_ strscale_ factor - autovacuum_
analyze_ strthreshold - autovacuum_
freeze_ strmax_ age - autovacuum_
max_ strworkers - autovacuum_
naptime str - autovacuum_
vacuum_ strcost_ delay - autovacuum_
vacuum_ strcost_ limit - autovacuum_
vacuum_ strscale_ factor - autovacuum_
vacuum_ strthreshold - bgwriter_
delay str - bgwriter_
flush_ strafter - bgwriter_
lru_ strmaxpages - bgwriter_
lru_ strmultiplier - deadlock_
timeout str - default_
toast_ strcompression - idle_
in_ strtransaction_ session_ timeout - jit str
- log_
autovacuum_ strmin_ duration - log_
error_ strverbosity - log_
line_ strprefix - log_
min_ strduration_ statement - max_
files_ strper_ process - max_
locks_ strper_ transaction - max_
logical_ strreplication_ workers - max_
parallel_ strworkers - max_
parallel_ strworkers_ per_ gather - max_
pred_ strlocks_ per_ transaction - max_
prepared_ strtransactions - max_
replication_ strslots - max_
slot_ strwal_ keep_ size - max_
stack_ strdepth - max_
standby_ strarchive_ delay - max_
standby_ strstreaming_ delay - max_
wal_ strsenders - max_
worker_ strprocesses - pg_
partman_ strbgw_ interval - pg_
partman_ strbgw_ role - pg_
stat_ strstatements_ track - temp_
file_ strlimit - timezone str
- track_
activity_ strquery_ size - track_
commit_ strtimestamp - track_
functions str - track_
io_ strtiming - wal_
sender_ strtimeout - wal_
writer_ strdelay
- autovacuum
Analyze StringScale Factor - autovacuum
Analyze StringThreshold - autovacuum
Freeze StringMax Age - autovacuum
Max StringWorkers - autovacuum
Naptime String - autovacuum
Vacuum StringCost Delay - autovacuum
Vacuum StringCost Limit - autovacuum
Vacuum StringScale Factor - autovacuum
Vacuum StringThreshold - bgwriter
Delay String - bgwriter
Flush StringAfter - bgwriter
Lru StringMaxpages - bgwriter
Lru StringMultiplier - deadlock
Timeout String - default
Toast StringCompression - idle
In StringTransaction Session Timeout - jit String
- log
Autovacuum StringMin Duration - log
Error StringVerbosity - log
Line StringPrefix - log
Min StringDuration Statement - max
Files StringPer Process - max
Locks StringPer Transaction - max
Logical StringReplication Workers - max
Parallel StringWorkers - max
Parallel StringWorkers Per Gather - max
Pred StringLocks Per Transaction - max
Prepared StringTransactions - max
Replication StringSlots - max
Slot StringWal Keep Size - max
Stack StringDepth - max
Standby StringArchive Delay - max
Standby StringStreaming Delay - max
Wal StringSenders - max
Worker StringProcesses - pg
Partman StringBgw Interval - pg
Partman StringBgw Role - pg
Stat StringStatements Track - temp
File StringLimit - timezone String
- track
Activity StringQuery Size - track
Commit StringTimestamp - track
Functions String - track
Io StringTiming - wal
Sender StringTimeout - wal
Writer StringDelay
ServicePgUserConfigPgbouncer, ServicePgUserConfigPgbouncerArgs
- Autodb
Idle stringTimeout - Autodb
Max stringDb Connections - Autodb
Pool stringMode - Autodb
Pool stringSize - Ignore
Startup List<string>Parameters - Min
Pool stringSize - Server
Idle stringTimeout - Server
Lifetime string - Server
Reset stringQuery Always
- Autodb
Idle stringTimeout - Autodb
Max stringDb Connections - Autodb
Pool stringMode - Autodb
Pool stringSize - Ignore
Startup []stringParameters - Min
Pool stringSize - Server
Idle stringTimeout - Server
Lifetime string - Server
Reset stringQuery Always
- autodb
Idle StringTimeout - autodb
Max StringDb Connections - autodb
Pool StringMode - autodb
Pool StringSize - ignore
Startup List<String>Parameters - min
Pool StringSize - server
Idle StringTimeout - server
Lifetime String - server
Reset StringQuery Always
- autodb
Idle stringTimeout - autodb
Max stringDb Connections - autodb
Pool stringMode - autodb
Pool stringSize - ignore
Startup string[]Parameters - min
Pool stringSize - server
Idle stringTimeout - server
Lifetime string - server
Reset stringQuery Always
- autodb_
idle_ strtimeout - autodb_
max_ strdb_ connections - autodb_
pool_ strmode - autodb_
pool_ strsize - ignore_
startup_ Sequence[str]parameters - min_
pool_ strsize - server_
idle_ strtimeout - server_
lifetime str - server_
reset_ strquery_ always
- autodb
Idle StringTimeout - autodb
Max StringDb Connections - autodb
Pool StringMode - autodb
Pool StringSize - ignore
Startup List<String>Parameters - min
Pool StringSize - server
Idle StringTimeout - server
Lifetime String - server
Reset StringQuery Always
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
- Max
Background stringWorkers
- Max
Background stringWorkers
- max
Background StringWorkers
- max
Background stringWorkers
- max
Background StringWorkers
ServiceRedisUserConfig, ServiceRedisUserConfigArgs
- Ip
Filters List<string> - IP filter
- Migration
Service
Redis User Config Migration - Migrate data from existing server
- Private
Access ServiceRedis User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceRedis User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceRedis User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Redis
Acl stringChannels Default - Default ACL for pub/sub channels used when Redis user is created
- Redis
Io stringThreads - Redis IO thread count
- Redis
Lfu stringDecay Time - LFU maxmemory-policy counter decay time in minutes
- Redis
Lfu stringLog Factor - Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
- Redis
Maxmemory stringPolicy - Redis maxmemory-policy
- Redis
Notify stringKeyspace Events - Set notify-keyspace-events option
- Redis
Number stringOf Databases - Number of redis databases
- Redis
Persistence string - Redis persistence
- Redis
Pubsub stringClient Output Buffer Limit - Pub/sub client output buffer hard limit in MB
- Redis
Ssl string - Require SSL to access Redis
- Redis
Timeout string - Redis idle connection timeout in seconds
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- Ip
Filters []string - IP filter
- Migration
Service
Redis User Config Migration - Migrate data from existing server
- Private
Access ServiceRedis User Config Private Access - Allow access to selected service ports from private networks
- Privatelink
Access ServiceRedis User Config Privatelink Access - Allow access to selected service components through Privatelink
- Project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- Public
Access ServiceRedis User Config Public Access - Allow access to selected service ports from the public Internet
- Recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- Redis
Acl stringChannels Default - Default ACL for pub/sub channels used when Redis user is created
- Redis
Io stringThreads - Redis IO thread count
- Redis
Lfu stringDecay Time - LFU maxmemory-policy counter decay time in minutes
- Redis
Lfu stringLog Factor - Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
- Redis
Maxmemory stringPolicy - Redis maxmemory-policy
- Redis
Notify stringKeyspace Events - Set notify-keyspace-events option
- Redis
Number stringOf Databases - Number of redis databases
- Redis
Persistence string - Redis persistence
- Redis
Pubsub stringClient Output Buffer Limit - Pub/sub client output buffer hard limit in MB
- Redis
Ssl string - Require SSL to access Redis
- Redis
Timeout string - Redis idle connection timeout in seconds
- Service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- Static
Ips string - Static IP addresses
- ip
Filters List<String> - IP filter
- migration
Service
Redis User Config Migration - Migrate data from existing server
- private
Access ServiceRedis User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceRedis User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceRedis User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- redis
Acl StringChannels Default - Default ACL for pub/sub channels used when Redis user is created
- redis
Io StringThreads - Redis IO thread count
- redis
Lfu StringDecay Time - LFU maxmemory-policy counter decay time in minutes
- redis
Lfu StringLog Factor - Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
- redis
Maxmemory StringPolicy - Redis maxmemory-policy
- redis
Notify StringKeyspace Events - Set notify-keyspace-events option
- redis
Number StringOf Databases - Number of redis databases
- redis
Persistence String - Redis persistence
- redis
Pubsub StringClient Output Buffer Limit - Pub/sub client output buffer hard limit in MB
- redis
Ssl String - Require SSL to access Redis
- redis
Timeout String - Redis idle connection timeout in seconds
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
- ip
Filters string[] - IP filter
- migration
Service
Redis User Config Migration - Migrate data from existing server
- private
Access ServiceRedis User Config Private Access - Allow access to selected service ports from private networks
- privatelink
Access ServiceRedis User Config Privatelink Access - Allow access to selected service components through Privatelink
- project
To stringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access ServiceRedis User Config Public Access - Allow access to selected service ports from the public Internet
- recovery
Basebackup stringName - Name of the basebackup to restore in forked service
- redis
Acl stringChannels Default - Default ACL for pub/sub channels used when Redis user is created
- redis
Io stringThreads - Redis IO thread count
- redis
Lfu stringDecay Time - LFU maxmemory-policy counter decay time in minutes
- redis
Lfu stringLog Factor - Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
- redis
Maxmemory stringPolicy - Redis maxmemory-policy
- redis
Notify stringKeyspace Events - Set notify-keyspace-events option
- redis
Number stringOf Databases - Number of redis databases
- redis
Persistence string - Redis persistence
- redis
Pubsub stringClient Output Buffer Limit - Pub/sub client output buffer hard limit in MB
- redis
Ssl string - Require SSL to access Redis
- redis
Timeout string - Redis idle connection timeout in seconds
- service
To stringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips string - Static IP addresses
- ip_
filters Sequence[str] - IP filter
- migration
Service
Redis User Config Migration - Migrate data from existing server
- private_
access ServiceRedis User Config Private Access - Allow access to selected service ports from private networks
- privatelink_
access ServiceRedis User Config Privatelink Access - Allow access to selected service components through Privatelink
- project_
to_ strfork_ from - Name of another project to fork a service from. This has effect only when a new service is being created.
- public_
access ServiceRedis User Config Public Access - Allow access to selected service ports from the public Internet
- recovery_
basebackup_ strname - Name of the basebackup to restore in forked service
- redis_
acl_ strchannels_ default - Default ACL for pub/sub channels used when Redis user is created
- redis_
io_ strthreads - Redis IO thread count
- redis_
lfu_ strdecay_ time - LFU maxmemory-policy counter decay time in minutes
- redis_
lfu_ strlog_ factor - Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
- redis_
maxmemory_ strpolicy - Redis maxmemory-policy
- redis_
notify_ strkeyspace_ events - Set notify-keyspace-events option
- redis_
number_ strof_ databases - Number of redis databases
- redis_
persistence str - Redis persistence
- redis_
pubsub_ strclient_ output_ buffer_ limit - 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_ strfork_ from - Name of another service to fork from. This has effect only when a new service is being created.
- static_
ips str - Static IP addresses
- ip
Filters List<String> - IP filter
- migration Property Map
- Migrate data from existing server
- private
Access Property Map - Allow access to selected service ports from private networks
- privatelink
Access Property Map - Allow access to selected service components through Privatelink
- project
To StringFork From - Name of another project to fork a service from. This has effect only when a new service is being created.
- public
Access Property Map - Allow access to selected service ports from the public Internet
- recovery
Basebackup StringName - Name of the basebackup to restore in forked service
- redis
Acl StringChannels Default - Default ACL for pub/sub channels used when Redis user is created
- redis
Io StringThreads - Redis IO thread count
- redis
Lfu StringDecay Time - LFU maxmemory-policy counter decay time in minutes
- redis
Lfu StringLog Factor - Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
- redis
Maxmemory StringPolicy - Redis maxmemory-policy
- redis
Notify StringKeyspace Events - Set notify-keyspace-events option
- redis
Number StringOf Databases - Number of redis databases
- redis
Persistence String - Redis persistence
- redis
Pubsub StringClient Output Buffer Limit - Pub/sub client output buffer hard limit in MB
- redis
Ssl String - Require SSL to access Redis
- redis
Timeout String - Redis idle connection timeout in seconds
- service
To StringFork From - Name of another service to fork from. This has effect only when a new service is being created.
- static
Ips String - Static IP addresses
ServiceRedisUserConfigMigration, ServiceRedisUserConfigMigrationArgs
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
- Integration
Type string - Type of the service integration. The only supported value at the moment is 'read_replica'
- Source
Service stringName - Name of the source service
- Integration
Type string - Type of the service integration. The only supported value at the moment is 'read_replica'
- Source
Service stringName - Name of the source service
- integration
Type String - Type of the service integration. The only supported value at the moment is 'read_replica'
- source
Service StringName - Name of the source service
- integration
Type string - Type of the service integration. The only supported value at the moment is 'read_replica'
- source
Service stringName - 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_ strname - Name of the source service
- integration
Type String - Type of the service integration. The only supported value at the moment is 'read_replica'
- source
Service StringName - Name of the source service
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
published on Monday, Mar 9, 2026 by Pulumi
