Aiven v6.44.0 published on Friday, Oct 10, 2025 by Pulumi
aiven.getServiceIntegrationEndpoint
Gets information about an integration endpoint.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const exampleDatadogEndpoint = aiven.getServiceIntegrationEndpoint({
    project: exampleProject.project,
    endpointName: "Datadog endpoint",
});
import pulumi
import pulumi_aiven as aiven
example_datadog_endpoint = aiven.get_service_integration_endpoint(project=example_project["project"],
    endpoint_name="Datadog endpoint")
package main
import (
	"github.com/pulumi/pulumi-aiven/sdk/v6/go/aiven"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := aiven.LookupServiceIntegrationEndpoint(ctx, &aiven.LookupServiceIntegrationEndpointArgs{
			Project:      exampleProject.Project,
			EndpointName: "Datadog endpoint",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aiven = Pulumi.Aiven;
return await Deployment.RunAsync(() => 
{
    var exampleDatadogEndpoint = Aiven.GetServiceIntegrationEndpoint.Invoke(new()
    {
        Project = exampleProject.Project,
        EndpointName = "Datadog endpoint",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aiven.AivenFunctions;
import com.pulumi.aiven.inputs.GetServiceIntegrationEndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var exampleDatadogEndpoint = AivenFunctions.getServiceIntegrationEndpoint(GetServiceIntegrationEndpointArgs.builder()
            .project(exampleProject.project())
            .endpointName("Datadog endpoint")
            .build());
    }
}
variables:
  exampleDatadogEndpoint:
    fn::invoke:
      function: aiven:getServiceIntegrationEndpoint
      arguments:
        project: ${exampleProject.project}
        endpointName: Datadog endpoint
Using getServiceIntegrationEndpoint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getServiceIntegrationEndpoint(args: GetServiceIntegrationEndpointArgs, opts?: InvokeOptions): Promise<GetServiceIntegrationEndpointResult>
function getServiceIntegrationEndpointOutput(args: GetServiceIntegrationEndpointOutputArgs, opts?: InvokeOptions): Output<GetServiceIntegrationEndpointResult>def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
                                     project: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetServiceIntegrationEndpointResult
def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
                                     project: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetServiceIntegrationEndpointResult]func LookupServiceIntegrationEndpoint(ctx *Context, args *LookupServiceIntegrationEndpointArgs, opts ...InvokeOption) (*LookupServiceIntegrationEndpointResult, error)
func LookupServiceIntegrationEndpointOutput(ctx *Context, args *LookupServiceIntegrationEndpointOutputArgs, opts ...InvokeOption) LookupServiceIntegrationEndpointResultOutput> Note: This function is named LookupServiceIntegrationEndpoint in the Go SDK.
public static class GetServiceIntegrationEndpoint 
{
    public static Task<GetServiceIntegrationEndpointResult> InvokeAsync(GetServiceIntegrationEndpointArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceIntegrationEndpointResult> Invoke(GetServiceIntegrationEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceIntegrationEndpointResult> getServiceIntegrationEndpoint(GetServiceIntegrationEndpointArgs args, InvokeOptions options)
public static Output<GetServiceIntegrationEndpointResult> getServiceIntegrationEndpoint(GetServiceIntegrationEndpointArgs args, InvokeOptions options)
fn::invoke:
  function: aiven:index/getServiceIntegrationEndpoint:getServiceIntegrationEndpoint
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EndpointName string
- Name of the service integration endpoint.
- Project string
- Project the service integration endpoint is in.
- EndpointName string
- Name of the service integration endpoint.
- Project string
- Project the service integration endpoint is in.
- endpointName String
- Name of the service integration endpoint.
- project String
- Project the service integration endpoint is in.
- endpointName string
- Name of the service integration endpoint.
- project string
- Project the service integration endpoint is in.
- endpoint_name str
- Name of the service integration endpoint.
- project str
- Project the service integration endpoint is in.
- endpointName String
- Name of the service integration endpoint.
- project String
- Project the service integration endpoint is in.
getServiceIntegrationEndpoint Result
The following output properties are available:
- AutoscalerUser List<GetConfigs Service Integration Endpoint Autoscaler User Config> 
- Autoscaler user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- DatadogUser List<GetConfigs Service Integration Endpoint Datadog User Config> 
- Datadog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- EndpointConfig Dictionary<string, string>
- Backend configuration for the endpoint.
- EndpointName string
- Name of the service integration endpoint.
- EndpointType string
- The type of service integration endpoint. The possible values are autoscaler,datadog,external_aws_cloudwatch_logs,external_aws_cloudwatch_metrics,external_aws_s3,external_azure_blob_storage,external_clickhouse,external_elasticsearch_logs,external_google_cloud_bigquery,external_google_cloud_logging,external_kafka,external_mysql,external_opensearch_logs,external_postgresql,external_prometheus,external_redis,external_schema_registry,external_sumologic_logs,jolokia,prometheusandrsyslog.
- ExternalAws List<GetCloudwatch Logs User Configs Service Integration Endpoint External Aws Cloudwatch Logs User Config> 
- ExternalAwsCloudwatchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalAws List<GetCloudwatch Metrics User Configs Service Integration Endpoint External Aws Cloudwatch Metrics User Config> 
- ExternalAwsCloudwatchMetrics user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalAws List<GetS3User Configs Service Integration Endpoint External Aws S3User Config> 
- ExternalAwsS3 user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalAzure List<GetBlob Storage User Configs Service Integration Endpoint External Azure Blob Storage User Config> 
- ExternalAzureBlobStorage user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalClickhouse List<GetUser Configs Service Integration Endpoint External Clickhouse User Config> 
- ExternalClickhouse user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalElasticsearch List<GetLogs User Configs Service Integration Endpoint External Elasticsearch Logs User Config> 
- ExternalElasticsearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalGoogle List<GetCloud Bigqueries Service Integration Endpoint External Google Cloud Bigquery> 
- ExternalGoogleCloudBigquery user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalGoogle List<GetCloud Logging User Configs Service Integration Endpoint External Google Cloud Logging User Config> 
- ExternalGoogleCloudLogging user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalKafka List<GetUser Configs Service Integration Endpoint External Kafka User Config> 
- ExternalKafka user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalMysql List<GetUser Configs Service Integration Endpoint External Mysql User Config> 
- ExternalMysql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalOpensearch List<GetLogs User Configs Service Integration Endpoint External Opensearch Logs User Config> 
- ExternalOpensearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalPostgresqls List<GetService Integration Endpoint External Postgresql> 
- ExternalPostgresql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalPrometheus List<GetUser Configs Service Integration Endpoint External Prometheus User Config> 
- ExternalPrometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalSchema List<GetRegistry User Configs Service Integration Endpoint External Schema Registry User Config> 
- ExternalSchemaRegistry user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- Id string
- The provider-assigned unique ID for this managed resource.
- JolokiaUser List<GetConfigs Service Integration Endpoint Jolokia User Config> 
- Jolokia user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- Project string
- Project the service integration endpoint is in.
- PrometheusUser List<GetConfigs Service Integration Endpoint Prometheus User Config> 
- Prometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- RsyslogUser List<GetConfigs Service Integration Endpoint Rsyslog User Config> 
- Rsyslog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- AutoscalerUser []GetConfigs Service Integration Endpoint Autoscaler User Config 
- Autoscaler user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- DatadogUser []GetConfigs Service Integration Endpoint Datadog User Config 
- Datadog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- EndpointConfig map[string]string
- Backend configuration for the endpoint.
- EndpointName string
- Name of the service integration endpoint.
- EndpointType string
- The type of service integration endpoint. The possible values are autoscaler,datadog,external_aws_cloudwatch_logs,external_aws_cloudwatch_metrics,external_aws_s3,external_azure_blob_storage,external_clickhouse,external_elasticsearch_logs,external_google_cloud_bigquery,external_google_cloud_logging,external_kafka,external_mysql,external_opensearch_logs,external_postgresql,external_prometheus,external_redis,external_schema_registry,external_sumologic_logs,jolokia,prometheusandrsyslog.
- ExternalAws []GetCloudwatch Logs User Configs Service Integration Endpoint External Aws Cloudwatch Logs User Config 
- ExternalAwsCloudwatchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalAws []GetCloudwatch Metrics User Configs Service Integration Endpoint External Aws Cloudwatch Metrics User Config 
- ExternalAwsCloudwatchMetrics user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalAws []GetS3User Configs Service Integration Endpoint External Aws S3User Config 
- ExternalAwsS3 user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalAzure []GetBlob Storage User Configs Service Integration Endpoint External Azure Blob Storage User Config 
- ExternalAzureBlobStorage user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalClickhouse []GetUser Configs Service Integration Endpoint External Clickhouse User Config 
- ExternalClickhouse user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalElasticsearch []GetLogs User Configs Service Integration Endpoint External Elasticsearch Logs User Config 
- ExternalElasticsearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalGoogle []GetCloud Bigqueries Service Integration Endpoint External Google Cloud Bigquery 
- ExternalGoogleCloudBigquery user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalGoogle []GetCloud Logging User Configs Service Integration Endpoint External Google Cloud Logging User Config 
- ExternalGoogleCloudLogging user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalKafka []GetUser Configs Service Integration Endpoint External Kafka User Config 
- ExternalKafka user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalMysql []GetUser Configs Service Integration Endpoint External Mysql User Config 
- ExternalMysql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalOpensearch []GetLogs User Configs Service Integration Endpoint External Opensearch Logs User Config 
- ExternalOpensearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalPostgresqls []GetService Integration Endpoint External Postgresql 
- ExternalPostgresql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalPrometheus []GetUser Configs Service Integration Endpoint External Prometheus User Config 
- ExternalPrometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- ExternalSchema []GetRegistry User Configs Service Integration Endpoint External Schema Registry User Config 
- ExternalSchemaRegistry user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- Id string
- The provider-assigned unique ID for this managed resource.
- JolokiaUser []GetConfigs Service Integration Endpoint Jolokia User Config 
- Jolokia user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- Project string
- Project the service integration endpoint is in.
- PrometheusUser []GetConfigs Service Integration Endpoint Prometheus User Config 
- Prometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- RsyslogUser []GetConfigs Service Integration Endpoint Rsyslog User Config 
- Rsyslog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- autoscalerUser List<GetConfigs Service Integration Endpoint Autoscaler User Config> 
- Autoscaler user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- datadogUser List<GetConfigs Service Integration Endpoint Datadog User Config> 
- Datadog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- endpointConfig Map<String,String>
- Backend configuration for the endpoint.
- endpointName String
- Name of the service integration endpoint.
- endpointType String
- The type of service integration endpoint. The possible values are autoscaler,datadog,external_aws_cloudwatch_logs,external_aws_cloudwatch_metrics,external_aws_s3,external_azure_blob_storage,external_clickhouse,external_elasticsearch_logs,external_google_cloud_bigquery,external_google_cloud_logging,external_kafka,external_mysql,external_opensearch_logs,external_postgresql,external_prometheus,external_redis,external_schema_registry,external_sumologic_logs,jolokia,prometheusandrsyslog.
- externalAws List<GetCloudwatch Logs User Configs Service Integration Endpoint External Aws Cloudwatch Logs User Config> 
- ExternalAwsCloudwatchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAws List<GetCloudwatch Metrics User Configs Service Integration Endpoint External Aws Cloudwatch Metrics User Config> 
- ExternalAwsCloudwatchMetrics user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAws List<GetS3User Configs Service Integration Endpoint External Aws S3User Config> 
- ExternalAwsS3 user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAzure List<GetBlob Storage User Configs Service Integration Endpoint External Azure Blob Storage User Config> 
- ExternalAzureBlobStorage user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalClickhouse List<GetUser Configs Service Integration Endpoint External Clickhouse User Config> 
- ExternalClickhouse user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalElasticsearch List<GetLogs User Configs Service Integration Endpoint External Elasticsearch Logs User Config> 
- ExternalElasticsearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalGoogle List<GetCloud Bigqueries Service Integration Endpoint External Google Cloud Bigquery> 
- ExternalGoogleCloudBigquery user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalGoogle List<GetCloud Logging User Configs Service Integration Endpoint External Google Cloud Logging User Config> 
- ExternalGoogleCloudLogging user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalKafka List<GetUser Configs Service Integration Endpoint External Kafka User Config> 
- ExternalKafka user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalMysql List<GetUser Configs Service Integration Endpoint External Mysql User Config> 
- ExternalMysql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalOpensearch List<GetLogs User Configs Service Integration Endpoint External Opensearch Logs User Config> 
- ExternalOpensearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalPostgresqls List<GetService Integration Endpoint External Postgresql> 
- ExternalPostgresql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalPrometheus List<GetUser Configs Service Integration Endpoint External Prometheus User Config> 
- ExternalPrometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalSchema List<GetRegistry User Configs Service Integration Endpoint External Schema Registry User Config> 
- ExternalSchemaRegistry user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- id String
- The provider-assigned unique ID for this managed resource.
- jolokiaUser List<GetConfigs Service Integration Endpoint Jolokia User Config> 
- Jolokia user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- project String
- Project the service integration endpoint is in.
- prometheusUser List<GetConfigs Service Integration Endpoint Prometheus User Config> 
- Prometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- rsyslogUser List<GetConfigs Service Integration Endpoint Rsyslog User Config> 
- Rsyslog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- autoscalerUser GetConfigs Service Integration Endpoint Autoscaler User Config[] 
- Autoscaler user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- datadogUser GetConfigs Service Integration Endpoint Datadog User Config[] 
- Datadog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- endpointConfig {[key: string]: string}
- Backend configuration for the endpoint.
- endpointName string
- Name of the service integration endpoint.
- endpointType string
- The type of service integration endpoint. The possible values are autoscaler,datadog,external_aws_cloudwatch_logs,external_aws_cloudwatch_metrics,external_aws_s3,external_azure_blob_storage,external_clickhouse,external_elasticsearch_logs,external_google_cloud_bigquery,external_google_cloud_logging,external_kafka,external_mysql,external_opensearch_logs,external_postgresql,external_prometheus,external_redis,external_schema_registry,external_sumologic_logs,jolokia,prometheusandrsyslog.
- externalAws GetCloudwatch Logs User Configs Service Integration Endpoint External Aws Cloudwatch Logs User Config[] 
- ExternalAwsCloudwatchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAws GetCloudwatch Metrics User Configs Service Integration Endpoint External Aws Cloudwatch Metrics User Config[] 
- ExternalAwsCloudwatchMetrics user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAws GetS3User Configs Service Integration Endpoint External Aws S3User Config[] 
- ExternalAwsS3 user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAzure GetBlob Storage User Configs Service Integration Endpoint External Azure Blob Storage User Config[] 
- ExternalAzureBlobStorage user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalClickhouse GetUser Configs Service Integration Endpoint External Clickhouse User Config[] 
- ExternalClickhouse user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalElasticsearch GetLogs User Configs Service Integration Endpoint External Elasticsearch Logs User Config[] 
- ExternalElasticsearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalGoogle GetCloud Bigqueries Service Integration Endpoint External Google Cloud Bigquery[] 
- ExternalGoogleCloudBigquery user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalGoogle GetCloud Logging User Configs Service Integration Endpoint External Google Cloud Logging User Config[] 
- ExternalGoogleCloudLogging user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalKafka GetUser Configs Service Integration Endpoint External Kafka User Config[] 
- ExternalKafka user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalMysql GetUser Configs Service Integration Endpoint External Mysql User Config[] 
- ExternalMysql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalOpensearch GetLogs User Configs Service Integration Endpoint External Opensearch Logs User Config[] 
- ExternalOpensearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalPostgresqls GetService Integration Endpoint External Postgresql[] 
- ExternalPostgresql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalPrometheus GetUser Configs Service Integration Endpoint External Prometheus User Config[] 
- ExternalPrometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalSchema GetRegistry User Configs Service Integration Endpoint External Schema Registry User Config[] 
- ExternalSchemaRegistry user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- id string
- The provider-assigned unique ID for this managed resource.
- jolokiaUser GetConfigs Service Integration Endpoint Jolokia User Config[] 
- Jolokia user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- project string
- Project the service integration endpoint is in.
- prometheusUser GetConfigs Service Integration Endpoint Prometheus User Config[] 
- Prometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- rsyslogUser GetConfigs Service Integration Endpoint Rsyslog User Config[] 
- Rsyslog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- autoscaler_user_ Sequence[Getconfigs Service Integration Endpoint Autoscaler User Config] 
- Autoscaler user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- datadog_user_ Sequence[Getconfigs Service Integration Endpoint Datadog User Config] 
- Datadog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- endpoint_config Mapping[str, str]
- Backend configuration for the endpoint.
- endpoint_name str
- Name of the service integration endpoint.
- endpoint_type str
- The type of service integration endpoint. The possible values are autoscaler,datadog,external_aws_cloudwatch_logs,external_aws_cloudwatch_metrics,external_aws_s3,external_azure_blob_storage,external_clickhouse,external_elasticsearch_logs,external_google_cloud_bigquery,external_google_cloud_logging,external_kafka,external_mysql,external_opensearch_logs,external_postgresql,external_prometheus,external_redis,external_schema_registry,external_sumologic_logs,jolokia,prometheusandrsyslog.
- external_aws_ Sequence[Getcloudwatch_ logs_ user_ configs Service Integration Endpoint External Aws Cloudwatch Logs User Config] 
- ExternalAwsCloudwatchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_aws_ Sequence[Getcloudwatch_ metrics_ user_ configs Service Integration Endpoint External Aws Cloudwatch Metrics User Config] 
- ExternalAwsCloudwatchMetrics user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_aws_ Sequence[Gets3_ user_ configs Service Integration Endpoint External Aws S3User Config] 
- ExternalAwsS3 user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_azure_ Sequence[Getblob_ storage_ user_ configs Service Integration Endpoint External Azure Blob Storage User Config] 
- ExternalAzureBlobStorage user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_clickhouse_ Sequence[Getuser_ configs Service Integration Endpoint External Clickhouse User Config] 
- ExternalClickhouse user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_elasticsearch_ Sequence[Getlogs_ user_ configs Service Integration Endpoint External Elasticsearch Logs User Config] 
- ExternalElasticsearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_google_ Sequence[Getcloud_ bigqueries Service Integration Endpoint External Google Cloud Bigquery] 
- ExternalGoogleCloudBigquery user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_google_ Sequence[Getcloud_ logging_ user_ configs Service Integration Endpoint External Google Cloud Logging User Config] 
- ExternalGoogleCloudLogging user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_kafka_ Sequence[Getuser_ configs Service Integration Endpoint External Kafka User Config] 
- ExternalKafka user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_mysql_ Sequence[Getuser_ configs Service Integration Endpoint External Mysql User Config] 
- ExternalMysql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_opensearch_ Sequence[Getlogs_ user_ configs Service Integration Endpoint External Opensearch Logs User Config] 
- ExternalOpensearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_postgresqls Sequence[GetService Integration Endpoint External Postgresql] 
- ExternalPostgresql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_prometheus_ Sequence[Getuser_ configs Service Integration Endpoint External Prometheus User Config] 
- ExternalPrometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- external_schema_ Sequence[Getregistry_ user_ configs Service Integration Endpoint External Schema Registry User Config] 
- ExternalSchemaRegistry user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- id str
- The provider-assigned unique ID for this managed resource.
- jolokia_user_ Sequence[Getconfigs Service Integration Endpoint Jolokia User Config] 
- Jolokia user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- project str
- Project the service integration endpoint is in.
- prometheus_user_ Sequence[Getconfigs Service Integration Endpoint Prometheus User Config] 
- Prometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- rsyslog_user_ Sequence[Getconfigs Service Integration Endpoint Rsyslog User Config] 
- Rsyslog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- autoscalerUser List<Property Map>Configs 
- Autoscaler user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- datadogUser List<Property Map>Configs 
- Datadog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- endpointConfig Map<String>
- Backend configuration for the endpoint.
- endpointName String
- Name of the service integration endpoint.
- endpointType String
- The type of service integration endpoint. The possible values are autoscaler,datadog,external_aws_cloudwatch_logs,external_aws_cloudwatch_metrics,external_aws_s3,external_azure_blob_storage,external_clickhouse,external_elasticsearch_logs,external_google_cloud_bigquery,external_google_cloud_logging,external_kafka,external_mysql,external_opensearch_logs,external_postgresql,external_prometheus,external_redis,external_schema_registry,external_sumologic_logs,jolokia,prometheusandrsyslog.
- externalAws List<Property Map>Cloudwatch Logs User Configs 
- ExternalAwsCloudwatchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAws List<Property Map>Cloudwatch Metrics User Configs 
- ExternalAwsCloudwatchMetrics user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAws List<Property Map>S3User Configs 
- ExternalAwsS3 user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalAzure List<Property Map>Blob Storage User Configs 
- ExternalAzureBlobStorage user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalClickhouse List<Property Map>User Configs 
- ExternalClickhouse user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalElasticsearch List<Property Map>Logs User Configs 
- ExternalElasticsearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalGoogle List<Property Map>Cloud Bigqueries 
- ExternalGoogleCloudBigquery user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalGoogle List<Property Map>Cloud Logging User Configs 
- ExternalGoogleCloudLogging user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalKafka List<Property Map>User Configs 
- ExternalKafka user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalMysql List<Property Map>User Configs 
- ExternalMysql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalOpensearch List<Property Map>Logs User Configs 
- ExternalOpensearchLogs user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalPostgresqls List<Property Map>
- ExternalPostgresql user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalPrometheus List<Property Map>User Configs 
- ExternalPrometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- externalSchema List<Property Map>Registry User Configs 
- ExternalSchemaRegistry user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- id String
- The provider-assigned unique ID for this managed resource.
- jolokiaUser List<Property Map>Configs 
- Jolokia user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- project String
- Project the service integration endpoint is in.
- prometheusUser List<Property Map>Configs 
- Prometheus user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
- rsyslogUser List<Property Map>Configs 
- Rsyslog user configurable settings. Warning: There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
Supporting Types
GetServiceIntegrationEndpointAutoscalerUserConfig      
- Autoscalings
List<GetService Integration Endpoint Autoscaler User Config Autoscaling> 
- Configure autoscaling thresholds for a service
- Autoscalings
[]GetService Integration Endpoint Autoscaler User Config Autoscaling 
- Configure autoscaling thresholds for a service
- autoscalings
List<GetService Integration Endpoint Autoscaler User Config Autoscaling> 
- Configure autoscaling thresholds for a service
- autoscalings
GetService Integration Endpoint Autoscaler User Config Autoscaling[] 
- Configure autoscaling thresholds for a service
- autoscalings
Sequence[GetService Integration Endpoint Autoscaler User Config Autoscaling] 
- Configure autoscaling thresholds for a service
- autoscalings List<Property Map>
- Configure autoscaling thresholds for a service
GetServiceIntegrationEndpointAutoscalerUserConfigAutoscaling       
GetServiceIntegrationEndpointDatadogUserConfig      
- DatadogApi stringKey 
- Datadog API key. Example: 848f30907c15c55d601fe45487cce9b6.
- 
List<GetService Integration Endpoint Datadog User Config Datadog Tag> 
- Custom tags provided by user
- DisableConsumer boolStats 
- Disable consumer group metrics.
- string
- Extra tags prefix. Defaults to aiven.
- KafkaConsumer intCheck Instances 
- Number of separate instances to fetch kafka consumer statistics with. Example: 8.
- KafkaConsumer intStats Timeout 
- Number of seconds that datadog will wait to get consumer statistics from brokers. Example: 60.
- MaxPartition intContexts 
- Maximum number of partition contexts to send. Example: 32000.
- Site string
- Enum: ap1.datadoghq.com,datadoghq.com,datadoghq.eu,ddog-gov.com,us3.datadoghq.com,us5.datadoghq.com. Datadog intake site. Defaults to datadoghq.com.
- DatadogApi stringKey 
- Datadog API key. Example: 848f30907c15c55d601fe45487cce9b6.
- 
[]GetService Integration Endpoint Datadog User Config Datadog Tag 
- Custom tags provided by user
- DisableConsumer boolStats 
- Disable consumer group metrics.
- string
- Extra tags prefix. Defaults to aiven.
- KafkaConsumer intCheck Instances 
- Number of separate instances to fetch kafka consumer statistics with. Example: 8.
- KafkaConsumer intStats Timeout 
- Number of seconds that datadog will wait to get consumer statistics from brokers. Example: 60.
- MaxPartition intContexts 
- Maximum number of partition contexts to send. Example: 32000.
- Site string
- Enum: ap1.datadoghq.com,datadoghq.com,datadoghq.eu,ddog-gov.com,us3.datadoghq.com,us5.datadoghq.com. Datadog intake site. Defaults to datadoghq.com.
- datadogApi StringKey 
- Datadog API key. Example: 848f30907c15c55d601fe45487cce9b6.
- 
List<GetService Integration Endpoint Datadog User Config Datadog Tag> 
- Custom tags provided by user
- disableConsumer BooleanStats 
- Disable consumer group metrics.
- String
- Extra tags prefix. Defaults to aiven.
- kafkaConsumer IntegerCheck Instances 
- Number of separate instances to fetch kafka consumer statistics with. Example: 8.
- kafkaConsumer IntegerStats Timeout 
- Number of seconds that datadog will wait to get consumer statistics from brokers. Example: 60.
- maxPartition IntegerContexts 
- Maximum number of partition contexts to send. Example: 32000.
- site String
- Enum: ap1.datadoghq.com,datadoghq.com,datadoghq.eu,ddog-gov.com,us3.datadoghq.com,us5.datadoghq.com. Datadog intake site. Defaults to datadoghq.com.
- datadogApi stringKey 
- Datadog API key. Example: 848f30907c15c55d601fe45487cce9b6.
- 
GetService Integration Endpoint Datadog User Config Datadog Tag[] 
- Custom tags provided by user
- disableConsumer booleanStats 
- Disable consumer group metrics.
- string
- Extra tags prefix. Defaults to aiven.
- kafkaConsumer numberCheck Instances 
- Number of separate instances to fetch kafka consumer statistics with. Example: 8.
- kafkaConsumer numberStats Timeout 
- Number of seconds that datadog will wait to get consumer statistics from brokers. Example: 60.
- maxPartition numberContexts 
- Maximum number of partition contexts to send. Example: 32000.
- site string
- Enum: ap1.datadoghq.com,datadoghq.com,datadoghq.eu,ddog-gov.com,us3.datadoghq.com,us5.datadoghq.com. Datadog intake site. Defaults to datadoghq.com.
- datadog_api_ strkey 
- Datadog API key. Example: 848f30907c15c55d601fe45487cce9b6.
- 
Sequence[GetService Integration Endpoint Datadog User Config Datadog Tag] 
- Custom tags provided by user
- disable_consumer_ boolstats 
- Disable consumer group metrics.
- str
- Extra tags prefix. Defaults to aiven.
- kafka_consumer_ intcheck_ instances 
- Number of separate instances to fetch kafka consumer statistics with. Example: 8.
- kafka_consumer_ intstats_ timeout 
- Number of seconds that datadog will wait to get consumer statistics from brokers. Example: 60.
- max_partition_ intcontexts 
- Maximum number of partition contexts to send. Example: 32000.
- site str
- Enum: ap1.datadoghq.com,datadoghq.com,datadoghq.eu,ddog-gov.com,us3.datadoghq.com,us5.datadoghq.com. Datadog intake site. Defaults to datadoghq.com.
- datadogApi StringKey 
- Datadog API key. Example: 848f30907c15c55d601fe45487cce9b6.
- List<Property Map>
- Custom tags provided by user
- disableConsumer BooleanStats 
- Disable consumer group metrics.
- String
- Extra tags prefix. Defaults to aiven.
- kafkaConsumer NumberCheck Instances 
- Number of separate instances to fetch kafka consumer statistics with. Example: 8.
- kafkaConsumer NumberStats Timeout 
- Number of seconds that datadog will wait to get consumer statistics from brokers. Example: 60.
- maxPartition NumberContexts 
- Maximum number of partition contexts to send. Example: 32000.
- site String
- Enum: ap1.datadoghq.com,datadoghq.com,datadoghq.eu,ddog-gov.com,us3.datadoghq.com,us5.datadoghq.com. Datadog intake site. Defaults to datadoghq.com.
GetServiceIntegrationEndpointDatadogUserConfigDatadogTag        
GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig         
- AccessKey string
- AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams. Example: AAAAAAAAAAAAAAAAAAAA.
- Region string
- AWS region. Example: us-east-1.
- SecretKey string
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- LogGroup stringName 
- AWS CloudWatch log group name. Example: my-log-group.
- AccessKey string
- AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams. Example: AAAAAAAAAAAAAAAAAAAA.
- Region string
- AWS region. Example: us-east-1.
- SecretKey string
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- LogGroup stringName 
- AWS CloudWatch log group name. Example: my-log-group.
- accessKey String
- AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams. Example: AAAAAAAAAAAAAAAAAAAA.
- region String
- AWS region. Example: us-east-1.
- secretKey String
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- logGroup StringName 
- AWS CloudWatch log group name. Example: my-log-group.
- accessKey string
- AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams. Example: AAAAAAAAAAAAAAAAAAAA.
- region string
- AWS region. Example: us-east-1.
- secretKey string
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- logGroup stringName 
- AWS CloudWatch log group name. Example: my-log-group.
- access_key str
- AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams. Example: AAAAAAAAAAAAAAAAAAAA.
- region str
- AWS region. Example: us-east-1.
- secret_key str
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- log_group_ strname 
- AWS CloudWatch log group name. Example: my-log-group.
- accessKey String
- AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams. Example: AAAAAAAAAAAAAAAAAAAA.
- region String
- AWS region. Example: us-east-1.
- secretKey String
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- logGroup StringName 
- AWS CloudWatch log group name. Example: my-log-group.
GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig         
- AccessKey string
- AWS access key. Required permissions are cloudwatch:PutMetricData. Example: AAAAAAAAAAAAAAAAAAAA.
- Namespace string
- AWS CloudWatch Metrics Namespace. Example: my-metrics-namespace.
- Region string
- AWS region. Example: us-east-1.
- SecretKey string
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- AccessKey string
- AWS access key. Required permissions are cloudwatch:PutMetricData. Example: AAAAAAAAAAAAAAAAAAAA.
- Namespace string
- AWS CloudWatch Metrics Namespace. Example: my-metrics-namespace.
- Region string
- AWS region. Example: us-east-1.
- SecretKey string
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- accessKey String
- AWS access key. Required permissions are cloudwatch:PutMetricData. Example: AAAAAAAAAAAAAAAAAAAA.
- namespace String
- AWS CloudWatch Metrics Namespace. Example: my-metrics-namespace.
- region String
- AWS region. Example: us-east-1.
- secretKey String
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- accessKey string
- AWS access key. Required permissions are cloudwatch:PutMetricData. Example: AAAAAAAAAAAAAAAAAAAA.
- namespace string
- AWS CloudWatch Metrics Namespace. Example: my-metrics-namespace.
- region string
- AWS region. Example: us-east-1.
- secretKey string
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- access_key str
- AWS access key. Required permissions are cloudwatch:PutMetricData. Example: AAAAAAAAAAAAAAAAAAAA.
- namespace str
- AWS CloudWatch Metrics Namespace. Example: my-metrics-namespace.
- region str
- AWS region. Example: us-east-1.
- secret_key str
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- accessKey String
- AWS access key. Required permissions are cloudwatch:PutMetricData. Example: AAAAAAAAAAAAAAAAAAAA.
- namespace String
- AWS CloudWatch Metrics Namespace. Example: my-metrics-namespace.
- region String
- AWS region. Example: us-east-1.
- secretKey String
- AWS secret key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
GetServiceIntegrationEndpointExternalAwsS3UserConfig       
- AccessKey stringId 
- Access Key Id. Example: AAAAAAAAAAAAAAAAAAA.
- SecretAccess stringKey 
- Secret Access Key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- Url string
- S3-compatible bucket URL. Example: https://mybucket.s3-myregion.amazonaws.com/mydataset/.
- AccessKey stringId 
- Access Key Id. Example: AAAAAAAAAAAAAAAAAAA.
- SecretAccess stringKey 
- Secret Access Key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- Url string
- S3-compatible bucket URL. Example: https://mybucket.s3-myregion.amazonaws.com/mydataset/.
- accessKey StringId 
- Access Key Id. Example: AAAAAAAAAAAAAAAAAAA.
- secretAccess StringKey 
- Secret Access Key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- url String
- S3-compatible bucket URL. Example: https://mybucket.s3-myregion.amazonaws.com/mydataset/.
- accessKey stringId 
- Access Key Id. Example: AAAAAAAAAAAAAAAAAAA.
- secretAccess stringKey 
- Secret Access Key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- url string
- S3-compatible bucket URL. Example: https://mybucket.s3-myregion.amazonaws.com/mydataset/.
- access_key_ strid 
- Access Key Id. Example: AAAAAAAAAAAAAAAAAAA.
- secret_access_ strkey 
- Secret Access Key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- url str
- S3-compatible bucket URL. Example: https://mybucket.s3-myregion.amazonaws.com/mydataset/.
- accessKey StringId 
- Access Key Id. Example: AAAAAAAAAAAAAAAAAAA.
- secretAccess StringKey 
- Secret Access Key. Example: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
- url String
- S3-compatible bucket URL. Example: https://mybucket.s3-myregion.amazonaws.com/mydataset/.
GetServiceIntegrationEndpointExternalAzureBlobStorageUserConfig         
- ConnectionString string
- Azure Blob Storage connection string. Example: AccountName=IDENT;AccountKey=SECRET.
- Container string
- Container. Example: container-dev.
- BlobPath string
- Blob path. Example: path/to/blob/file.csv.
- ConnectionString string
- Azure Blob Storage connection string. Example: AccountName=IDENT;AccountKey=SECRET.
- Container string
- Container. Example: container-dev.
- BlobPath string
- Blob path. Example: path/to/blob/file.csv.
- connectionString String
- Azure Blob Storage connection string. Example: AccountName=IDENT;AccountKey=SECRET.
- container String
- Container. Example: container-dev.
- blobPath String
- Blob path. Example: path/to/blob/file.csv.
- connectionString string
- Azure Blob Storage connection string. Example: AccountName=IDENT;AccountKey=SECRET.
- container string
- Container. Example: container-dev.
- blobPath string
- Blob path. Example: path/to/blob/file.csv.
- connection_string str
- Azure Blob Storage connection string. Example: AccountName=IDENT;AccountKey=SECRET.
- container str
- Container. Example: container-dev.
- blob_path str
- Blob path. Example: path/to/blob/file.csv.
- connectionString String
- Azure Blob Storage connection string. Example: AccountName=IDENT;AccountKey=SECRET.
- container String
- Container. Example: container-dev.
- blobPath String
- Blob path. Example: path/to/blob/file.csv.
GetServiceIntegrationEndpointExternalClickhouseUserConfig       
GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfig        
- IndexPrefix string
- Elasticsearch index prefix. Default: logs.
- Url string
- Elasticsearch connection URL. Example: https://user:passwd@logs.example.com/.
- Ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- IndexDays intMax 
- Maximum number of days of logs to keep. Default: 3.
- Timeout double
- Elasticsearch request timeout limit. Default: 10.
- IndexPrefix string
- Elasticsearch index prefix. Default: logs.
- Url string
- Elasticsearch connection URL. Example: https://user:passwd@logs.example.com/.
- Ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- IndexDays intMax 
- Maximum number of days of logs to keep. Default: 3.
- Timeout float64
- Elasticsearch request timeout limit. Default: 10.
- indexPrefix String
- Elasticsearch index prefix. Default: logs.
- url String
- Elasticsearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca String
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- indexDays IntegerMax 
- Maximum number of days of logs to keep. Default: 3.
- timeout Double
- Elasticsearch request timeout limit. Default: 10.
- indexPrefix string
- Elasticsearch index prefix. Default: logs.
- url string
- Elasticsearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- indexDays numberMax 
- Maximum number of days of logs to keep. Default: 3.
- timeout number
- Elasticsearch request timeout limit. Default: 10.
- index_prefix str
- Elasticsearch index prefix. Default: logs.
- url str
- Elasticsearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca str
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- index_days_ intmax 
- Maximum number of days of logs to keep. Default: 3.
- timeout float
- Elasticsearch request timeout limit. Default: 10.
- indexPrefix String
- Elasticsearch index prefix. Default: logs.
- url String
- Elasticsearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca String
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- indexDays NumberMax 
- Maximum number of days of logs to keep. Default: 3.
- timeout Number
- Elasticsearch request timeout limit. Default: 10.
GetServiceIntegrationEndpointExternalGoogleCloudBigquery       
- ProjectId string
- GCP project id. Example: snappy-photon-12345.
- ServiceAccount stringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- ProjectId string
- GCP project id. Example: snappy-photon-12345.
- ServiceAccount stringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- projectId String
- GCP project id. Example: snappy-photon-12345.
- serviceAccount StringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- projectId string
- GCP project id. Example: snappy-photon-12345.
- serviceAccount stringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- project_id str
- GCP project id. Example: snappy-photon-12345.
- service_account_ strcredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- projectId String
- GCP project id. Example: snappy-photon-12345.
- serviceAccount StringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig         
- LogId string
- Google Cloud Logging log id. Example: syslog.
- ProjectId string
- GCP project id. Example: snappy-photon-12345.
- ServiceAccount stringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- LogId string
- Google Cloud Logging log id. Example: syslog.
- ProjectId string
- GCP project id. Example: snappy-photon-12345.
- ServiceAccount stringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- logId String
- Google Cloud Logging log id. Example: syslog.
- projectId String
- GCP project id. Example: snappy-photon-12345.
- serviceAccount StringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- logId string
- Google Cloud Logging log id. Example: syslog.
- projectId string
- GCP project id. Example: snappy-photon-12345.
- serviceAccount stringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- log_id str
- Google Cloud Logging log id. Example: syslog.
- project_id str
- GCP project id. Example: snappy-photon-12345.
- service_account_ strcredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
- logId String
- Google Cloud Logging log id. Example: syslog.
- projectId String
- GCP project id. Example: snappy-photon-12345.
- serviceAccount StringCredentials 
- This is a JSON object with the fields documented in https://cloud.google.com/iam/docs/creating-managing-service-account-keys. Example: {"type": "service_account", ....
GetServiceIntegrationEndpointExternalKafkaUserConfig       
- BootstrapServers string
- Bootstrap servers. Example: 10.0.0.1:9092,10.0.0.2:9092.
- SecurityProtocol string
- Enum: PLAINTEXT,SASL_PLAINTEXT,SASL_SSL,SSL. Security protocol.
- SaslMechanism string
- Enum: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512. SASL mechanism used for connections to the Kafka server.
- SaslPlain stringPassword 
- Password for SASL PLAIN mechanism in the Kafka server. Example: admin.
- SaslPlain stringUsername 
- Username for SASL PLAIN mechanism in the Kafka server. Example: admin.
- SslCa stringCert 
- PEM-encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- SslClient stringCert 
- PEM-encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- SslClient stringKey 
- PEM-encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- SslEndpoint stringIdentification Algorithm 
- Enum: https. The endpoint identification algorithm to validate server hostname using server certificate.
- BootstrapServers string
- Bootstrap servers. Example: 10.0.0.1:9092,10.0.0.2:9092.
- SecurityProtocol string
- Enum: PLAINTEXT,SASL_PLAINTEXT,SASL_SSL,SSL. Security protocol.
- SaslMechanism string
- Enum: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512. SASL mechanism used for connections to the Kafka server.
- SaslPlain stringPassword 
- Password for SASL PLAIN mechanism in the Kafka server. Example: admin.
- SaslPlain stringUsername 
- Username for SASL PLAIN mechanism in the Kafka server. Example: admin.
- SslCa stringCert 
- PEM-encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- SslClient stringCert 
- PEM-encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- SslClient stringKey 
- PEM-encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- SslEndpoint stringIdentification Algorithm 
- Enum: https. The endpoint identification algorithm to validate server hostname using server certificate.
- bootstrapServers String
- Bootstrap servers. Example: 10.0.0.1:9092,10.0.0.2:9092.
- securityProtocol String
- Enum: PLAINTEXT,SASL_PLAINTEXT,SASL_SSL,SSL. Security protocol.
- saslMechanism String
- Enum: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512. SASL mechanism used for connections to the Kafka server.
- saslPlain StringPassword 
- Password for SASL PLAIN mechanism in the Kafka server. Example: admin.
- saslPlain StringUsername 
- Username for SASL PLAIN mechanism in the Kafka server. Example: admin.
- sslCa StringCert 
- PEM-encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient StringCert 
- PEM-encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient StringKey 
- PEM-encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- sslEndpoint StringIdentification Algorithm 
- Enum: https. The endpoint identification algorithm to validate server hostname using server certificate.
- bootstrapServers string
- Bootstrap servers. Example: 10.0.0.1:9092,10.0.0.2:9092.
- securityProtocol string
- Enum: PLAINTEXT,SASL_PLAINTEXT,SASL_SSL,SSL. Security protocol.
- saslMechanism string
- Enum: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512. SASL mechanism used for connections to the Kafka server.
- saslPlain stringPassword 
- Password for SASL PLAIN mechanism in the Kafka server. Example: admin.
- saslPlain stringUsername 
- Username for SASL PLAIN mechanism in the Kafka server. Example: admin.
- sslCa stringCert 
- PEM-encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient stringCert 
- PEM-encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient stringKey 
- PEM-encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- sslEndpoint stringIdentification Algorithm 
- Enum: https. The endpoint identification algorithm to validate server hostname using server certificate.
- bootstrap_servers str
- Bootstrap servers. Example: 10.0.0.1:9092,10.0.0.2:9092.
- security_protocol str
- Enum: PLAINTEXT,SASL_PLAINTEXT,SASL_SSL,SSL. Security protocol.
- sasl_mechanism str
- Enum: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512. SASL mechanism used for connections to the Kafka server.
- sasl_plain_ strpassword 
- Password for SASL PLAIN mechanism in the Kafka server. Example: admin.
- sasl_plain_ strusername 
- Username for SASL PLAIN mechanism in the Kafka server. Example: admin.
- ssl_ca_ strcert 
- PEM-encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- ssl_client_ strcert 
- PEM-encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- ssl_client_ strkey 
- PEM-encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- ssl_endpoint_ stridentification_ algorithm 
- Enum: https. The endpoint identification algorithm to validate server hostname using server certificate.
- bootstrapServers String
- Bootstrap servers. Example: 10.0.0.1:9092,10.0.0.2:9092.
- securityProtocol String
- Enum: PLAINTEXT,SASL_PLAINTEXT,SASL_SSL,SSL. Security protocol.
- saslMechanism String
- Enum: PLAIN,SCRAM-SHA-256,SCRAM-SHA-512. SASL mechanism used for connections to the Kafka server.
- saslPlain StringPassword 
- Password for SASL PLAIN mechanism in the Kafka server. Example: admin.
- saslPlain StringUsername 
- Username for SASL PLAIN mechanism in the Kafka server. Example: admin.
- sslCa StringCert 
- PEM-encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient StringCert 
- PEM-encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient StringKey 
- PEM-encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- sslEndpoint StringIdentification Algorithm 
- Enum: https. The endpoint identification algorithm to validate server hostname using server certificate.
GetServiceIntegrationEndpointExternalMysqlUserConfig       
- Host string
- Hostname or IP address of the server. Example: my.server.com.
- Password string
- Password. Example: jjKk45Nnd.
- Port int
- Port number of the server. Example: 5432.
- Username string
- User name. Example: myname.
- SslMode string
- Enum: verify-full. SSL Mode. Default:verify-full.
- SslRoot stringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- Host string
- Hostname or IP address of the server. Example: my.server.com.
- Password string
- Password. Example: jjKk45Nnd.
- Port int
- Port number of the server. Example: 5432.
- Username string
- User name. Example: myname.
- SslMode string
- Enum: verify-full. SSL Mode. Default:verify-full.
- SslRoot stringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host String
- Hostname or IP address of the server. Example: my.server.com.
- password String
- Password. Example: jjKk45Nnd.
- port Integer
- Port number of the server. Example: 5432.
- username String
- User name. Example: myname.
- sslMode String
- Enum: verify-full. SSL Mode. Default:verify-full.
- sslRoot StringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host string
- Hostname or IP address of the server. Example: my.server.com.
- password string
- Password. Example: jjKk45Nnd.
- port number
- Port number of the server. Example: 5432.
- username string
- User name. Example: myname.
- sslMode string
- Enum: verify-full. SSL Mode. Default:verify-full.
- sslRoot stringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host str
- Hostname or IP address of the server. Example: my.server.com.
- password str
- Password. Example: jjKk45Nnd.
- port int
- Port number of the server. Example: 5432.
- username str
- User name. Example: myname.
- ssl_mode str
- Enum: verify-full. SSL Mode. Default:verify-full.
- ssl_root_ strcert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host String
- Hostname or IP address of the server. Example: my.server.com.
- password String
- Password. Example: jjKk45Nnd.
- port Number
- Port number of the server. Example: 5432.
- username String
- User name. Example: myname.
- sslMode String
- Enum: verify-full. SSL Mode. Default:verify-full.
- sslRoot StringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
GetServiceIntegrationEndpointExternalOpensearchLogsUserConfig        
- IndexPrefix string
- OpenSearch index prefix. Default: logs.
- Url string
- OpenSearch connection URL. Example: https://user:passwd@logs.example.com/.
- Ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- IndexDays intMax 
- Maximum number of days of logs to keep. Default: 3.
- Timeout double
- OpenSearch request timeout limit. Default: 10.
- IndexPrefix string
- OpenSearch index prefix. Default: logs.
- Url string
- OpenSearch connection URL. Example: https://user:passwd@logs.example.com/.
- Ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- IndexDays intMax 
- Maximum number of days of logs to keep. Default: 3.
- Timeout float64
- OpenSearch request timeout limit. Default: 10.
- indexPrefix String
- OpenSearch index prefix. Default: logs.
- url String
- OpenSearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca String
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- indexDays IntegerMax 
- Maximum number of days of logs to keep. Default: 3.
- timeout Double
- OpenSearch request timeout limit. Default: 10.
- indexPrefix string
- OpenSearch index prefix. Default: logs.
- url string
- OpenSearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- indexDays numberMax 
- Maximum number of days of logs to keep. Default: 3.
- timeout number
- OpenSearch request timeout limit. Default: 10.
- index_prefix str
- OpenSearch index prefix. Default: logs.
- url str
- OpenSearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca str
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- index_days_ intmax 
- Maximum number of days of logs to keep. Default: 3.
- timeout float
- OpenSearch request timeout limit. Default: 10.
- indexPrefix String
- OpenSearch index prefix. Default: logs.
- url String
- OpenSearch connection URL. Example: https://user:passwd@logs.example.com/.
- ca String
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- indexDays NumberMax 
- Maximum number of days of logs to keep. Default: 3.
- timeout Number
- OpenSearch request timeout limit. Default: 10.
GetServiceIntegrationEndpointExternalPostgresql     
- Host string
- Hostname or IP address of the server. Example: my.server.com.
- Port int
- Port number of the server. Example: 5432.
- Username string
- User name. Example: myname.
- DefaultDatabase string
- Default database. Example: testdb.
- Password string
- Password. Example: jjKk45Nnd.
- SslClient stringCertificate 
- Client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- SslClient stringKey 
- Client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- SslMode string
- Enum: allow,disable,prefer,require,verify-ca,verify-full. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default:verify-full.
- SslRoot stringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- Host string
- Hostname or IP address of the server. Example: my.server.com.
- Port int
- Port number of the server. Example: 5432.
- Username string
- User name. Example: myname.
- DefaultDatabase string
- Default database. Example: testdb.
- Password string
- Password. Example: jjKk45Nnd.
- SslClient stringCertificate 
- Client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- SslClient stringKey 
- Client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- SslMode string
- Enum: allow,disable,prefer,require,verify-ca,verify-full. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default:verify-full.
- SslRoot stringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host String
- Hostname or IP address of the server. Example: my.server.com.
- port Integer
- Port number of the server. Example: 5432.
- username String
- User name. Example: myname.
- defaultDatabase String
- Default database. Example: testdb.
- password String
- Password. Example: jjKk45Nnd.
- sslClient StringCertificate 
- Client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient StringKey 
- Client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- sslMode String
- Enum: allow,disable,prefer,require,verify-ca,verify-full. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default:verify-full.
- sslRoot StringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host string
- Hostname or IP address of the server. Example: my.server.com.
- port number
- Port number of the server. Example: 5432.
- username string
- User name. Example: myname.
- defaultDatabase string
- Default database. Example: testdb.
- password string
- Password. Example: jjKk45Nnd.
- sslClient stringCertificate 
- Client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient stringKey 
- Client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- sslMode string
- Enum: allow,disable,prefer,require,verify-ca,verify-full. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default:verify-full.
- sslRoot stringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host str
- Hostname or IP address of the server. Example: my.server.com.
- port int
- Port number of the server. Example: 5432.
- username str
- User name. Example: myname.
- default_database str
- Default database. Example: testdb.
- password str
- Password. Example: jjKk45Nnd.
- ssl_client_ strcertificate 
- Client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- ssl_client_ strkey 
- Client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- ssl_mode str
- Enum: allow,disable,prefer,require,verify-ca,verify-full. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default:verify-full.
- ssl_root_ strcert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- host String
- Hostname or IP address of the server. Example: my.server.com.
- port Number
- Port number of the server. Example: 5432.
- username String
- User name. Example: myname.
- defaultDatabase String
- Default database. Example: testdb.
- password String
- Password. Example: jjKk45Nnd.
- sslClient StringCertificate 
- Client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- sslClient StringKey 
- Client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- sslMode String
- Enum: allow,disable,prefer,require,verify-ca,verify-full. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default:verify-full.
- sslRoot StringCert 
- SSL Root Cert. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
GetServiceIntegrationEndpointExternalPrometheusUserConfig       
- BasicAuth stringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- BasicAuth stringUsername 
- Prometheus basic authentication username. Example: prom4851.
- ServiceUri string
- Prometheus enabled write endpoint. Example: https://write.example.com/.
- BasicAuth stringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- BasicAuth stringUsername 
- Prometheus basic authentication username. Example: prom4851.
- ServiceUri string
- Prometheus enabled write endpoint. Example: https://write.example.com/.
- basicAuth StringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basicAuth StringUsername 
- Prometheus basic authentication username. Example: prom4851.
- serviceUri String
- Prometheus enabled write endpoint. Example: https://write.example.com/.
- basicAuth stringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basicAuth stringUsername 
- Prometheus basic authentication username. Example: prom4851.
- serviceUri string
- Prometheus enabled write endpoint. Example: https://write.example.com/.
- basic_auth_ strpassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basic_auth_ strusername 
- Prometheus basic authentication username. Example: prom4851.
- service_uri str
- Prometheus enabled write endpoint. Example: https://write.example.com/.
- basicAuth StringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basicAuth StringUsername 
- Prometheus basic authentication username. Example: prom4851.
- serviceUri String
- Prometheus enabled write endpoint. Example: https://write.example.com/.
GetServiceIntegrationEndpointExternalSchemaRegistryUserConfig        
- Authentication string
- Enum: basic,none. Authentication method.
- Url string
- Schema Registry URL. Example: https://schema-registry.kafka.company.com:28419.
- BasicAuth stringPassword 
- Basic authentication password. Example: Zm9vYg==.
- BasicAuth stringUsername 
- Basic authentication user name. Example: avnadmin.
- Authentication string
- Enum: basic,none. Authentication method.
- Url string
- Schema Registry URL. Example: https://schema-registry.kafka.company.com:28419.
- BasicAuth stringPassword 
- Basic authentication password. Example: Zm9vYg==.
- BasicAuth stringUsername 
- Basic authentication user name. Example: avnadmin.
- authentication String
- Enum: basic,none. Authentication method.
- url String
- Schema Registry URL. Example: https://schema-registry.kafka.company.com:28419.
- basicAuth StringPassword 
- Basic authentication password. Example: Zm9vYg==.
- basicAuth StringUsername 
- Basic authentication user name. Example: avnadmin.
- authentication string
- Enum: basic,none. Authentication method.
- url string
- Schema Registry URL. Example: https://schema-registry.kafka.company.com:28419.
- basicAuth stringPassword 
- Basic authentication password. Example: Zm9vYg==.
- basicAuth stringUsername 
- Basic authentication user name. Example: avnadmin.
- authentication str
- Enum: basic,none. Authentication method.
- url str
- Schema Registry URL. Example: https://schema-registry.kafka.company.com:28419.
- basic_auth_ strpassword 
- Basic authentication password. Example: Zm9vYg==.
- basic_auth_ strusername 
- Basic authentication user name. Example: avnadmin.
- authentication String
- Enum: basic,none. Authentication method.
- url String
- Schema Registry URL. Example: https://schema-registry.kafka.company.com:28419.
- basicAuth StringPassword 
- Basic authentication password. Example: Zm9vYg==.
- basicAuth StringUsername 
- Basic authentication user name. Example: avnadmin.
GetServiceIntegrationEndpointJolokiaUserConfig      
- BasicAuth stringPassword 
- Jolokia basic authentication password. Example: yhfBNFii4C.
- BasicAuth stringUsername 
- Jolokia basic authentication username. Example: jol48k51.
- BasicAuth stringPassword 
- Jolokia basic authentication password. Example: yhfBNFii4C.
- BasicAuth stringUsername 
- Jolokia basic authentication username. Example: jol48k51.
- basicAuth StringPassword 
- Jolokia basic authentication password. Example: yhfBNFii4C.
- basicAuth StringUsername 
- Jolokia basic authentication username. Example: jol48k51.
- basicAuth stringPassword 
- Jolokia basic authentication password. Example: yhfBNFii4C.
- basicAuth stringUsername 
- Jolokia basic authentication username. Example: jol48k51.
- basic_auth_ strpassword 
- Jolokia basic authentication password. Example: yhfBNFii4C.
- basic_auth_ strusername 
- Jolokia basic authentication username. Example: jol48k51.
- basicAuth StringPassword 
- Jolokia basic authentication password. Example: yhfBNFii4C.
- basicAuth StringUsername 
- Jolokia basic authentication username. Example: jol48k51.
GetServiceIntegrationEndpointPrometheusUserConfig      
- BasicAuth stringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- BasicAuth stringUsername 
- Prometheus basic authentication username. Example: prom4851.
- BasicAuth stringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- BasicAuth stringUsername 
- Prometheus basic authentication username. Example: prom4851.
- basicAuth StringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basicAuth StringUsername 
- Prometheus basic authentication username. Example: prom4851.
- basicAuth stringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basicAuth stringUsername 
- Prometheus basic authentication username. Example: prom4851.
- basic_auth_ strpassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basic_auth_ strusername 
- Prometheus basic authentication username. Example: prom4851.
- basicAuth StringPassword 
- Prometheus basic authentication password. Example: fhyFNBjj3R.
- basicAuth StringUsername 
- Prometheus basic authentication username. Example: prom4851.
GetServiceIntegrationEndpointRsyslogUserConfig      
- Format string
- Enum: custom,rfc3164,rfc5424. Message format. Default:rfc5424.
- Port int
- Rsyslog server port. Default: 514.
- Server string
- Rsyslog server IP address or hostname. Example: logs.example.com.
- Tls bool
- Require TLS. Default: true.
- Ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- Cert string
- PEM encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- Key string
- PEM encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- Logline string
- Custom syslog message format. Example: <%pri%>%timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%.
- MaxMessage intSize 
- Rsyslog max message size. Default: 8192.
- Sd string
- Structured data block for log message. Example: TOKEN tag="LiteralValue".
- Format string
- Enum: custom,rfc3164,rfc5424. Message format. Default:rfc5424.
- Port int
- Rsyslog server port. Default: 514.
- Server string
- Rsyslog server IP address or hostname. Example: logs.example.com.
- Tls bool
- Require TLS. Default: true.
- Ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- Cert string
- PEM encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- Key string
- PEM encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- Logline string
- Custom syslog message format. Example: <%pri%>%timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%.
- MaxMessage intSize 
- Rsyslog max message size. Default: 8192.
- Sd string
- Structured data block for log message. Example: TOKEN tag="LiteralValue".
- format String
- Enum: custom,rfc3164,rfc5424. Message format. Default:rfc5424.
- port Integer
- Rsyslog server port. Default: 514.
- server String
- Rsyslog server IP address or hostname. Example: logs.example.com.
- tls Boolean
- Require TLS. Default: true.
- ca String
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- cert String
- PEM encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- key String
- PEM encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- logline String
- Custom syslog message format. Example: <%pri%>%timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%.
- maxMessage IntegerSize 
- Rsyslog max message size. Default: 8192.
- sd String
- Structured data block for log message. Example: TOKEN tag="LiteralValue".
- format string
- Enum: custom,rfc3164,rfc5424. Message format. Default:rfc5424.
- port number
- Rsyslog server port. Default: 514.
- server string
- Rsyslog server IP address or hostname. Example: logs.example.com.
- tls boolean
- Require TLS. Default: true.
- ca string
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- cert string
- PEM encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- key string
- PEM encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- logline string
- Custom syslog message format. Example: <%pri%>%timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%.
- maxMessage numberSize 
- Rsyslog max message size. Default: 8192.
- sd string
- Structured data block for log message. Example: TOKEN tag="LiteralValue".
- format str
- Enum: custom,rfc3164,rfc5424. Message format. Default:rfc5424.
- port int
- Rsyslog server port. Default: 514.
- server str
- Rsyslog server IP address or hostname. Example: logs.example.com.
- tls bool
- Require TLS. Default: true.
- ca str
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- cert str
- PEM encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- key str
- PEM encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- logline str
- Custom syslog message format. Example: <%pri%>%timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%.
- max_message_ intsize 
- Rsyslog max message size. Default: 8192.
- sd str
- Structured data block for log message. Example: TOKEN tag="LiteralValue".
- format String
- Enum: custom,rfc3164,rfc5424. Message format. Default:rfc5424.
- port Number
- Rsyslog server port. Default: 514.
- server String
- Rsyslog server IP address or hostname. Example: logs.example.com.
- tls Boolean
- Require TLS. Default: true.
- ca String
- PEM encoded CA certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- cert String
- PEM encoded client certificate. Example: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----.
- key String
- PEM encoded client key. Example: -----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----.
- logline String
- Custom syslog message format. Example: <%pri%>%timestamp:::date-rfc3339% %HOSTNAME% %app-name% %msg%.
- maxMessage NumberSize 
- Rsyslog max message size. Default: 8192.
- sd String
- Structured data block for log message. Example: TOKEN tag="LiteralValue".
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the aivenTerraform Provider.
