@pulumi/aiven 4.4.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/account.d.ts +13 -31
- package/account.js +4 -6
- package/account.js.map +1 -1
- package/accountAuthentication.d.ts +31 -53
- package/accountAuthentication.js +5 -7
- package/accountAuthentication.js.map +1 -1
- package/accountTeam.d.ts +12 -22
- package/accountTeam.js +2 -4
- package/accountTeam.js.map +1 -1
- package/accountTeamMember.d.ts +16 -39
- package/accountTeamMember.js +4 -6
- package/accountTeamMember.js.map +1 -1
- package/accountTeamProject.d.ts +12 -17
- package/accountTeamProject.js +0 -2
- package/accountTeamProject.js.map +1 -1
- package/awsPrivatelink.d.ts +13 -27
- package/awsPrivatelink.js +0 -2
- package/awsPrivatelink.js.map +1 -1
- package/azurePrivatelink.d.ts +120 -0
- package/azurePrivatelink.js +86 -0
- package/azurePrivatelink.js.map +1 -0
- package/azurePrivatelinkConnectionApproval.d.ts +91 -0
- package/azurePrivatelinkConnectionApproval.js +66 -0
- package/azurePrivatelinkConnectionApproval.js.map +1 -0
- package/billingGroup.d.ts +0 -2
- package/billingGroup.js +0 -2
- package/billingGroup.js.map +1 -1
- package/cassandra.d.ts +101 -135
- package/cassandra.js +14 -4
- package/cassandra.js.map +1 -1
- package/clickhouse.d.ts +304 -0
- package/clickhouse.js +122 -0
- package/clickhouse.js.map +1 -0
- package/clickhouseDatabase.d.ts +105 -0
- package/clickhouseDatabase.js +76 -0
- package/clickhouseDatabase.js.map +1 -0
- package/clickhouseGrant.d.ts +169 -0
- package/clickhouseGrant.js +125 -0
- package/clickhouseGrant.js.map +1 -0
- package/clickhouseRole.d.ts +75 -0
- package/clickhouseRole.js +65 -0
- package/clickhouseRole.js.map +1 -0
- package/clickhouseUser.d.ts +112 -0
- package/clickhouseUser.js +84 -0
- package/clickhouseUser.js.map +1 -0
- package/connectionPool.d.ts +23 -53
- package/connectionPool.js +0 -4
- package/connectionPool.js.map +1 -1
- package/database.d.ts +18 -23
- package/database.js +0 -2
- package/database.js.map +1 -1
- package/elasticSearch.d.ts +97 -134
- package/elasticSearch.js +14 -4
- package/elasticSearch.js.map +1 -1
- package/elasticSearchAcl.d.ts +14 -26
- package/elasticSearchAcl.js +2 -5
- package/elasticSearchAcl.js.map +1 -1
- package/elasticSearchAclConfig.d.ts +12 -23
- package/elasticSearchAclConfig.js +0 -2
- package/elasticSearchAclConfig.js.map +1 -1
- package/elasticSearchAclRule.d.ts +15 -20
- package/elasticSearchAclRule.js +0 -2
- package/elasticSearchAclRule.js.map +1 -1
- package/flink.d.ts +311 -0
- package/flink.js +125 -0
- package/flink.js.map +1 -0
- package/flinkJob.d.ts +136 -0
- package/flinkJob.js +100 -0
- package/flinkJob.js.map +1 -0
- package/flinkJobTable.d.ts +224 -0
- package/flinkJobTable.js +114 -0
- package/flinkJobTable.js.map +1 -0
- package/getAccount.d.ts +10 -49
- package/getAccount.js +0 -7
- package/getAccount.js.map +1 -1
- package/getAccountAuthentication.d.ts +21 -103
- package/getAccountAuthentication.js +0 -12
- package/getAccountAuthentication.js.map +1 -1
- package/getAccountTeam.d.ts +13 -33
- package/getAccountTeam.js +0 -5
- package/getAccountTeam.js.map +1 -1
- package/getAccountTeamMember.d.ts +18 -43
- package/getAccountTeamMember.js +0 -5
- package/getAccountTeamMember.js.map +1 -1
- package/getAccountTeamProject.d.ts +17 -21
- package/getAccountTeamProject.js +0 -3
- package/getAccountTeamProject.js.map +1 -1
- package/getAwsPrivatelink.d.ts +14 -42
- package/getAwsPrivatelink.js +0 -5
- package/getAwsPrivatelink.js.map +1 -1
- package/getAzurePrivatelink.d.ts +81 -0
- package/getAzurePrivatelink.js +38 -0
- package/getAzurePrivatelink.js.map +1 -0
- package/getBillingGroup.d.ts +96 -0
- package/getBillingGroup.js +36 -0
- package/getBillingGroup.js.map +1 -0
- package/getCassanda.d.ts +118 -44
- package/getCassanda.js +15 -17
- package/getCassanda.js.map +1 -1
- package/getCassandra.d.ts +62 -223
- package/getCassandra.js +1 -20
- package/getCassandra.js.map +1 -1
- package/getClickhouse.d.ts +154 -0
- package/getClickhouse.js +38 -0
- package/getClickhouse.js.map +1 -0
- package/getClickhouseDatabase.d.ts +75 -0
- package/getClickhouseDatabase.js +40 -0
- package/getClickhouseDatabase.js.map +1 -0
- package/getClickhouseUser.d.ts +86 -0
- package/getClickhouseUser.js +40 -0
- package/getClickhouseUser.js.map +1 -0
- package/getConnectionPool.d.ts +26 -74
- package/getConnectionPool.js +0 -7
- package/getConnectionPool.js.map +1 -1
- package/getDatabase.d.ts +22 -29
- package/getDatabase.js +0 -5
- package/getDatabase.js.map +1 -1
- package/getElasticSearch.d.ts +61 -222
- package/getElasticSearch.js +0 -19
- package/getElasticSearch.js.map +1 -1
- package/getElasticSearchAcl.d.ts +22 -36
- package/getElasticSearchAcl.js +1 -7
- package/getElasticSearchAcl.js.map +1 -1
- package/getElasticSearchAclConfig.d.ts +41 -6
- package/getElasticSearchAclConfig.js +15 -2
- package/getElasticSearchAclConfig.js.map +1 -1
- package/getElasticSearchAclRule.d.ts +56 -2
- package/getElasticSearchAclRule.js +17 -1
- package/getElasticSearchAclRule.js.map +1 -1
- package/getFlink.d.ts +154 -0
- package/getFlink.js +38 -0
- package/getFlink.js.map +1 -0
- package/getGrafana.d.ts +61 -222
- package/getGrafana.js +0 -19
- package/getGrafana.js.map +1 -1
- package/getInfluxDb.d.ts +61 -222
- package/getInfluxDb.js +0 -19
- package/getInfluxDb.js.map +1 -1
- package/getKafka.d.ts +65 -221
- package/getKafka.js +0 -20
- package/getKafka.js.map +1 -1
- package/getKafkaAcl.d.ts +31 -21
- package/getKafkaAcl.js +2 -5
- package/getKafkaAcl.js.map +1 -1
- package/getKafkaConnect.d.ts +61 -222
- package/getKafkaConnect.js +0 -19
- package/getKafkaConnect.js.map +1 -1
- package/getKafkaConnector.d.ts +31 -73
- package/getKafkaConnector.js +0 -15
- package/getKafkaConnector.js.map +1 -1
- package/getKafkaMirrorMaker.d.ts +61 -222
- package/getKafkaMirrorMaker.js +0 -19
- package/getKafkaMirrorMaker.js.map +1 -1
- package/getKafkaSchema.d.ts +23 -37
- package/getKafkaSchema.js +1 -7
- package/getKafkaSchema.js.map +1 -1
- package/getKafkaSchemaConfiguration.d.ts +29 -41
- package/getKafkaSchemaConfiguration.js +4 -10
- package/getKafkaSchemaConfiguration.js.map +1 -1
- package/getKafkaTopic.d.ts +34 -95
- package/getKafkaTopic.js +0 -18
- package/getKafkaTopic.js.map +1 -1
- package/getM3Aggregator.d.ts +62 -223
- package/getM3Aggregator.js +1 -20
- package/getM3Aggregator.js.map +1 -1
- package/getM3Db.d.ts +61 -222
- package/getM3Db.js +0 -19
- package/getM3Db.js.map +1 -1
- package/getMirrorMakerReplicationFlow.d.ts +45 -52
- package/getMirrorMakerReplicationFlow.js +1 -11
- package/getMirrorMakerReplicationFlow.js.map +1 -1
- package/getMySql.d.ts +61 -222
- package/getMySql.js +0 -19
- package/getMySql.js.map +1 -1
- package/getOpenSearch.d.ts +61 -216
- package/getOpenSearch.js +0 -19
- package/getOpenSearch.js.map +1 -1
- package/getOpenSearchAclConfig.d.ts +41 -6
- package/getOpenSearchAclConfig.js +15 -2
- package/getOpenSearchAclConfig.js.map +1 -1
- package/getOpenSearchAclRule.d.ts +62 -0
- package/getOpenSearchAclRule.js +17 -0
- package/getOpenSearchAclRule.js.map +1 -1
- package/getPg.d.ts +61 -222
- package/getPg.js +0 -19
- package/getPg.js.map +1 -1
- package/getProject.d.ts +49 -166
- package/getProject.js +0 -20
- package/getProject.js.map +1 -1
- package/getProjectUser.d.ts +13 -34
- package/getProjectUser.js +0 -4
- package/getProjectUser.js.map +1 -1
- package/getProjectVpc.d.ts +13 -30
- package/getProjectVpc.js +0 -4
- package/getProjectVpc.js.map +1 -1
- package/getRedis.d.ts +60 -221
- package/getRedis.js +0 -19
- package/getRedis.js.map +1 -1
- package/getService.d.ts +203 -105
- package/getService.js +3 -37
- package/getService.js.map +1 -1
- package/getServiceComponent.d.ts +38 -90
- package/getServiceComponent.js +1 -22
- package/getServiceComponent.js.map +1 -1
- package/getServiceIntegration.d.ts +67 -95
- package/getServiceIntegration.js +1 -41
- package/getServiceIntegration.js.map +1 -1
- package/getServiceIntegrationEndpoint.d.ts +61 -63
- package/getServiceIntegrationEndpoint.js +1 -17
- package/getServiceIntegrationEndpoint.js.map +1 -1
- package/getServiceUser.d.ts +37 -78
- package/getServiceUser.js +0 -13
- package/getServiceUser.js.map +1 -1
- package/getTransitGatewayVpcAttachment.d.ts +29 -40
- package/getTransitGatewayVpcAttachment.js +1 -9
- package/getTransitGatewayVpcAttachment.js.map +1 -1
- package/getVpcPeeringConnection.d.ts +27 -92
- package/getVpcPeeringConnection.js +1 -11
- package/getVpcPeeringConnection.js.map +1 -1
- package/grafana.d.ts +97 -134
- package/grafana.js +14 -4
- package/grafana.js.map +1 -1
- package/index.d.ts +17 -0
- package/index.js +61 -0
- package/index.js.map +1 -1
- package/influxDb.d.ts +97 -131
- package/influxDb.js +14 -4
- package/influxDb.js.map +1 -1
- package/kafka.d.ts +110 -128
- package/kafka.js +14 -2
- package/kafka.js.map +1 -1
- package/kafkaAcl.d.ts +15 -29
- package/kafkaAcl.js +0 -2
- package/kafkaAcl.js.map +1 -1
- package/kafkaConnect.d.ts +97 -134
- package/kafkaConnect.js +14 -4
- package/kafkaConnect.js.map +1 -1
- package/kafkaConnector.d.ts +34 -44
- package/kafkaConnector.js +8 -16
- package/kafkaConnector.js.map +1 -1
- package/kafkaMirrorMaker.d.ts +97 -131
- package/kafkaMirrorMaker.js +14 -4
- package/kafkaMirrorMaker.js.map +1 -1
- package/kafkaSchema.d.ts +45 -31
- package/kafkaSchema.js +28 -2
- package/kafkaSchema.js.map +1 -1
- package/kafkaSchemaConfiguration.d.ts +11 -31
- package/kafkaSchemaConfiguration.js +0 -5
- package/kafkaSchemaConfiguration.js.map +1 -1
- package/kafkaTopic.d.ts +58 -48
- package/kafkaTopic.js +28 -0
- package/kafkaTopic.js.map +1 -1
- package/m3aggregator.d.ts +97 -131
- package/m3aggregator.js +14 -4
- package/m3aggregator.js.map +1 -1
- package/m3db.d.ts +97 -131
- package/m3db.js +14 -4
- package/m3db.js.map +1 -1
- package/mirrorMakerReplicationFlow.d.ts +34 -40
- package/mirrorMakerReplicationFlow.js +1 -4
- package/mirrorMakerReplicationFlow.js.map +1 -1
- package/mySql.d.ts +104 -150
- package/mySql.js +14 -4
- package/mySql.js.map +1 -1
- package/openSearch.d.ts +101 -132
- package/openSearch.js +14 -4
- package/openSearch.js.map +1 -1
- package/openSearchAclConfig.d.ts +31 -29
- package/openSearchAclConfig.js +19 -8
- package/openSearchAclConfig.js.map +1 -1
- package/openSearchAclRule.d.ts +30 -35
- package/openSearchAclRule.js +15 -17
- package/openSearchAclRule.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pg.d.ts +101 -126
- package/pg.js +15 -0
- package/pg.js.map +1 -1
- package/project.d.ts +60 -121
- package/project.js +3 -5
- package/project.js.map +1 -1
- package/projectUser.d.ts +11 -19
- package/projectUser.js +0 -2
- package/projectUser.js.map +1 -1
- package/projectVpc.d.ts +11 -18
- package/projectVpc.js +0 -2
- package/projectVpc.js.map +1 -1
- package/redis.d.ts +99 -136
- package/redis.js +13 -3
- package/redis.js.map +1 -1
- package/service.d.ts +184 -121
- package/service.js +44 -21
- package/service.js.map +1 -1
- package/serviceIntegration.d.ts +18 -185
- package/serviceIntegration.js +4 -40
- package/serviceIntegration.js.map +1 -1
- package/serviceIntegrationEndpoint.d.ts +9 -49
- package/serviceIntegrationEndpoint.js +0 -34
- package/serviceIntegrationEndpoint.js.map +1 -1
- package/serviceUser.d.ts +45 -40
- package/serviceUser.js +2 -4
- package/serviceUser.js.map +1 -1
- package/staticIp.d.ts +95 -0
- package/staticIp.js +68 -0
- package/staticIp.js.map +1 -0
- package/transitGatewayVpcAttachment.d.ts +16 -19
- package/transitGatewayVpcAttachment.js +1 -4
- package/transitGatewayVpcAttachment.js.map +1 -1
- package/types/input.d.ts +1440 -9809
- package/types/output.d.ts +1744 -3691
- package/vpcPeeringConnection.d.ts +27 -58
- package/vpcPeeringConnection.js +0 -22
- package/vpcPeeringConnection.js.map +1 -1
|
@@ -1,70 +1,29 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import {
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Service Integration Data Source
|
|
5
|
-
*
|
|
6
4
|
* The Service Integration data source provides information about the existing Aiven Service Integration.
|
|
7
5
|
*
|
|
8
|
-
* Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
9
|
-
* integration endpoint. Integration could be for example sending metrics from Kafka service to an InfluxDB service,
|
|
10
|
-
* getting metrics from an InfluxDB service to a Grafana service to show dashboards, sending logs from any service to
|
|
11
|
-
* Elasticsearch, etc.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as aiven from "@pulumi/aiven";
|
|
18
|
-
*
|
|
19
|
-
* const myintegration = aiven.getServiceIntegration({
|
|
20
|
-
* project: aiven_project.myproject.project,
|
|
21
|
-
* destinationServiceName: "<DESTINATION_SERVICE_NAME>",
|
|
22
|
-
* integrationType: "datadog",
|
|
23
|
-
* sourceServiceName: "<SOURCE_SERVICE_NAME>",
|
|
24
|
-
* });
|
|
25
|
-
* ```
|
|
6
|
+
* Service Integration defines an integration between two Aiven services or between Aiven service and an external integration endpoint. Integration could be for example sending metrics from Kafka service to an InfluxDB service, getting metrics from an InfluxDB service to a Grafana service to show dashboards, sending logs from any service to Elasticsearch, etc.
|
|
26
7
|
*/
|
|
27
8
|
export declare function getServiceIntegration(args: GetServiceIntegrationArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceIntegrationResult>;
|
|
28
9
|
/**
|
|
29
10
|
* A collection of arguments for invoking getServiceIntegration.
|
|
30
11
|
*/
|
|
31
12
|
export interface GetServiceIntegrationArgs {
|
|
32
|
-
dashboardUserConfig?: inputs.GetServiceIntegrationDashboardUserConfig;
|
|
33
|
-
datadogUserConfig?: inputs.GetServiceIntegrationDatadogUserConfig;
|
|
34
|
-
destinationEndpointId?: string;
|
|
35
13
|
/**
|
|
36
|
-
*
|
|
14
|
+
* Destination service for the integration (if any)
|
|
37
15
|
*/
|
|
38
16
|
destinationServiceName: string;
|
|
39
|
-
externalAwsCloudwatchLogsUserConfig?: inputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfig;
|
|
40
|
-
externalAwsCloudwatchMetricsUserConfig?: inputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfig;
|
|
41
|
-
externalElasticsearchLogsUserConfig?: inputs.GetServiceIntegrationExternalElasticsearchLogsUserConfig;
|
|
42
|
-
externalGoogleCloudLoggingUserConfig?: inputs.GetServiceIntegrationExternalGoogleCloudLoggingUserConfig;
|
|
43
17
|
/**
|
|
44
|
-
*
|
|
45
|
-
* , `datadog`, `logs`, `metrics` and `mirrormaker`.
|
|
18
|
+
* Type of the service integration
|
|
46
19
|
*/
|
|
47
20
|
integrationType: string;
|
|
48
|
-
kafkaConnectUserConfig?: inputs.GetServiceIntegrationKafkaConnectUserConfig;
|
|
49
|
-
kafkaLogsUserConfig?: inputs.GetServiceIntegrationKafkaLogsUserConfig;
|
|
50
|
-
kafkaMirrormakerUserConfig?: inputs.GetServiceIntegrationKafkaMirrormakerUserConfig;
|
|
51
|
-
logsUserConfig?: inputs.GetServiceIntegrationLogsUserConfig;
|
|
52
|
-
m3aggregatorUserConfig?: inputs.GetServiceIntegrationM3aggregatorUserConfig;
|
|
53
|
-
m3coordinatorUserConfig?: inputs.GetServiceIntegrationM3coordinatorUserConfig;
|
|
54
|
-
metricsUserConfig?: inputs.GetServiceIntegrationMetricsUserConfig;
|
|
55
|
-
mirrormakerUserConfig?: inputs.GetServiceIntegrationMirrormakerUserConfig;
|
|
56
21
|
/**
|
|
57
|
-
*
|
|
22
|
+
* Project the integration belongs to
|
|
58
23
|
*/
|
|
59
24
|
project: string;
|
|
60
|
-
prometheusUserConfig?: inputs.GetServiceIntegrationPrometheusUserConfig;
|
|
61
|
-
readReplicaUserConfig?: inputs.GetServiceIntegrationReadReplicaUserConfig;
|
|
62
|
-
rsyslogUserConfig?: inputs.GetServiceIntegrationRsyslogUserConfig;
|
|
63
|
-
schemaRegistryProxyUserConfig?: inputs.GetServiceIntegrationSchemaRegistryProxyUserConfig;
|
|
64
|
-
signalfxUserConfig?: inputs.GetServiceIntegrationSignalfxUserConfig;
|
|
65
|
-
sourceEndpointId?: string;
|
|
66
25
|
/**
|
|
67
|
-
*
|
|
26
|
+
* Source service for the integration (if any)
|
|
68
27
|
*/
|
|
69
28
|
sourceServiceName: string;
|
|
70
29
|
}
|
|
@@ -72,34 +31,69 @@ export interface GetServiceIntegrationArgs {
|
|
|
72
31
|
* A collection of values returned by getServiceIntegration.
|
|
73
32
|
*/
|
|
74
33
|
export interface GetServiceIntegrationResult {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
34
|
+
/**
|
|
35
|
+
* Dashboard specific user configurable settings
|
|
36
|
+
*/
|
|
37
|
+
readonly datadogUserConfigs: outputs.GetServiceIntegrationDatadogUserConfig[];
|
|
38
|
+
/**
|
|
39
|
+
* Destination endpoint for the integration (if any)
|
|
40
|
+
*/
|
|
41
|
+
readonly destinationEndpointId: string;
|
|
42
|
+
/**
|
|
43
|
+
* Destination service for the integration (if any)
|
|
44
|
+
*/
|
|
78
45
|
readonly destinationServiceName: string;
|
|
79
|
-
readonly externalAwsCloudwatchLogsUserConfig?: outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfig;
|
|
80
|
-
readonly externalAwsCloudwatchMetricsUserConfig?: outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfig;
|
|
81
|
-
readonly externalElasticsearchLogsUserConfig?: outputs.GetServiceIntegrationExternalElasticsearchLogsUserConfig;
|
|
82
|
-
readonly externalGoogleCloudLoggingUserConfig?: outputs.GetServiceIntegrationExternalGoogleCloudLoggingUserConfig;
|
|
83
46
|
/**
|
|
84
47
|
* The provider-assigned unique ID for this managed resource.
|
|
85
48
|
*/
|
|
86
49
|
readonly id: string;
|
|
50
|
+
/**
|
|
51
|
+
* Service Integration Id at aiven
|
|
52
|
+
*/
|
|
53
|
+
readonly integrationId: string;
|
|
54
|
+
/**
|
|
55
|
+
* Type of the service integration
|
|
56
|
+
*/
|
|
87
57
|
readonly integrationType: string;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
readonly
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
readonly
|
|
58
|
+
/**
|
|
59
|
+
* Kafka Connect specific user configurable settings
|
|
60
|
+
*/
|
|
61
|
+
readonly kafkaConnectUserConfigs: outputs.GetServiceIntegrationKafkaConnectUserConfig[];
|
|
62
|
+
/**
|
|
63
|
+
* Kafka Logs specific user configurable settings
|
|
64
|
+
*/
|
|
65
|
+
readonly kafkaLogsUserConfigs: outputs.GetServiceIntegrationKafkaLogsUserConfig[];
|
|
66
|
+
/**
|
|
67
|
+
* Mirrormaker 2 integration specific user configurable settings
|
|
68
|
+
*/
|
|
69
|
+
readonly kafkaMirrormakerUserConfigs: outputs.GetServiceIntegrationKafkaMirrormakerUserConfig[];
|
|
70
|
+
/**
|
|
71
|
+
* Log integration specific user configurable settings
|
|
72
|
+
*/
|
|
73
|
+
readonly logsUserConfigs: outputs.GetServiceIntegrationLogsUserConfig[];
|
|
74
|
+
/**
|
|
75
|
+
* Metrics specific user configurable settings
|
|
76
|
+
*/
|
|
77
|
+
readonly metricsUserConfigs: outputs.GetServiceIntegrationMetricsUserConfig[];
|
|
78
|
+
/**
|
|
79
|
+
* Mirrormaker 1 integration specific user configurable settings
|
|
80
|
+
*/
|
|
81
|
+
readonly mirrormakerUserConfigs: outputs.GetServiceIntegrationMirrormakerUserConfig[];
|
|
82
|
+
/**
|
|
83
|
+
* Project the integration belongs to
|
|
84
|
+
*/
|
|
96
85
|
readonly project: string;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
readonly
|
|
101
|
-
|
|
102
|
-
|
|
86
|
+
/**
|
|
87
|
+
* Prometheus coordinator specific user configurable settings
|
|
88
|
+
*/
|
|
89
|
+
readonly prometheusUserConfigs: outputs.GetServiceIntegrationPrometheusUserConfig[];
|
|
90
|
+
/**
|
|
91
|
+
* Source endpoint for the integration (if any)
|
|
92
|
+
*/
|
|
93
|
+
readonly sourceEndpointId: string;
|
|
94
|
+
/**
|
|
95
|
+
* Source service for the integration (if any)
|
|
96
|
+
*/
|
|
103
97
|
readonly sourceServiceName: string;
|
|
104
98
|
}
|
|
105
99
|
export declare function getServiceIntegrationOutput(args: GetServiceIntegrationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceIntegrationResult>;
|
|
@@ -107,42 +101,20 @@ export declare function getServiceIntegrationOutput(args: GetServiceIntegrationO
|
|
|
107
101
|
* A collection of arguments for invoking getServiceIntegration.
|
|
108
102
|
*/
|
|
109
103
|
export interface GetServiceIntegrationOutputArgs {
|
|
110
|
-
dashboardUserConfig?: pulumi.Input<inputs.GetServiceIntegrationDashboardUserConfigArgs>;
|
|
111
|
-
datadogUserConfig?: pulumi.Input<inputs.GetServiceIntegrationDatadogUserConfigArgs>;
|
|
112
|
-
destinationEndpointId?: pulumi.Input<string>;
|
|
113
104
|
/**
|
|
114
|
-
*
|
|
105
|
+
* Destination service for the integration (if any)
|
|
115
106
|
*/
|
|
116
107
|
destinationServiceName: pulumi.Input<string>;
|
|
117
|
-
externalAwsCloudwatchLogsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigArgs>;
|
|
118
|
-
externalAwsCloudwatchMetricsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigArgs>;
|
|
119
|
-
externalElasticsearchLogsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationExternalElasticsearchLogsUserConfigArgs>;
|
|
120
|
-
externalGoogleCloudLoggingUserConfig?: pulumi.Input<inputs.GetServiceIntegrationExternalGoogleCloudLoggingUserConfigArgs>;
|
|
121
108
|
/**
|
|
122
|
-
*
|
|
123
|
-
* , `datadog`, `logs`, `metrics` and `mirrormaker`.
|
|
109
|
+
* Type of the service integration
|
|
124
110
|
*/
|
|
125
111
|
integrationType: pulumi.Input<string>;
|
|
126
|
-
kafkaConnectUserConfig?: pulumi.Input<inputs.GetServiceIntegrationKafkaConnectUserConfigArgs>;
|
|
127
|
-
kafkaLogsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationKafkaLogsUserConfigArgs>;
|
|
128
|
-
kafkaMirrormakerUserConfig?: pulumi.Input<inputs.GetServiceIntegrationKafkaMirrormakerUserConfigArgs>;
|
|
129
|
-
logsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationLogsUserConfigArgs>;
|
|
130
|
-
m3aggregatorUserConfig?: pulumi.Input<inputs.GetServiceIntegrationM3aggregatorUserConfigArgs>;
|
|
131
|
-
m3coordinatorUserConfig?: pulumi.Input<inputs.GetServiceIntegrationM3coordinatorUserConfigArgs>;
|
|
132
|
-
metricsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationMetricsUserConfigArgs>;
|
|
133
|
-
mirrormakerUserConfig?: pulumi.Input<inputs.GetServiceIntegrationMirrormakerUserConfigArgs>;
|
|
134
112
|
/**
|
|
135
|
-
*
|
|
113
|
+
* Project the integration belongs to
|
|
136
114
|
*/
|
|
137
115
|
project: pulumi.Input<string>;
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
rsyslogUserConfig?: pulumi.Input<inputs.GetServiceIntegrationRsyslogUserConfigArgs>;
|
|
141
|
-
schemaRegistryProxyUserConfig?: pulumi.Input<inputs.GetServiceIntegrationSchemaRegistryProxyUserConfigArgs>;
|
|
142
|
-
signalfxUserConfig?: pulumi.Input<inputs.GetServiceIntegrationSignalfxUserConfigArgs>;
|
|
143
|
-
sourceEndpointId?: pulumi.Input<string>;
|
|
144
|
-
/**
|
|
145
|
-
* identifies the source side of the integration.
|
|
116
|
+
/**
|
|
117
|
+
* Source service for the integration (if any)
|
|
146
118
|
*/
|
|
147
119
|
sourceServiceName: pulumi.Input<string>;
|
|
148
120
|
}
|
package/getServiceIntegration.js
CHANGED
|
@@ -6,28 +6,9 @@ exports.getServiceIntegrationOutput = exports.getServiceIntegration = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Service Integration Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Service Integration data source provides information about the existing Aiven Service Integration.
|
|
12
10
|
*
|
|
13
|
-
* Service Integration defines an integration between two Aiven services or between Aiven service and an external
|
|
14
|
-
* integration endpoint. Integration could be for example sending metrics from Kafka service to an InfluxDB service,
|
|
15
|
-
* getting metrics from an InfluxDB service to a Grafana service to show dashboards, sending logs from any service to
|
|
16
|
-
* Elasticsearch, etc.
|
|
17
|
-
*
|
|
18
|
-
* ## Example Usage
|
|
19
|
-
*
|
|
20
|
-
* ```typescript
|
|
21
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
-
* import * as aiven from "@pulumi/aiven";
|
|
23
|
-
*
|
|
24
|
-
* const myintegration = aiven.getServiceIntegration({
|
|
25
|
-
* project: aiven_project.myproject.project,
|
|
26
|
-
* destinationServiceName: "<DESTINATION_SERVICE_NAME>",
|
|
27
|
-
* integrationType: "datadog",
|
|
28
|
-
* sourceServiceName: "<SOURCE_SERVICE_NAME>",
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
11
|
+
* Service Integration defines an integration between two Aiven services or between Aiven service and an external integration endpoint. Integration could be for example sending metrics from Kafka service to an InfluxDB service, getting metrics from an InfluxDB service to a Grafana service to show dashboards, sending logs from any service to Elasticsearch, etc.
|
|
31
12
|
*/
|
|
32
13
|
function getServiceIntegration(args, opts) {
|
|
33
14
|
if (!opts) {
|
|
@@ -35,30 +16,9 @@ function getServiceIntegration(args, opts) {
|
|
|
35
16
|
}
|
|
36
17
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
37
18
|
return pulumi.runtime.invoke("aiven:index/getServiceIntegration:getServiceIntegration", {
|
|
38
|
-
"dashboardUserConfig": args.dashboardUserConfig,
|
|
39
|
-
"datadogUserConfig": args.datadogUserConfig,
|
|
40
|
-
"destinationEndpointId": args.destinationEndpointId,
|
|
41
19
|
"destinationServiceName": args.destinationServiceName,
|
|
42
|
-
"externalAwsCloudwatchLogsUserConfig": args.externalAwsCloudwatchLogsUserConfig,
|
|
43
|
-
"externalAwsCloudwatchMetricsUserConfig": args.externalAwsCloudwatchMetricsUserConfig,
|
|
44
|
-
"externalElasticsearchLogsUserConfig": args.externalElasticsearchLogsUserConfig,
|
|
45
|
-
"externalGoogleCloudLoggingUserConfig": args.externalGoogleCloudLoggingUserConfig,
|
|
46
20
|
"integrationType": args.integrationType,
|
|
47
|
-
"kafkaConnectUserConfig": args.kafkaConnectUserConfig,
|
|
48
|
-
"kafkaLogsUserConfig": args.kafkaLogsUserConfig,
|
|
49
|
-
"kafkaMirrormakerUserConfig": args.kafkaMirrormakerUserConfig,
|
|
50
|
-
"logsUserConfig": args.logsUserConfig,
|
|
51
|
-
"m3aggregatorUserConfig": args.m3aggregatorUserConfig,
|
|
52
|
-
"m3coordinatorUserConfig": args.m3coordinatorUserConfig,
|
|
53
|
-
"metricsUserConfig": args.metricsUserConfig,
|
|
54
|
-
"mirrormakerUserConfig": args.mirrormakerUserConfig,
|
|
55
21
|
"project": args.project,
|
|
56
|
-
"prometheusUserConfig": args.prometheusUserConfig,
|
|
57
|
-
"readReplicaUserConfig": args.readReplicaUserConfig,
|
|
58
|
-
"rsyslogUserConfig": args.rsyslogUserConfig,
|
|
59
|
-
"schemaRegistryProxyUserConfig": args.schemaRegistryProxyUserConfig,
|
|
60
|
-
"signalfxUserConfig": args.signalfxUserConfig,
|
|
61
|
-
"sourceEndpointId": args.sourceEndpointId,
|
|
62
22
|
"sourceServiceName": args.sourceServiceName,
|
|
63
23
|
}, opts);
|
|
64
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceIntegration.js","sourceRoot":"","sources":["../getServiceIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getServiceIntegration.js","sourceRoot":"","sources":["../getServiceIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sDAYC;AA8FD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import {
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* The Service Integration Endpoint data source provides information about the existing
|
|
7
|
-
* Aiven Service Integration Endpoint.
|
|
4
|
+
* The Service Integration Endpoint data source provides information about the existing Aiven Service Integration Endpoint.
|
|
8
5
|
*
|
|
9
6
|
* ## Example Usage
|
|
10
7
|
*
|
|
@@ -23,96 +20,97 @@ export declare function getServiceIntegrationEndpoint(args: GetServiceIntegratio
|
|
|
23
20
|
* A collection of arguments for invoking getServiceIntegrationEndpoint.
|
|
24
21
|
*/
|
|
25
22
|
export interface GetServiceIntegrationEndpointArgs {
|
|
26
|
-
datadogUserConfig?: inputs.GetServiceIntegrationEndpointDatadogUserConfig;
|
|
27
|
-
endpointConfig?: {
|
|
28
|
-
[key: string]: string;
|
|
29
|
-
};
|
|
30
23
|
/**
|
|
31
|
-
*
|
|
32
|
-
* to identify different integration endpoints.
|
|
24
|
+
* Name of the service integration endpoint
|
|
33
25
|
*/
|
|
34
26
|
endpointName: string;
|
|
35
27
|
/**
|
|
36
|
-
*
|
|
37
|
-
* By the time of writing the only available option is `datadog`.
|
|
38
|
-
*/
|
|
39
|
-
endpointType?: string;
|
|
40
|
-
externalAwsCloudwatchLogsUserConfig?: inputs.GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig;
|
|
41
|
-
externalAwsCloudwatchMetricsUserConfig?: inputs.GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig;
|
|
42
|
-
externalElasticsearchLogsUserConfig?: inputs.GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfig;
|
|
43
|
-
externalGoogleCloudLoggingUserConfig?: inputs.GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig;
|
|
44
|
-
externalKafkaUserConfig?: inputs.GetServiceIntegrationEndpointExternalKafkaUserConfig;
|
|
45
|
-
externalSchemaRegistryUserConfig?: inputs.GetServiceIntegrationEndpointExternalSchemaRegistryUserConfig;
|
|
46
|
-
jolokiaUserConfig?: inputs.GetServiceIntegrationEndpointJolokiaUserConfig;
|
|
47
|
-
/**
|
|
48
|
-
* defines the project the endpoint is associated with.
|
|
28
|
+
* Project the service integration endpoint belongs to
|
|
49
29
|
*/
|
|
50
30
|
project: string;
|
|
51
|
-
prometheusUserConfig?: inputs.GetServiceIntegrationEndpointPrometheusUserConfig;
|
|
52
|
-
rsyslogUserConfig?: inputs.GetServiceIntegrationEndpointRsyslogUserConfig;
|
|
53
|
-
signalfxUserConfig?: inputs.GetServiceIntegrationEndpointSignalfxUserConfig;
|
|
54
31
|
}
|
|
55
32
|
/**
|
|
56
33
|
* A collection of values returned by getServiceIntegrationEndpoint.
|
|
57
34
|
*/
|
|
58
35
|
export interface GetServiceIntegrationEndpointResult {
|
|
59
|
-
|
|
36
|
+
/**
|
|
37
|
+
* Datadog specific user configurable settings
|
|
38
|
+
*/
|
|
39
|
+
readonly datadogUserConfigs: outputs.GetServiceIntegrationEndpointDatadogUserConfig[];
|
|
40
|
+
/**
|
|
41
|
+
* Integration endpoint specific backend configuration
|
|
42
|
+
*/
|
|
60
43
|
readonly endpointConfig: {
|
|
61
44
|
[key: string]: string;
|
|
62
45
|
};
|
|
46
|
+
/**
|
|
47
|
+
* Name of the service integration endpoint
|
|
48
|
+
*/
|
|
63
49
|
readonly endpointName: string;
|
|
64
50
|
/**
|
|
65
|
-
*
|
|
66
|
-
* By the time of writing the only available option is `datadog`.
|
|
51
|
+
* Type of the service integration endpoint
|
|
67
52
|
*/
|
|
68
|
-
readonly endpointType
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
readonly
|
|
73
|
-
|
|
74
|
-
|
|
53
|
+
readonly endpointType: string;
|
|
54
|
+
/**
|
|
55
|
+
* external AWS CloudWatch Logs specific user configurable settings
|
|
56
|
+
*/
|
|
57
|
+
readonly externalAwsCloudwatchLogsUserConfigs: outputs.GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig[];
|
|
58
|
+
/**
|
|
59
|
+
* External AWS cloudwatch mertrics specific user configurable settings
|
|
60
|
+
*/
|
|
61
|
+
readonly externalAwsCloudwatchMetricsUserConfigs: outputs.GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig[];
|
|
62
|
+
/**
|
|
63
|
+
* external elasticsearch specific user configurable settings
|
|
64
|
+
*/
|
|
65
|
+
readonly externalElasticsearchLogsUserConfigs: outputs.GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfig[];
|
|
66
|
+
/**
|
|
67
|
+
* external Google Cloud Logginig specific user configurable settings
|
|
68
|
+
*/
|
|
69
|
+
readonly externalGoogleCloudLoggingUserConfigs: outputs.GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig[];
|
|
70
|
+
/**
|
|
71
|
+
* external Kafka specific user configurable settings
|
|
72
|
+
*/
|
|
73
|
+
readonly externalKafkaUserConfigs: outputs.GetServiceIntegrationEndpointExternalKafkaUserConfig[];
|
|
74
|
+
/**
|
|
75
|
+
* External schema registry specific user configurable settings
|
|
76
|
+
*/
|
|
77
|
+
readonly externalSchemaRegistryUserConfigs: outputs.GetServiceIntegrationEndpointExternalSchemaRegistryUserConfig[];
|
|
75
78
|
/**
|
|
76
79
|
* The provider-assigned unique ID for this managed resource.
|
|
77
80
|
*/
|
|
78
81
|
readonly id: string;
|
|
79
|
-
|
|
82
|
+
/**
|
|
83
|
+
* Jolokia specific user configurable settings
|
|
84
|
+
*/
|
|
85
|
+
readonly jolokiaUserConfigs: outputs.GetServiceIntegrationEndpointJolokiaUserConfig[];
|
|
86
|
+
/**
|
|
87
|
+
* Project the service integration endpoint belongs to
|
|
88
|
+
*/
|
|
80
89
|
readonly project: string;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
90
|
+
/**
|
|
91
|
+
* Prometheus specific user configurable settings
|
|
92
|
+
*/
|
|
93
|
+
readonly prometheusUserConfigs: outputs.GetServiceIntegrationEndpointPrometheusUserConfig[];
|
|
94
|
+
/**
|
|
95
|
+
* rsyslog specific user configurable settings
|
|
96
|
+
*/
|
|
97
|
+
readonly rsyslogUserConfigs: outputs.GetServiceIntegrationEndpointRsyslogUserConfig[];
|
|
98
|
+
/**
|
|
99
|
+
* Signalfx specific user configurable settings
|
|
100
|
+
*/
|
|
101
|
+
readonly signalfxUserConfigs: outputs.GetServiceIntegrationEndpointSignalfxUserConfig[];
|
|
84
102
|
}
|
|
85
103
|
export declare function getServiceIntegrationEndpointOutput(args: GetServiceIntegrationEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceIntegrationEndpointResult>;
|
|
86
104
|
/**
|
|
87
105
|
* A collection of arguments for invoking getServiceIntegrationEndpoint.
|
|
88
106
|
*/
|
|
89
107
|
export interface GetServiceIntegrationEndpointOutputArgs {
|
|
90
|
-
datadogUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointDatadogUserConfigArgs>;
|
|
91
|
-
endpointConfig?: pulumi.Input<{
|
|
92
|
-
[key: string]: pulumi.Input<string>;
|
|
93
|
-
}>;
|
|
94
108
|
/**
|
|
95
|
-
*
|
|
96
|
-
* to identify different integration endpoints.
|
|
109
|
+
* Name of the service integration endpoint
|
|
97
110
|
*/
|
|
98
111
|
endpointName: pulumi.Input<string>;
|
|
99
112
|
/**
|
|
100
|
-
*
|
|
101
|
-
* By the time of writing the only available option is `datadog`.
|
|
102
|
-
*/
|
|
103
|
-
endpointType?: pulumi.Input<string>;
|
|
104
|
-
externalAwsCloudwatchLogsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigArgs>;
|
|
105
|
-
externalAwsCloudwatchMetricsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgs>;
|
|
106
|
-
externalElasticsearchLogsUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs>;
|
|
107
|
-
externalGoogleCloudLoggingUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigArgs>;
|
|
108
|
-
externalKafkaUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointExternalKafkaUserConfigArgs>;
|
|
109
|
-
externalSchemaRegistryUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs>;
|
|
110
|
-
jolokiaUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointJolokiaUserConfigArgs>;
|
|
111
|
-
/**
|
|
112
|
-
* defines the project the endpoint is associated with.
|
|
113
|
+
* Project the service integration endpoint belongs to
|
|
113
114
|
*/
|
|
114
115
|
project: pulumi.Input<string>;
|
|
115
|
-
prometheusUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointPrometheusUserConfigArgs>;
|
|
116
|
-
rsyslogUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointRsyslogUserConfigArgs>;
|
|
117
|
-
signalfxUserConfig?: pulumi.Input<inputs.GetServiceIntegrationEndpointSignalfxUserConfigArgs>;
|
|
118
116
|
}
|
|
@@ -6,10 +6,7 @@ exports.getServiceIntegrationEndpointOutput = exports.getServiceIntegrationEndpo
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* The Service Integration Endpoint data source provides information about the existing
|
|
12
|
-
* Aiven Service Integration Endpoint.
|
|
9
|
+
* The Service Integration Endpoint data source provides information about the existing Aiven Service Integration Endpoint.
|
|
13
10
|
*
|
|
14
11
|
* ## Example Usage
|
|
15
12
|
*
|
|
@@ -29,21 +26,8 @@ function getServiceIntegrationEndpoint(args, opts) {
|
|
|
29
26
|
}
|
|
30
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
31
28
|
return pulumi.runtime.invoke("aiven:index/getServiceIntegrationEndpoint:getServiceIntegrationEndpoint", {
|
|
32
|
-
"datadogUserConfig": args.datadogUserConfig,
|
|
33
|
-
"endpointConfig": args.endpointConfig,
|
|
34
29
|
"endpointName": args.endpointName,
|
|
35
|
-
"endpointType": args.endpointType,
|
|
36
|
-
"externalAwsCloudwatchLogsUserConfig": args.externalAwsCloudwatchLogsUserConfig,
|
|
37
|
-
"externalAwsCloudwatchMetricsUserConfig": args.externalAwsCloudwatchMetricsUserConfig,
|
|
38
|
-
"externalElasticsearchLogsUserConfig": args.externalElasticsearchLogsUserConfig,
|
|
39
|
-
"externalGoogleCloudLoggingUserConfig": args.externalGoogleCloudLoggingUserConfig,
|
|
40
|
-
"externalKafkaUserConfig": args.externalKafkaUserConfig,
|
|
41
|
-
"externalSchemaRegistryUserConfig": args.externalSchemaRegistryUserConfig,
|
|
42
|
-
"jolokiaUserConfig": args.jolokiaUserConfig,
|
|
43
30
|
"project": args.project,
|
|
44
|
-
"prometheusUserConfig": args.prometheusUserConfig,
|
|
45
|
-
"rsyslogUserConfig": args.rsyslogUserConfig,
|
|
46
|
-
"signalfxUserConfig": args.signalfxUserConfig,
|
|
47
31
|
}, opts);
|
|
48
32
|
}
|
|
49
33
|
exports.getServiceIntegrationEndpoint = getServiceIntegrationEndpoint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceIntegrationEndpoint.js","sourceRoot":"","sources":["../getServiceIntegrationEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getServiceIntegrationEndpoint.js","sourceRoot":"","sources":["../getServiceIntegrationEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yEAAyE,EAAE;QACpG,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sEAUC;AAsFD,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,kFAEC"}
|