@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
package/getKafka.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import {
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Kafka Data Source
|
|
5
|
-
*
|
|
6
4
|
* The Kafka data source provides information about the existing Aiven Kafka services.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -23,196 +21,130 @@ export declare function getKafka(args: GetKafkaArgs, opts?: pulumi.InvokeOptions
|
|
|
23
21
|
*/
|
|
24
22
|
export interface GetKafkaArgs {
|
|
25
23
|
/**
|
|
26
|
-
*
|
|
27
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
28
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
29
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
30
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
31
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
32
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
33
|
-
*/
|
|
34
|
-
cloudName?: string;
|
|
35
|
-
components?: inputs.GetKafkaComponent[];
|
|
36
|
-
defaultAcl?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Kafka server provided values:
|
|
39
|
-
*/
|
|
40
|
-
kafka?: inputs.GetKafkaKafka;
|
|
41
|
-
/**
|
|
42
|
-
* defines Kafka specific additional configuration options. The following
|
|
43
|
-
* configuration options available:
|
|
44
|
-
*/
|
|
45
|
-
kafkaUserConfig?: inputs.GetKafkaKafkaUserConfig;
|
|
46
|
-
/**
|
|
47
|
-
* day of week when maintenance operations should be performed.
|
|
48
|
-
* On monday, tuesday, wednesday, etc.
|
|
24
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
49
25
|
*/
|
|
50
|
-
|
|
26
|
+
project: string;
|
|
51
27
|
/**
|
|
52
|
-
*
|
|
53
|
-
* UTC time in HH:mm:ss format.
|
|
28
|
+
* Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
54
29
|
*/
|
|
55
|
-
|
|
30
|
+
serviceName: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getKafka.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetKafkaResult {
|
|
56
36
|
/**
|
|
57
|
-
*
|
|
58
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
59
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
60
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
61
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
62
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
63
|
-
* and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
37
|
+
* Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
64
38
|
*/
|
|
65
|
-
|
|
39
|
+
readonly cloudName: string;
|
|
66
40
|
/**
|
|
67
|
-
*
|
|
68
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
69
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
41
|
+
* Service component information objects
|
|
70
42
|
*/
|
|
71
|
-
|
|
43
|
+
readonly components: outputs.GetKafkaComponent[];
|
|
72
44
|
/**
|
|
73
|
-
*
|
|
74
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
75
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
76
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
77
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
78
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
45
|
+
* Create default wildcard Kafka ACL
|
|
79
46
|
*/
|
|
80
|
-
|
|
47
|
+
readonly defaultAcl: boolean;
|
|
81
48
|
/**
|
|
82
|
-
*
|
|
49
|
+
* The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
|
|
83
50
|
*/
|
|
84
|
-
|
|
85
|
-
serviceIntegrations?: inputs.GetKafkaServiceIntegration[];
|
|
51
|
+
readonly diskSpace: string;
|
|
86
52
|
/**
|
|
87
|
-
*
|
|
88
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
89
|
-
* intended service usage rather than current attributes.
|
|
53
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
90
54
|
*/
|
|
91
|
-
|
|
55
|
+
readonly diskSpaceCap: string;
|
|
92
56
|
/**
|
|
93
|
-
*
|
|
57
|
+
* The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `diskSpace`
|
|
94
58
|
*/
|
|
95
|
-
|
|
59
|
+
readonly diskSpaceDefault: string;
|
|
96
60
|
/**
|
|
97
|
-
*
|
|
61
|
+
* The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `diskSpace` needs to increment from `diskSpaceDefault` by increments of this size.
|
|
98
62
|
*/
|
|
99
|
-
|
|
100
|
-
serviceType?: string;
|
|
63
|
+
readonly diskSpaceStep: string;
|
|
101
64
|
/**
|
|
102
|
-
*
|
|
65
|
+
* Disk space that service is currently using
|
|
103
66
|
*/
|
|
104
|
-
|
|
67
|
+
readonly diskSpaceUsed: string;
|
|
105
68
|
/**
|
|
106
|
-
*
|
|
69
|
+
* The provider-assigned unique ID for this managed resource.
|
|
107
70
|
*/
|
|
108
|
-
|
|
71
|
+
readonly id: string;
|
|
109
72
|
/**
|
|
110
|
-
*
|
|
73
|
+
* Kafka user configurable settings
|
|
111
74
|
*/
|
|
112
|
-
|
|
75
|
+
readonly kafkaUserConfigs: outputs.GetKafkaKafkaUserConfig[];
|
|
113
76
|
/**
|
|
114
|
-
*
|
|
115
|
-
* set this to `true` for all production services to prevent unintentional service
|
|
116
|
-
* deletion. This does not shield against deleting databases or topics but for services
|
|
117
|
-
* with backups much of the content can at least be restored from backup in case accidental
|
|
118
|
-
* deletion is done.
|
|
77
|
+
* Kafka server provided values
|
|
119
78
|
*/
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* A collection of values returned by getKafka.
|
|
124
|
-
*/
|
|
125
|
-
export interface GetKafkaResult {
|
|
79
|
+
readonly kafkas: outputs.GetKafkaKafka[];
|
|
126
80
|
/**
|
|
127
|
-
*
|
|
128
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
129
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
130
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
131
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
132
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
133
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
81
|
+
* Switch the service to use Karapace for schema registry and REST proxy
|
|
134
82
|
*/
|
|
135
|
-
readonly
|
|
136
|
-
readonly components: outputs.GetKafkaComponent[];
|
|
137
|
-
readonly defaultAcl?: boolean;
|
|
83
|
+
readonly karapace: boolean;
|
|
138
84
|
/**
|
|
139
|
-
*
|
|
85
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
140
86
|
*/
|
|
141
|
-
readonly
|
|
87
|
+
readonly maintenanceWindowDow: string;
|
|
142
88
|
/**
|
|
143
|
-
*
|
|
89
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
144
90
|
*/
|
|
145
|
-
readonly
|
|
91
|
+
readonly maintenanceWindowTime: string;
|
|
146
92
|
/**
|
|
147
|
-
*
|
|
148
|
-
* configuration options available:
|
|
93
|
+
* Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
149
94
|
*/
|
|
150
|
-
readonly
|
|
95
|
+
readonly plan: string;
|
|
151
96
|
/**
|
|
152
|
-
*
|
|
153
|
-
* On monday, tuesday, wednesday, etc.
|
|
97
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
154
98
|
*/
|
|
155
|
-
readonly
|
|
99
|
+
readonly project: string;
|
|
156
100
|
/**
|
|
157
|
-
*
|
|
158
|
-
* UTC time in HH:mm:ss format.
|
|
101
|
+
* Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
159
102
|
*/
|
|
160
|
-
readonly
|
|
103
|
+
readonly projectVpcId: string;
|
|
161
104
|
/**
|
|
162
|
-
*
|
|
163
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
164
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
165
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
166
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
167
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
168
|
-
* and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
105
|
+
* The hostname of the service.
|
|
169
106
|
*/
|
|
170
|
-
readonly
|
|
171
|
-
readonly project: string;
|
|
107
|
+
readonly serviceHost: string;
|
|
172
108
|
/**
|
|
173
|
-
*
|
|
174
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
175
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
176
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
177
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
178
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
109
|
+
* Service integrations to specify when creating a service. Not applied after initial service creation
|
|
179
110
|
*/
|
|
180
|
-
readonly
|
|
111
|
+
readonly serviceIntegrations: outputs.GetKafkaServiceIntegration[];
|
|
181
112
|
/**
|
|
182
|
-
*
|
|
113
|
+
* Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
183
114
|
*/
|
|
184
|
-
readonly serviceHost: string;
|
|
185
|
-
readonly serviceIntegrations?: outputs.GetKafkaServiceIntegration[];
|
|
186
115
|
readonly serviceName: string;
|
|
187
116
|
/**
|
|
188
|
-
* Password used for connecting to the
|
|
117
|
+
* Password used for connecting to the service, if applicable
|
|
189
118
|
*/
|
|
190
119
|
readonly servicePassword: string;
|
|
191
120
|
/**
|
|
192
|
-
*
|
|
121
|
+
* The port of the service
|
|
193
122
|
*/
|
|
194
123
|
readonly servicePort: number;
|
|
124
|
+
/**
|
|
125
|
+
* Aiven internal service type code
|
|
126
|
+
*/
|
|
195
127
|
readonly serviceType: string;
|
|
196
128
|
/**
|
|
197
|
-
* URI for connecting to the
|
|
129
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
198
130
|
*/
|
|
199
131
|
readonly serviceUri: string;
|
|
200
132
|
/**
|
|
201
|
-
* Username used for connecting to the
|
|
133
|
+
* Username used for connecting to the service, if applicable
|
|
202
134
|
*/
|
|
203
135
|
readonly serviceUsername: string;
|
|
204
136
|
/**
|
|
205
|
-
* Service state.
|
|
137
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
206
138
|
*/
|
|
207
139
|
readonly state: string;
|
|
208
140
|
/**
|
|
209
|
-
*
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
* deletion is done.
|
|
141
|
+
* Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
142
|
+
*/
|
|
143
|
+
readonly staticIps: string[];
|
|
144
|
+
/**
|
|
145
|
+
* Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
214
146
|
*/
|
|
215
|
-
readonly terminationProtection
|
|
147
|
+
readonly terminationProtection: boolean;
|
|
216
148
|
}
|
|
217
149
|
export declare function getKafkaOutput(args: GetKafkaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKafkaResult>;
|
|
218
150
|
/**
|
|
@@ -220,99 +152,11 @@ export declare function getKafkaOutput(args: GetKafkaOutputArgs, opts?: pulumi.I
|
|
|
220
152
|
*/
|
|
221
153
|
export interface GetKafkaOutputArgs {
|
|
222
154
|
/**
|
|
223
|
-
*
|
|
224
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
225
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
226
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
227
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
228
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
229
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
230
|
-
*/
|
|
231
|
-
cloudName?: pulumi.Input<string>;
|
|
232
|
-
components?: pulumi.Input<pulumi.Input<inputs.GetKafkaComponentArgs>[]>;
|
|
233
|
-
defaultAcl?: pulumi.Input<boolean>;
|
|
234
|
-
/**
|
|
235
|
-
* Kafka server provided values:
|
|
236
|
-
*/
|
|
237
|
-
kafka?: pulumi.Input<inputs.GetKafkaKafkaArgs>;
|
|
238
|
-
/**
|
|
239
|
-
* defines Kafka specific additional configuration options. The following
|
|
240
|
-
* configuration options available:
|
|
241
|
-
*/
|
|
242
|
-
kafkaUserConfig?: pulumi.Input<inputs.GetKafkaKafkaUserConfigArgs>;
|
|
243
|
-
/**
|
|
244
|
-
* day of week when maintenance operations should be performed.
|
|
245
|
-
* On monday, tuesday, wednesday, etc.
|
|
246
|
-
*/
|
|
247
|
-
maintenanceWindowDow?: pulumi.Input<string>;
|
|
248
|
-
/**
|
|
249
|
-
* time of day when maintenance operations should be performed.
|
|
250
|
-
* UTC time in HH:mm:ss format.
|
|
251
|
-
*/
|
|
252
|
-
maintenanceWindowTime?: pulumi.Input<string>;
|
|
253
|
-
/**
|
|
254
|
-
* defines what kind of computing resources are allocated for the service. It can
|
|
255
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
256
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
257
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
258
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
259
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
260
|
-
* and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
261
|
-
*/
|
|
262
|
-
plan?: pulumi.Input<string>;
|
|
263
|
-
/**
|
|
264
|
-
* identifies the project the service belongs to. To set up proper dependency
|
|
265
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
266
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
155
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
267
156
|
*/
|
|
268
157
|
project: pulumi.Input<string>;
|
|
269
158
|
/**
|
|
270
|
-
*
|
|
271
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
272
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
273
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
274
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
275
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
276
|
-
*/
|
|
277
|
-
projectVpcId?: pulumi.Input<string>;
|
|
278
|
-
/**
|
|
279
|
-
* Kafka hostname.
|
|
280
|
-
*/
|
|
281
|
-
serviceHost?: pulumi.Input<string>;
|
|
282
|
-
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.GetKafkaServiceIntegrationArgs>[]>;
|
|
283
|
-
/**
|
|
284
|
-
* specifies the actual name of the service. The name cannot be changed
|
|
285
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
286
|
-
* intended service usage rather than current attributes.
|
|
159
|
+
* Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
287
160
|
*/
|
|
288
161
|
serviceName: pulumi.Input<string>;
|
|
289
|
-
/**
|
|
290
|
-
* Password used for connecting to the Kafka service, if applicable.
|
|
291
|
-
*/
|
|
292
|
-
servicePassword?: pulumi.Input<string>;
|
|
293
|
-
/**
|
|
294
|
-
* Kafka port.
|
|
295
|
-
*/
|
|
296
|
-
servicePort?: pulumi.Input<number>;
|
|
297
|
-
serviceType?: pulumi.Input<string>;
|
|
298
|
-
/**
|
|
299
|
-
* URI for connecting to the Kafka service.
|
|
300
|
-
*/
|
|
301
|
-
serviceUri?: pulumi.Input<string>;
|
|
302
|
-
/**
|
|
303
|
-
* Username used for connecting to the Kafka service, if applicable.
|
|
304
|
-
*/
|
|
305
|
-
serviceUsername?: pulumi.Input<string>;
|
|
306
|
-
/**
|
|
307
|
-
* Service state.
|
|
308
|
-
*/
|
|
309
|
-
state?: pulumi.Input<string>;
|
|
310
|
-
/**
|
|
311
|
-
* prevents the service from being deleted. It is recommended to
|
|
312
|
-
* set this to `true` for all production services to prevent unintentional service
|
|
313
|
-
* deletion. This does not shield against deleting databases or topics but for services
|
|
314
|
-
* with backups much of the content can at least be restored from backup in case accidental
|
|
315
|
-
* deletion is done.
|
|
316
|
-
*/
|
|
317
|
-
terminationProtection?: pulumi.Input<boolean>;
|
|
318
162
|
}
|
package/getKafka.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getKafkaOutput = exports.getKafka = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Kafka Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Kafka data source provides information about the existing Aiven Kafka services.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -28,26 +26,8 @@ function getKafka(args, opts) {
|
|
|
28
26
|
}
|
|
29
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
30
28
|
return pulumi.runtime.invoke("aiven:index/getKafka:getKafka", {
|
|
31
|
-
"cloudName": args.cloudName,
|
|
32
|
-
"components": args.components,
|
|
33
|
-
"defaultAcl": args.defaultAcl,
|
|
34
|
-
"kafka": args.kafka,
|
|
35
|
-
"kafkaUserConfig": args.kafkaUserConfig,
|
|
36
|
-
"maintenanceWindowDow": args.maintenanceWindowDow,
|
|
37
|
-
"maintenanceWindowTime": args.maintenanceWindowTime,
|
|
38
|
-
"plan": args.plan,
|
|
39
29
|
"project": args.project,
|
|
40
|
-
"projectVpcId": args.projectVpcId,
|
|
41
|
-
"serviceHost": args.serviceHost,
|
|
42
|
-
"serviceIntegrations": args.serviceIntegrations,
|
|
43
30
|
"serviceName": args.serviceName,
|
|
44
|
-
"servicePassword": args.servicePassword,
|
|
45
|
-
"servicePort": args.servicePort,
|
|
46
|
-
"serviceType": args.serviceType,
|
|
47
|
-
"serviceUri": args.serviceUri,
|
|
48
|
-
"serviceUsername": args.serviceUsername,
|
|
49
|
-
"state": args.state,
|
|
50
|
-
"terminationProtection": args.terminationProtection,
|
|
51
31
|
}, opts);
|
|
52
32
|
}
|
|
53
33
|
exports.getKafka = getKafka;
|
package/getKafka.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKafka.js","sourceRoot":"","sources":["../getKafka.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getKafka.js","sourceRoot":"","sources":["../getKafka.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,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,+BAA+B,EAAE;QAC1D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4BAUC;AAsID,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
|
package/getKafkaAcl.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* The Data Source Kafka ACL data source provides information about the existing Aiven Kafka ACL
|
|
6
|
-
* for a Kafka service.
|
|
3
|
+
* The Data Source Kafka ACL data source provides information about the existing Aiven Kafka ACL for a Kafka service.
|
|
7
4
|
*
|
|
8
5
|
* ## Example Usage
|
|
9
6
|
*
|
|
@@ -15,7 +12,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
12
|
* project: aiven_project.myproject.project,
|
|
16
13
|
* serviceName: aiven_service.myservice.service_name,
|
|
17
14
|
* topic: "<TOPIC_NAME_PATTERN>",
|
|
18
|
-
* permission: "
|
|
15
|
+
* permission: "<PERMISSON>",
|
|
19
16
|
* username: "<USERNAME_PATTERN>",
|
|
20
17
|
* });
|
|
21
18
|
* ```
|
|
@@ -26,24 +23,23 @@ export declare function getKafkaAcl(args: GetKafkaAclArgs, opts?: pulumi.InvokeO
|
|
|
26
23
|
*/
|
|
27
24
|
export interface GetKafkaAclArgs {
|
|
28
25
|
/**
|
|
29
|
-
*
|
|
30
|
-
* topics (admin, read, readwrite, write).
|
|
26
|
+
* Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
31
27
|
*/
|
|
32
28
|
permission: string;
|
|
33
29
|
/**
|
|
34
|
-
*
|
|
35
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
36
|
-
* These properties cannot be changed once the service is created. Doing so will result in
|
|
37
|
-
* the topic being deleted and new one created instead.
|
|
30
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
38
31
|
*/
|
|
39
32
|
project: string;
|
|
33
|
+
/**
|
|
34
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
35
|
+
*/
|
|
40
36
|
serviceName: string;
|
|
41
37
|
/**
|
|
42
|
-
*
|
|
38
|
+
* Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
43
39
|
*/
|
|
44
40
|
topic: string;
|
|
45
41
|
/**
|
|
46
|
-
*
|
|
42
|
+
* Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
47
43
|
*/
|
|
48
44
|
username: string;
|
|
49
45
|
}
|
|
@@ -55,10 +51,25 @@ export interface GetKafkaAclResult {
|
|
|
55
51
|
* The provider-assigned unique ID for this managed resource.
|
|
56
52
|
*/
|
|
57
53
|
readonly id: string;
|
|
54
|
+
/**
|
|
55
|
+
* Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
56
|
+
*/
|
|
58
57
|
readonly permission: string;
|
|
58
|
+
/**
|
|
59
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
60
|
+
*/
|
|
59
61
|
readonly project: string;
|
|
62
|
+
/**
|
|
63
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
64
|
+
*/
|
|
60
65
|
readonly serviceName: string;
|
|
66
|
+
/**
|
|
67
|
+
* Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
68
|
+
*/
|
|
61
69
|
readonly topic: string;
|
|
70
|
+
/**
|
|
71
|
+
* Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
72
|
+
*/
|
|
62
73
|
readonly username: string;
|
|
63
74
|
}
|
|
64
75
|
export declare function getKafkaAclOutput(args: GetKafkaAclOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKafkaAclResult>;
|
|
@@ -67,24 +78,23 @@ export declare function getKafkaAclOutput(args: GetKafkaAclOutputArgs, opts?: pu
|
|
|
67
78
|
*/
|
|
68
79
|
export interface GetKafkaAclOutputArgs {
|
|
69
80
|
/**
|
|
70
|
-
*
|
|
71
|
-
* topics (admin, read, readwrite, write).
|
|
81
|
+
* Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
72
82
|
*/
|
|
73
83
|
permission: pulumi.Input<string>;
|
|
74
84
|
/**
|
|
75
|
-
*
|
|
76
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
77
|
-
* These properties cannot be changed once the service is created. Doing so will result in
|
|
78
|
-
* the topic being deleted and new one created instead.
|
|
85
|
+
* Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
79
86
|
*/
|
|
80
87
|
project: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
90
|
+
*/
|
|
81
91
|
serviceName: pulumi.Input<string>;
|
|
82
92
|
/**
|
|
83
|
-
*
|
|
93
|
+
* Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
84
94
|
*/
|
|
85
95
|
topic: pulumi.Input<string>;
|
|
86
96
|
/**
|
|
87
|
-
*
|
|
97
|
+
* Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
|
|
88
98
|
*/
|
|
89
99
|
username: pulumi.Input<string>;
|
|
90
100
|
}
|
package/getKafkaAcl.js
CHANGED
|
@@ -6,10 +6,7 @@ exports.getKafkaAclOutput = exports.getKafkaAcl = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* The Data Source Kafka ACL data source provides information about the existing Aiven Kafka ACL
|
|
12
|
-
* for a Kafka service.
|
|
9
|
+
* The Data Source Kafka ACL data source provides information about the existing Aiven Kafka ACL for a Kafka service.
|
|
13
10
|
*
|
|
14
11
|
* ## Example Usage
|
|
15
12
|
*
|
|
@@ -21,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
21
18
|
* project: aiven_project.myproject.project,
|
|
22
19
|
* serviceName: aiven_service.myservice.service_name,
|
|
23
20
|
* topic: "<TOPIC_NAME_PATTERN>",
|
|
24
|
-
* permission: "
|
|
21
|
+
* permission: "<PERMISSON>",
|
|
25
22
|
* username: "<USERNAME_PATTERN>",
|
|
26
23
|
* });
|
|
27
24
|
* ```
|
package/getKafkaAcl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKafkaAcl.js","sourceRoot":"","sources":["../getKafkaAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getKafkaAcl.js","sourceRoot":"","sources":["../getKafkaAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,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,qCAAqC,EAAE;QAChE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC;AA0DD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
|