@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/accountTeamMember.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountTeamMember.js","sourceRoot":"","sources":["../accountTeamMember.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountTeamMember.js","sourceRoot":"","sources":["../accountTeamMember.ts"],"names":[],"mappings":"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"}
|
package/accountTeamProject.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Account Team Project Resource
|
|
4
|
-
*
|
|
5
3
|
* The Account Team Project resource allows the creation and management of an Account Team Project.
|
|
6
4
|
*
|
|
7
5
|
* It is intended to link an existing project to the existing account team.
|
|
@@ -25,20 +23,19 @@ export declare class AccountTeamProject extends pulumi.CustomResource {
|
|
|
25
23
|
*/
|
|
26
24
|
static isInstance(obj: any): obj is AccountTeamProject;
|
|
27
25
|
/**
|
|
28
|
-
*
|
|
26
|
+
* The unique account id
|
|
29
27
|
*/
|
|
30
28
|
readonly accountId: pulumi.Output<string>;
|
|
31
29
|
/**
|
|
32
|
-
*
|
|
30
|
+
* The name of an already existing project
|
|
33
31
|
*/
|
|
34
32
|
readonly projectName: pulumi.Output<string | undefined>;
|
|
35
33
|
/**
|
|
36
|
-
*
|
|
34
|
+
* An account team id
|
|
37
35
|
*/
|
|
38
36
|
readonly teamId: pulumi.Output<string>;
|
|
39
37
|
/**
|
|
40
|
-
*
|
|
41
|
-
* `developer`, `operator` and `readOnly`.
|
|
38
|
+
* The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
|
|
42
39
|
*/
|
|
43
40
|
readonly teamType: pulumi.Output<string | undefined>;
|
|
44
41
|
/**
|
|
@@ -55,20 +52,19 @@ export declare class AccountTeamProject extends pulumi.CustomResource {
|
|
|
55
52
|
*/
|
|
56
53
|
export interface AccountTeamProjectState {
|
|
57
54
|
/**
|
|
58
|
-
*
|
|
55
|
+
* The unique account id
|
|
59
56
|
*/
|
|
60
57
|
accountId?: pulumi.Input<string>;
|
|
61
58
|
/**
|
|
62
|
-
*
|
|
59
|
+
* The name of an already existing project
|
|
63
60
|
*/
|
|
64
61
|
projectName?: pulumi.Input<string>;
|
|
65
62
|
/**
|
|
66
|
-
*
|
|
63
|
+
* An account team id
|
|
67
64
|
*/
|
|
68
65
|
teamId?: pulumi.Input<string>;
|
|
69
66
|
/**
|
|
70
|
-
*
|
|
71
|
-
* `developer`, `operator` and `readOnly`.
|
|
67
|
+
* The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
|
|
72
68
|
*/
|
|
73
69
|
teamType?: pulumi.Input<string>;
|
|
74
70
|
}
|
|
@@ -77,20 +73,19 @@ export interface AccountTeamProjectState {
|
|
|
77
73
|
*/
|
|
78
74
|
export interface AccountTeamProjectArgs {
|
|
79
75
|
/**
|
|
80
|
-
*
|
|
76
|
+
* The unique account id
|
|
81
77
|
*/
|
|
82
78
|
accountId: pulumi.Input<string>;
|
|
83
79
|
/**
|
|
84
|
-
*
|
|
80
|
+
* The name of an already existing project
|
|
85
81
|
*/
|
|
86
82
|
projectName?: pulumi.Input<string>;
|
|
87
83
|
/**
|
|
88
|
-
*
|
|
84
|
+
* An account team id
|
|
89
85
|
*/
|
|
90
86
|
teamId: pulumi.Input<string>;
|
|
91
87
|
/**
|
|
92
|
-
*
|
|
93
|
-
* `developer`, `operator` and `readOnly`.
|
|
88
|
+
* The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
|
|
94
89
|
*/
|
|
95
90
|
teamType?: pulumi.Input<string>;
|
|
96
91
|
}
|
package/accountTeamProject.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.AccountTeamProject = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Account Team Project Resource
|
|
10
|
-
*
|
|
11
9
|
* The Account Team Project resource allows the creation and management of an Account Team Project.
|
|
12
10
|
*
|
|
13
11
|
* It is intended to link an existing project to the existing account team.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountTeamProject.js","sourceRoot":"","sources":["../accountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountTeamProject.js","sourceRoot":"","sources":["../accountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IAqDzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IA5ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;;AA1BL,gDA8EC;AAhEG,gBAAgB;AACO,+BAAY,GAAG,mDAAmD,CAAC"}
|
package/awsPrivatelink.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # AWS Privatelink Resource
|
|
4
|
-
*
|
|
5
3
|
* The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -34,27 +32,23 @@ export declare class AwsPrivatelink extends pulumi.CustomResource {
|
|
|
34
32
|
*/
|
|
35
33
|
static isInstance(obj: any): obj is AwsPrivatelink;
|
|
36
34
|
/**
|
|
37
|
-
* AWS service ID
|
|
35
|
+
* AWS service ID
|
|
38
36
|
*/
|
|
39
37
|
readonly awsServiceId: pulumi.Output<string>;
|
|
40
38
|
/**
|
|
41
|
-
* AWS service name
|
|
39
|
+
* AWS service name
|
|
42
40
|
*/
|
|
43
41
|
readonly awsServiceName: pulumi.Output<string>;
|
|
44
42
|
/**
|
|
45
|
-
*
|
|
43
|
+
* List of allowed principals
|
|
46
44
|
*/
|
|
47
45
|
readonly principals: pulumi.Output<string[]>;
|
|
48
46
|
/**
|
|
49
|
-
*
|
|
50
|
-
* and the service, refer to the project as shown in the above example. Project cannot be changed later without
|
|
51
|
-
* destroying and re-creating the service.
|
|
47
|
+
* 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.
|
|
52
48
|
*/
|
|
53
49
|
readonly project: pulumi.Output<string>;
|
|
54
50
|
/**
|
|
55
|
-
*
|
|
56
|
-
* destroying and re-creating the service so name should be picked based on intended service usage rather than current
|
|
57
|
-
* attributes.
|
|
51
|
+
* 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.
|
|
58
52
|
*/
|
|
59
53
|
readonly serviceName: pulumi.Output<string>;
|
|
60
54
|
/**
|
|
@@ -71,27 +65,23 @@ export declare class AwsPrivatelink extends pulumi.CustomResource {
|
|
|
71
65
|
*/
|
|
72
66
|
export interface AwsPrivatelinkState {
|
|
73
67
|
/**
|
|
74
|
-
* AWS service ID
|
|
68
|
+
* AWS service ID
|
|
75
69
|
*/
|
|
76
70
|
awsServiceId?: pulumi.Input<string>;
|
|
77
71
|
/**
|
|
78
|
-
* AWS service name
|
|
72
|
+
* AWS service name
|
|
79
73
|
*/
|
|
80
74
|
awsServiceName?: pulumi.Input<string>;
|
|
81
75
|
/**
|
|
82
|
-
*
|
|
76
|
+
* List of allowed principals
|
|
83
77
|
*/
|
|
84
78
|
principals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
85
79
|
/**
|
|
86
|
-
*
|
|
87
|
-
* and the service, refer to the project as shown in the above example. Project cannot be changed later without
|
|
88
|
-
* destroying and re-creating the service.
|
|
80
|
+
* 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.
|
|
89
81
|
*/
|
|
90
82
|
project?: pulumi.Input<string>;
|
|
91
83
|
/**
|
|
92
|
-
*
|
|
93
|
-
* destroying and re-creating the service so name should be picked based on intended service usage rather than current
|
|
94
|
-
* attributes.
|
|
84
|
+
* 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.
|
|
95
85
|
*/
|
|
96
86
|
serviceName?: pulumi.Input<string>;
|
|
97
87
|
}
|
|
@@ -100,19 +90,15 @@ export interface AwsPrivatelinkState {
|
|
|
100
90
|
*/
|
|
101
91
|
export interface AwsPrivatelinkArgs {
|
|
102
92
|
/**
|
|
103
|
-
*
|
|
93
|
+
* List of allowed principals
|
|
104
94
|
*/
|
|
105
95
|
principals: pulumi.Input<pulumi.Input<string>[]>;
|
|
106
96
|
/**
|
|
107
|
-
*
|
|
108
|
-
* and the service, refer to the project as shown in the above example. Project cannot be changed later without
|
|
109
|
-
* destroying and re-creating the service.
|
|
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.
|
|
110
98
|
*/
|
|
111
99
|
project: pulumi.Input<string>;
|
|
112
100
|
/**
|
|
113
|
-
*
|
|
114
|
-
* destroying and re-creating the service so name should be picked based on intended service usage rather than current
|
|
115
|
-
* attributes.
|
|
101
|
+
* 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.
|
|
116
102
|
*/
|
|
117
103
|
serviceName: pulumi.Input<string>;
|
|
118
104
|
}
|
package/awsPrivatelink.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.AwsPrivatelink = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # AWS Privatelink Resource
|
|
10
|
-
*
|
|
11
9
|
* The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
package/awsPrivatelink.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"awsPrivatelink.js","sourceRoot":"","sources":["../awsPrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"awsPrivatelink.js","sourceRoot":"","sources":["../awsPrivatelink.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as aiven from "@pulumi/aiven";
|
|
10
|
+
*
|
|
11
|
+
* const foo = new aiven.AzurePrivatelink("foo", {
|
|
12
|
+
* project: data.aiven_project.foo.project,
|
|
13
|
+
* serviceName: aiven_kafka.bar.service_name,
|
|
14
|
+
* userSubscriptionIds: ["xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"],
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare class AzurePrivatelink extends pulumi.CustomResource {
|
|
19
|
+
/**
|
|
20
|
+
* Get an existing AzurePrivatelink resource's state with the given name, ID, and optional extra
|
|
21
|
+
* properties used to qualify the lookup.
|
|
22
|
+
*
|
|
23
|
+
* @param name The _unique_ name of the resulting resource.
|
|
24
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
25
|
+
* @param state Any extra arguments used during the lookup.
|
|
26
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
27
|
+
*/
|
|
28
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AzurePrivatelinkState, opts?: pulumi.CustomResourceOptions): AzurePrivatelink;
|
|
29
|
+
/**
|
|
30
|
+
* Returns true if the given object is an instance of AzurePrivatelink. This is designed to work even
|
|
31
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
32
|
+
*/
|
|
33
|
+
static isInstance(obj: any): obj is AzurePrivatelink;
|
|
34
|
+
/**
|
|
35
|
+
* Azure Privatelink service alias
|
|
36
|
+
*/
|
|
37
|
+
readonly azureServiceAlias: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* Azure Privatelink service ID
|
|
40
|
+
*/
|
|
41
|
+
readonly azureServiceId: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Printable result of the Azure Privatelink request
|
|
44
|
+
*/
|
|
45
|
+
readonly message: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* 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.
|
|
48
|
+
*/
|
|
49
|
+
readonly project: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* 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.
|
|
52
|
+
*/
|
|
53
|
+
readonly serviceName: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Privatelink resource state
|
|
56
|
+
*/
|
|
57
|
+
readonly state: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* A List of allowed Subscription IDs Maximum Length: `16`.
|
|
60
|
+
*/
|
|
61
|
+
readonly userSubscriptionIds: pulumi.Output<string[]>;
|
|
62
|
+
/**
|
|
63
|
+
* Create a AzurePrivatelink resource with the given unique name, arguments, and options.
|
|
64
|
+
*
|
|
65
|
+
* @param name The _unique_ name of the resource.
|
|
66
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
67
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
68
|
+
*/
|
|
69
|
+
constructor(name: string, args: AzurePrivatelinkArgs, opts?: pulumi.CustomResourceOptions);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Input properties used for looking up and filtering AzurePrivatelink resources.
|
|
73
|
+
*/
|
|
74
|
+
export interface AzurePrivatelinkState {
|
|
75
|
+
/**
|
|
76
|
+
* Azure Privatelink service alias
|
|
77
|
+
*/
|
|
78
|
+
azureServiceAlias?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Azure Privatelink service ID
|
|
81
|
+
*/
|
|
82
|
+
azureServiceId?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Printable result of the Azure Privatelink request
|
|
85
|
+
*/
|
|
86
|
+
message?: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* 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.
|
|
89
|
+
*/
|
|
90
|
+
project?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* 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.
|
|
93
|
+
*/
|
|
94
|
+
serviceName?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Privatelink resource state
|
|
97
|
+
*/
|
|
98
|
+
state?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* A List of allowed Subscription IDs Maximum Length: `16`.
|
|
101
|
+
*/
|
|
102
|
+
userSubscriptionIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* The set of arguments for constructing a AzurePrivatelink resource.
|
|
106
|
+
*/
|
|
107
|
+
export interface AzurePrivatelinkArgs {
|
|
108
|
+
/**
|
|
109
|
+
* 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.
|
|
110
|
+
*/
|
|
111
|
+
project: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* 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.
|
|
114
|
+
*/
|
|
115
|
+
serviceName: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* A List of allowed Subscription IDs Maximum Length: `16`.
|
|
118
|
+
*/
|
|
119
|
+
userSubscriptionIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AzurePrivatelink = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The Azure Privatelink resource allows the creation and management of Aiven Azure Privatelink for a services.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aiven from "@pulumi/aiven";
|
|
16
|
+
*
|
|
17
|
+
* const foo = new aiven.AzurePrivatelink("foo", {
|
|
18
|
+
* project: data.aiven_project.foo.project,
|
|
19
|
+
* serviceName: aiven_kafka.bar.service_name,
|
|
20
|
+
* userSubscriptionIds: ["xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"],
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
class AzurePrivatelink extends pulumi.CustomResource {
|
|
25
|
+
constructor(name, argsOrState, opts) {
|
|
26
|
+
let resourceInputs = {};
|
|
27
|
+
opts = opts || {};
|
|
28
|
+
if (opts.id) {
|
|
29
|
+
const state = argsOrState;
|
|
30
|
+
resourceInputs["azureServiceAlias"] = state ? state.azureServiceAlias : undefined;
|
|
31
|
+
resourceInputs["azureServiceId"] = state ? state.azureServiceId : undefined;
|
|
32
|
+
resourceInputs["message"] = state ? state.message : undefined;
|
|
33
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
34
|
+
resourceInputs["serviceName"] = state ? state.serviceName : undefined;
|
|
35
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
36
|
+
resourceInputs["userSubscriptionIds"] = state ? state.userSubscriptionIds : undefined;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
const args = argsOrState;
|
|
40
|
+
if ((!args || args.project === undefined) && !opts.urn) {
|
|
41
|
+
throw new Error("Missing required property 'project'");
|
|
42
|
+
}
|
|
43
|
+
if ((!args || args.serviceName === undefined) && !opts.urn) {
|
|
44
|
+
throw new Error("Missing required property 'serviceName'");
|
|
45
|
+
}
|
|
46
|
+
if ((!args || args.userSubscriptionIds === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'userSubscriptionIds'");
|
|
48
|
+
}
|
|
49
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
50
|
+
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
51
|
+
resourceInputs["userSubscriptionIds"] = args ? args.userSubscriptionIds : undefined;
|
|
52
|
+
resourceInputs["azureServiceAlias"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["azureServiceId"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["message"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
56
|
+
}
|
|
57
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
58
|
+
super(AzurePrivatelink.__pulumiType, name, resourceInputs, opts);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Get an existing AzurePrivatelink resource's state with the given name, ID, and optional extra
|
|
62
|
+
* properties used to qualify the lookup.
|
|
63
|
+
*
|
|
64
|
+
* @param name The _unique_ name of the resulting resource.
|
|
65
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
66
|
+
* @param state Any extra arguments used during the lookup.
|
|
67
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
68
|
+
*/
|
|
69
|
+
static get(name, id, state, opts) {
|
|
70
|
+
return new AzurePrivatelink(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Returns true if the given object is an instance of AzurePrivatelink. This is designed to work even
|
|
74
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
75
|
+
*/
|
|
76
|
+
static isInstance(obj) {
|
|
77
|
+
if (obj === undefined || obj === null) {
|
|
78
|
+
return false;
|
|
79
|
+
}
|
|
80
|
+
return obj['__pulumiType'] === AzurePrivatelink.__pulumiType;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.AzurePrivatelink = AzurePrivatelink;
|
|
84
|
+
/** @internal */
|
|
85
|
+
AzurePrivatelink.__pulumiType = 'aiven:index/azurePrivatelink:AzurePrivatelink';
|
|
86
|
+
//# sourceMappingURL=azurePrivatelink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azurePrivatelink.js","sourceRoot":"","sources":["../azurePrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IAiEvD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;SACzF;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,mBAAmB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChE,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;aACtE;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;IAjGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;;AA1BL,4CAmGC;AArFG,gBAAgB;AACO,6BAAY,GAAG,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The Azure privatelink approve resource waits for an aiven privatelink connection on a service and approves it with associated endpoint IP
|
|
4
|
+
*/
|
|
5
|
+
export declare class AzurePrivatelinkConnectionApproval extends pulumi.CustomResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get an existing AzurePrivatelinkConnectionApproval resource's state with the given name, ID, and optional extra
|
|
8
|
+
* properties used to qualify the lookup.
|
|
9
|
+
*
|
|
10
|
+
* @param name The _unique_ name of the resulting resource.
|
|
11
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
12
|
+
* @param state Any extra arguments used during the lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AzurePrivatelinkConnectionApprovalState, opts?: pulumi.CustomResourceOptions): AzurePrivatelinkConnectionApproval;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of AzurePrivatelinkConnectionApproval. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is AzurePrivatelinkConnectionApproval;
|
|
21
|
+
/**
|
|
22
|
+
* IP address of Azure private endpoint
|
|
23
|
+
*/
|
|
24
|
+
readonly endpointIpAddress: pulumi.Output<string | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Privatelink connection id
|
|
27
|
+
*/
|
|
28
|
+
readonly privatelinkConnectionId: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
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.
|
|
31
|
+
*/
|
|
32
|
+
readonly project: pulumi.Output<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
|
+
*/
|
|
36
|
+
readonly serviceName: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Privatelink connection state
|
|
39
|
+
*/
|
|
40
|
+
readonly state: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Create a AzurePrivatelinkConnectionApproval resource with the given unique name, arguments, and options.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resource.
|
|
45
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
46
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
47
|
+
*/
|
|
48
|
+
constructor(name: string, args: AzurePrivatelinkConnectionApprovalArgs, opts?: pulumi.CustomResourceOptions);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Input properties used for looking up and filtering AzurePrivatelinkConnectionApproval resources.
|
|
52
|
+
*/
|
|
53
|
+
export interface AzurePrivatelinkConnectionApprovalState {
|
|
54
|
+
/**
|
|
55
|
+
* IP address of Azure private endpoint
|
|
56
|
+
*/
|
|
57
|
+
endpointIpAddress?: pulumi.Input<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Privatelink connection id
|
|
60
|
+
*/
|
|
61
|
+
privatelinkConnectionId?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 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.
|
|
64
|
+
*/
|
|
65
|
+
project?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* 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.
|
|
68
|
+
*/
|
|
69
|
+
serviceName?: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Privatelink connection state
|
|
72
|
+
*/
|
|
73
|
+
state?: pulumi.Input<string>;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The set of arguments for constructing a AzurePrivatelinkConnectionApproval resource.
|
|
77
|
+
*/
|
|
78
|
+
export interface AzurePrivatelinkConnectionApprovalArgs {
|
|
79
|
+
/**
|
|
80
|
+
* IP address of Azure private endpoint
|
|
81
|
+
*/
|
|
82
|
+
endpointIpAddress?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* 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.
|
|
85
|
+
*/
|
|
86
|
+
project: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* 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.
|
|
89
|
+
*/
|
|
90
|
+
serviceName: pulumi.Input<string>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AzurePrivatelinkConnectionApproval = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The Azure privatelink approve resource waits for an aiven privatelink connection on a service and approves it with associated endpoint IP
|
|
10
|
+
*/
|
|
11
|
+
class AzurePrivatelinkConnectionApproval extends pulumi.CustomResource {
|
|
12
|
+
constructor(name, argsOrState, opts) {
|
|
13
|
+
let resourceInputs = {};
|
|
14
|
+
opts = opts || {};
|
|
15
|
+
if (opts.id) {
|
|
16
|
+
const state = argsOrState;
|
|
17
|
+
resourceInputs["endpointIpAddress"] = state ? state.endpointIpAddress : undefined;
|
|
18
|
+
resourceInputs["privatelinkConnectionId"] = state ? state.privatelinkConnectionId : undefined;
|
|
19
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
20
|
+
resourceInputs["serviceName"] = state ? state.serviceName : undefined;
|
|
21
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
const args = argsOrState;
|
|
25
|
+
if ((!args || args.project === undefined) && !opts.urn) {
|
|
26
|
+
throw new Error("Missing required property 'project'");
|
|
27
|
+
}
|
|
28
|
+
if ((!args || args.serviceName === undefined) && !opts.urn) {
|
|
29
|
+
throw new Error("Missing required property 'serviceName'");
|
|
30
|
+
}
|
|
31
|
+
resourceInputs["endpointIpAddress"] = args ? args.endpointIpAddress : undefined;
|
|
32
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
33
|
+
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
34
|
+
resourceInputs["privatelinkConnectionId"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
36
|
+
}
|
|
37
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
38
|
+
super(AzurePrivatelinkConnectionApproval.__pulumiType, name, resourceInputs, opts);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Get an existing AzurePrivatelinkConnectionApproval resource's state with the given name, ID, and optional extra
|
|
42
|
+
* properties used to qualify the lookup.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resulting resource.
|
|
45
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
46
|
+
* @param state Any extra arguments used during the lookup.
|
|
47
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
48
|
+
*/
|
|
49
|
+
static get(name, id, state, opts) {
|
|
50
|
+
return new AzurePrivatelinkConnectionApproval(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Returns true if the given object is an instance of AzurePrivatelinkConnectionApproval. This is designed to work even
|
|
54
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
|
+
*/
|
|
56
|
+
static isInstance(obj) {
|
|
57
|
+
if (obj === undefined || obj === null) {
|
|
58
|
+
return false;
|
|
59
|
+
}
|
|
60
|
+
return obj['__pulumiType'] === AzurePrivatelinkConnectionApproval.__pulumiType;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.AzurePrivatelinkConnectionApproval = AzurePrivatelinkConnectionApproval;
|
|
64
|
+
/** @internal */
|
|
65
|
+
AzurePrivatelinkConnectionApproval.__pulumiType = 'aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval';
|
|
66
|
+
//# sourceMappingURL=azurePrivatelinkConnectionApproval.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azurePrivatelinkConnectionApproval.js","sourceRoot":"","sources":["../azurePrivatelinkConnectionApproval.ts"],"names":[],"mappings":"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"}
|
package/billingGroup.d.ts
CHANGED
package/billingGroup.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.BillingGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Billing Group Resource
|
|
10
|
-
*
|
|
11
9
|
* The Billing Group resource allows the creation and management of Aiven Billing Groups and association with the Projects.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|