@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,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Account Team Member Data Source
|
|
4
|
-
*
|
|
5
3
|
* The Account Team Member data source provides information about the existing Aiven Account Team Member.
|
|
6
4
|
*/
|
|
7
5
|
export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTeamMemberResult>;
|
|
@@ -10,30 +8,15 @@ export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opt
|
|
|
10
8
|
*/
|
|
11
9
|
export interface GetAccountTeamMemberArgs {
|
|
12
10
|
/**
|
|
13
|
-
*
|
|
14
|
-
* `false` value means that the invitation was sent to the user but not yet accepted.
|
|
15
|
-
* `true` means that the user accepted the invitation and is now a member of an account team.
|
|
16
|
-
*/
|
|
17
|
-
accepted?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* is a unique account id.
|
|
11
|
+
* The unique account id This property cannot be changed, doing so forces recreation of the resource.
|
|
20
12
|
*/
|
|
21
13
|
accountId: string;
|
|
22
14
|
/**
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
createTime?: string;
|
|
26
|
-
/**
|
|
27
|
-
* team invited by user email.
|
|
28
|
-
*/
|
|
29
|
-
invitedByUserEmail?: string;
|
|
30
|
-
/**
|
|
31
|
-
* is an account team id.
|
|
15
|
+
* An account team id This property cannot be changed, doing so forces recreation of the resource.
|
|
32
16
|
*/
|
|
33
17
|
teamId: string;
|
|
34
18
|
/**
|
|
35
|
-
*
|
|
36
|
-
* he or she becomes a member of a team.
|
|
19
|
+
* Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. This property cannot be changed, doing so forces recreation of the resource.
|
|
37
20
|
*/
|
|
38
21
|
userEmail: string;
|
|
39
22
|
}
|
|
@@ -42,14 +25,15 @@ export interface GetAccountTeamMemberArgs {
|
|
|
42
25
|
*/
|
|
43
26
|
export interface GetAccountTeamMemberResult {
|
|
44
27
|
/**
|
|
45
|
-
* is a boolean flag that determines whether an invitation was accepted or not by the user.
|
|
46
|
-
* `false` value means that the invitation was sent to the user but not yet accepted.
|
|
47
|
-
* `true` means that the user accepted the invitation and is now a member of an account team.
|
|
28
|
+
* is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
|
|
48
29
|
*/
|
|
49
30
|
readonly accepted: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* The unique account id This property cannot be changed, doing so forces recreation of the resource.
|
|
33
|
+
*/
|
|
50
34
|
readonly accountId: string;
|
|
51
35
|
/**
|
|
52
|
-
*
|
|
36
|
+
* Time of creation
|
|
53
37
|
*/
|
|
54
38
|
readonly createTime: string;
|
|
55
39
|
/**
|
|
@@ -57,10 +41,16 @@ export interface GetAccountTeamMemberResult {
|
|
|
57
41
|
*/
|
|
58
42
|
readonly id: string;
|
|
59
43
|
/**
|
|
60
|
-
*
|
|
44
|
+
* The email address that invited this user.
|
|
61
45
|
*/
|
|
62
46
|
readonly invitedByUserEmail: string;
|
|
47
|
+
/**
|
|
48
|
+
* An account team id This property cannot be changed, doing so forces recreation of the resource.
|
|
49
|
+
*/
|
|
63
50
|
readonly teamId: string;
|
|
51
|
+
/**
|
|
52
|
+
* Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. This property cannot be changed, doing so forces recreation of the resource.
|
|
53
|
+
*/
|
|
64
54
|
readonly userEmail: string;
|
|
65
55
|
}
|
|
66
56
|
export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamMemberResult>;
|
|
@@ -69,30 +59,15 @@ export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOut
|
|
|
69
59
|
*/
|
|
70
60
|
export interface GetAccountTeamMemberOutputArgs {
|
|
71
61
|
/**
|
|
72
|
-
*
|
|
73
|
-
* `false` value means that the invitation was sent to the user but not yet accepted.
|
|
74
|
-
* `true` means that the user accepted the invitation and is now a member of an account team.
|
|
75
|
-
*/
|
|
76
|
-
accepted?: pulumi.Input<boolean>;
|
|
77
|
-
/**
|
|
78
|
-
* is a unique account id.
|
|
62
|
+
* The unique account id This property cannot be changed, doing so forces recreation of the resource.
|
|
79
63
|
*/
|
|
80
64
|
accountId: pulumi.Input<string>;
|
|
81
65
|
/**
|
|
82
|
-
*
|
|
83
|
-
*/
|
|
84
|
-
createTime?: pulumi.Input<string>;
|
|
85
|
-
/**
|
|
86
|
-
* team invited by user email.
|
|
87
|
-
*/
|
|
88
|
-
invitedByUserEmail?: pulumi.Input<string>;
|
|
89
|
-
/**
|
|
90
|
-
* is an account team id.
|
|
66
|
+
* An account team id This property cannot be changed, doing so forces recreation of the resource.
|
|
91
67
|
*/
|
|
92
68
|
teamId: pulumi.Input<string>;
|
|
93
69
|
/**
|
|
94
|
-
*
|
|
95
|
-
* he or she becomes a member of a team.
|
|
70
|
+
* Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. This property cannot be changed, doing so forces recreation of the resource.
|
|
96
71
|
*/
|
|
97
72
|
userEmail: pulumi.Input<string>;
|
|
98
73
|
}
|
package/getAccountTeamMember.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getAccountTeamMemberOutput = exports.getAccountTeamMember = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Account Team Member Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Account Team Member data source provides information about the existing Aiven Account Team Member.
|
|
12
10
|
*/
|
|
13
11
|
function getAccountTeamMember(args, opts) {
|
|
@@ -16,10 +14,7 @@ function getAccountTeamMember(args, opts) {
|
|
|
16
14
|
}
|
|
17
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
18
16
|
return pulumi.runtime.invoke("aiven:index/getAccountTeamMember:getAccountTeamMember", {
|
|
19
|
-
"accepted": args.accepted,
|
|
20
17
|
"accountId": args.accountId,
|
|
21
|
-
"createTime": args.createTime,
|
|
22
|
-
"invitedByUserEmail": args.invitedByUserEmail,
|
|
23
18
|
"teamId": args.teamId,
|
|
24
19
|
"userEmail": args.userEmail,
|
|
25
20
|
}, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountTeamMember.js","sourceRoot":"","sources":["../getAccountTeamMember.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountTeamMember.js","sourceRoot":"","sources":["../getAccountTeamMember.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,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,uDAAuD,EAAE;QAClF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AAsDD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Account Team Project Data Source
|
|
4
|
-
*
|
|
5
3
|
* The Account Team Project data source provides information about the existing Account Team Project.
|
|
6
4
|
*/
|
|
7
5
|
export declare function getAccountTeamProject(args: GetAccountTeamProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTeamProjectResult>;
|
|
@@ -10,39 +8,42 @@ export declare function getAccountTeamProject(args: GetAccountTeamProjectArgs, o
|
|
|
10
8
|
*/
|
|
11
9
|
export interface GetAccountTeamProjectArgs {
|
|
12
10
|
/**
|
|
13
|
-
*
|
|
11
|
+
* The unique account id
|
|
14
12
|
*/
|
|
15
13
|
accountId: string;
|
|
16
14
|
/**
|
|
17
|
-
*
|
|
15
|
+
* The name of an already existing project
|
|
18
16
|
*/
|
|
19
17
|
projectName: string;
|
|
20
18
|
/**
|
|
21
|
-
*
|
|
19
|
+
* An account team id
|
|
22
20
|
*/
|
|
23
21
|
teamId: string;
|
|
24
|
-
/**
|
|
25
|
-
* is an account team project type, can one of the following values: `admin`,
|
|
26
|
-
* `developer`, `operator` and `readOnly`.
|
|
27
|
-
*/
|
|
28
|
-
teamType?: string;
|
|
29
22
|
}
|
|
30
23
|
/**
|
|
31
24
|
* A collection of values returned by getAccountTeamProject.
|
|
32
25
|
*/
|
|
33
26
|
export interface GetAccountTeamProjectResult {
|
|
27
|
+
/**
|
|
28
|
+
* The unique account id
|
|
29
|
+
*/
|
|
34
30
|
readonly accountId: string;
|
|
35
31
|
/**
|
|
36
32
|
* The provider-assigned unique ID for this managed resource.
|
|
37
33
|
*/
|
|
38
34
|
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* The name of an already existing project
|
|
37
|
+
*/
|
|
39
38
|
readonly projectName: string;
|
|
39
|
+
/**
|
|
40
|
+
* An account team id
|
|
41
|
+
*/
|
|
40
42
|
readonly teamId: string;
|
|
41
43
|
/**
|
|
42
|
-
*
|
|
43
|
-
* `developer`, `operator` and `readOnly`.
|
|
44
|
+
* The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
|
|
44
45
|
*/
|
|
45
|
-
readonly teamType
|
|
46
|
+
readonly teamType: string;
|
|
46
47
|
}
|
|
47
48
|
export declare function getAccountTeamProjectOutput(args: GetAccountTeamProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTeamProjectResult>;
|
|
48
49
|
/**
|
|
@@ -50,20 +51,15 @@ export declare function getAccountTeamProjectOutput(args: GetAccountTeamProjectO
|
|
|
50
51
|
*/
|
|
51
52
|
export interface GetAccountTeamProjectOutputArgs {
|
|
52
53
|
/**
|
|
53
|
-
*
|
|
54
|
+
* The unique account id
|
|
54
55
|
*/
|
|
55
56
|
accountId: pulumi.Input<string>;
|
|
56
57
|
/**
|
|
57
|
-
*
|
|
58
|
+
* The name of an already existing project
|
|
58
59
|
*/
|
|
59
60
|
projectName: pulumi.Input<string>;
|
|
60
61
|
/**
|
|
61
|
-
*
|
|
62
|
+
* An account team id
|
|
62
63
|
*/
|
|
63
64
|
teamId: pulumi.Input<string>;
|
|
64
|
-
/**
|
|
65
|
-
* is an account team project type, can one of the following values: `admin`,
|
|
66
|
-
* `developer`, `operator` and `readOnly`.
|
|
67
|
-
*/
|
|
68
|
-
teamType?: pulumi.Input<string>;
|
|
69
65
|
}
|
package/getAccountTeamProject.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getAccountTeamProjectOutput = exports.getAccountTeamProject = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Account Team Project Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Account Team Project data source provides information about the existing Account Team Project.
|
|
12
10
|
*/
|
|
13
11
|
function getAccountTeamProject(args, opts) {
|
|
@@ -19,7 +17,6 @@ function getAccountTeamProject(args, opts) {
|
|
|
19
17
|
"accountId": args.accountId,
|
|
20
18
|
"projectName": args.projectName,
|
|
21
19
|
"teamId": args.teamId,
|
|
22
|
-
"teamType": args.teamType,
|
|
23
20
|
}, opts);
|
|
24
21
|
}
|
|
25
22
|
exports.getAccountTeamProject = getAccountTeamProject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountTeamProject.js","sourceRoot":"","sources":["../getAccountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountTeamProject.js","sourceRoot":"","sources":["../getAccountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sDAWC;AA8CD,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"}
|
package/getAwsPrivatelink.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # AWS Privatelink Data Source
|
|
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
|
|
@@ -22,27 +20,11 @@ export declare function getAwsPrivatelink(args: GetAwsPrivatelinkArgs, opts?: pu
|
|
|
22
20
|
*/
|
|
23
21
|
export interface GetAwsPrivatelinkArgs {
|
|
24
22
|
/**
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
awsServiceId?: string;
|
|
28
|
-
/**
|
|
29
|
-
* AWS service name.
|
|
30
|
-
*/
|
|
31
|
-
awsServiceName?: string;
|
|
32
|
-
/**
|
|
33
|
-
* list of allowed principals
|
|
34
|
-
*/
|
|
35
|
-
principals?: string[];
|
|
36
|
-
/**
|
|
37
|
-
* identifies the project the service belongs to. To set up proper dependency between the project
|
|
38
|
-
* and the service, refer to the project as shown in the above example. Project cannot be changed later without
|
|
39
|
-
* destroying and re-creating the service.
|
|
23
|
+
* 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.
|
|
40
24
|
*/
|
|
41
25
|
project: string;
|
|
42
26
|
/**
|
|
43
|
-
*
|
|
44
|
-
* destroying and re-creating the service so name should be picked based on intended service usage rather than current
|
|
45
|
-
* attributes.
|
|
27
|
+
* 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.
|
|
46
28
|
*/
|
|
47
29
|
serviceName: string;
|
|
48
30
|
}
|
|
@@ -51,11 +33,11 @@ export interface GetAwsPrivatelinkArgs {
|
|
|
51
33
|
*/
|
|
52
34
|
export interface GetAwsPrivatelinkResult {
|
|
53
35
|
/**
|
|
54
|
-
* AWS service ID
|
|
36
|
+
* AWS service ID
|
|
55
37
|
*/
|
|
56
38
|
readonly awsServiceId: string;
|
|
57
39
|
/**
|
|
58
|
-
* AWS service name
|
|
40
|
+
* AWS service name
|
|
59
41
|
*/
|
|
60
42
|
readonly awsServiceName: string;
|
|
61
43
|
/**
|
|
@@ -63,10 +45,16 @@ export interface GetAwsPrivatelinkResult {
|
|
|
63
45
|
*/
|
|
64
46
|
readonly id: string;
|
|
65
47
|
/**
|
|
66
|
-
*
|
|
48
|
+
* List of allowed principals
|
|
49
|
+
*/
|
|
50
|
+
readonly principals: string[];
|
|
51
|
+
/**
|
|
52
|
+
* 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.
|
|
67
53
|
*/
|
|
68
|
-
readonly principals?: string[];
|
|
69
54
|
readonly project: string;
|
|
55
|
+
/**
|
|
56
|
+
* 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.
|
|
57
|
+
*/
|
|
70
58
|
readonly serviceName: string;
|
|
71
59
|
}
|
|
72
60
|
export declare function getAwsPrivatelinkOutput(args: GetAwsPrivatelinkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAwsPrivatelinkResult>;
|
|
@@ -75,27 +63,11 @@ export declare function getAwsPrivatelinkOutput(args: GetAwsPrivatelinkOutputArg
|
|
|
75
63
|
*/
|
|
76
64
|
export interface GetAwsPrivatelinkOutputArgs {
|
|
77
65
|
/**
|
|
78
|
-
*
|
|
79
|
-
*/
|
|
80
|
-
awsServiceId?: pulumi.Input<string>;
|
|
81
|
-
/**
|
|
82
|
-
* AWS service name.
|
|
83
|
-
*/
|
|
84
|
-
awsServiceName?: pulumi.Input<string>;
|
|
85
|
-
/**
|
|
86
|
-
* list of allowed principals
|
|
87
|
-
*/
|
|
88
|
-
principals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
|
-
/**
|
|
90
|
-
* identifies the project the service belongs to. To set up proper dependency between the project
|
|
91
|
-
* and the service, refer to the project as shown in the above example. Project cannot be changed later without
|
|
92
|
-
* destroying and re-creating the service.
|
|
66
|
+
* 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.
|
|
93
67
|
*/
|
|
94
68
|
project: pulumi.Input<string>;
|
|
95
69
|
/**
|
|
96
|
-
*
|
|
97
|
-
* destroying and re-creating the service so name should be picked based on intended service usage rather than current
|
|
98
|
-
* attributes.
|
|
70
|
+
* 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.
|
|
99
71
|
*/
|
|
100
72
|
serviceName: pulumi.Input<string>;
|
|
101
73
|
}
|
package/getAwsPrivatelink.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getAwsPrivatelinkOutput = exports.getAwsPrivatelink = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # AWS Privatelink Data Source
|
|
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
|
|
@@ -28,9 +26,6 @@ function getAwsPrivatelink(args, opts) {
|
|
|
28
26
|
}
|
|
29
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
30
28
|
return pulumi.runtime.invoke("aiven:index/getAwsPrivatelink:getAwsPrivatelink", {
|
|
31
|
-
"awsServiceId": args.awsServiceId,
|
|
32
|
-
"awsServiceName": args.awsServiceName,
|
|
33
|
-
"principals": args.principals,
|
|
34
29
|
"project": args.project,
|
|
35
30
|
"serviceName": args.serviceName,
|
|
36
31
|
}, opts);
|
package/getAwsPrivatelink.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAwsPrivatelink.js","sourceRoot":"","sources":["../getAwsPrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAwsPrivatelink.js","sourceRoot":"","sources":["../getAwsPrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,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,iDAAiD,EAAE;QAC5E,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AA8CD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
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 = aiven.getAzurePrivatelink({
|
|
12
|
+
* project: data.aiven_project.foo.project,
|
|
13
|
+
* serviceName: aiven_kafka.bar.service_name,
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getAzurePrivatelink(args: GetAzurePrivatelinkArgs, opts?: pulumi.InvokeOptions): Promise<GetAzurePrivatelinkResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getAzurePrivatelink.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetAzurePrivatelinkArgs {
|
|
22
|
+
/**
|
|
23
|
+
* 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.
|
|
24
|
+
*/
|
|
25
|
+
project: string;
|
|
26
|
+
/**
|
|
27
|
+
* 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.
|
|
28
|
+
*/
|
|
29
|
+
serviceName: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getAzurePrivatelink.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetAzurePrivatelinkResult {
|
|
35
|
+
/**
|
|
36
|
+
* Azure Privatelink service alias
|
|
37
|
+
*/
|
|
38
|
+
readonly azureServiceAlias: string;
|
|
39
|
+
/**
|
|
40
|
+
* Azure Privatelink service ID
|
|
41
|
+
*/
|
|
42
|
+
readonly azureServiceId: string;
|
|
43
|
+
/**
|
|
44
|
+
* The provider-assigned unique ID for this managed resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly id: string;
|
|
47
|
+
/**
|
|
48
|
+
* Printable result of the Azure Privatelink request
|
|
49
|
+
*/
|
|
50
|
+
readonly message: string;
|
|
51
|
+
/**
|
|
52
|
+
* 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.
|
|
53
|
+
*/
|
|
54
|
+
readonly project: string;
|
|
55
|
+
/**
|
|
56
|
+
* 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.
|
|
57
|
+
*/
|
|
58
|
+
readonly serviceName: string;
|
|
59
|
+
/**
|
|
60
|
+
* Privatelink resource state
|
|
61
|
+
*/
|
|
62
|
+
readonly state: string;
|
|
63
|
+
/**
|
|
64
|
+
* A List of allowed Subscription IDs Maximum Length: `16`.
|
|
65
|
+
*/
|
|
66
|
+
readonly userSubscriptionIds: string[];
|
|
67
|
+
}
|
|
68
|
+
export declare function getAzurePrivatelinkOutput(args: GetAzurePrivatelinkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzurePrivatelinkResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getAzurePrivatelink.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetAzurePrivatelinkOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* 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.
|
|
75
|
+
*/
|
|
76
|
+
project: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* 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.
|
|
79
|
+
*/
|
|
80
|
+
serviceName: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.getAzurePrivatelinkOutput = exports.getAzurePrivatelink = 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 = aiven.getAzurePrivatelink({
|
|
18
|
+
* project: data.aiven_project.foo.project,
|
|
19
|
+
* serviceName: aiven_kafka.bar.service_name,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getAzurePrivatelink(args, opts) {
|
|
24
|
+
if (!opts) {
|
|
25
|
+
opts = {};
|
|
26
|
+
}
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
28
|
+
return pulumi.runtime.invoke("aiven:index/getAzurePrivatelink:getAzurePrivatelink", {
|
|
29
|
+
"project": args.project,
|
|
30
|
+
"serviceName": args.serviceName,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getAzurePrivatelink = getAzurePrivatelink;
|
|
34
|
+
function getAzurePrivatelinkOutput(args, opts) {
|
|
35
|
+
return pulumi.output(args).apply(a => getAzurePrivatelink(a, opts));
|
|
36
|
+
}
|
|
37
|
+
exports.getAzurePrivatelinkOutput = getAzurePrivatelinkOutput;
|
|
38
|
+
//# sourceMappingURL=getAzurePrivatelink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAzurePrivatelink.js","sourceRoot":"","sources":["../getAzurePrivatelink.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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,qDAAqD,EAAE;QAChF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AAsDD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,8DAEC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The Billing Group data source provides information about the existing Aiven Account.
|
|
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 = pulumi.output(aiven.getBillingGroup({
|
|
12
|
+
* name: "<BILLING_GROUP_NAME>",
|
|
13
|
+
* }));
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getBillingGroup(args: GetBillingGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetBillingGroupResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getBillingGroup.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetBillingGroupArgs {
|
|
21
|
+
/**
|
|
22
|
+
* Billing Group name
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getBillingGroup.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetBillingGroupResult {
|
|
30
|
+
/**
|
|
31
|
+
* Account id
|
|
32
|
+
*/
|
|
33
|
+
readonly accountId: string;
|
|
34
|
+
/**
|
|
35
|
+
* Address lines
|
|
36
|
+
*/
|
|
37
|
+
readonly addressLines: string[];
|
|
38
|
+
/**
|
|
39
|
+
* Billing currency
|
|
40
|
+
*/
|
|
41
|
+
readonly billingCurrency: string;
|
|
42
|
+
/**
|
|
43
|
+
* Billing contact emails
|
|
44
|
+
*/
|
|
45
|
+
readonly billingEmails: string[];
|
|
46
|
+
/**
|
|
47
|
+
* Billing extra text
|
|
48
|
+
*/
|
|
49
|
+
readonly billingExtraText: string;
|
|
50
|
+
/**
|
|
51
|
+
* Credit card id
|
|
52
|
+
*/
|
|
53
|
+
readonly cardId: string;
|
|
54
|
+
/**
|
|
55
|
+
* City
|
|
56
|
+
*/
|
|
57
|
+
readonly city: string;
|
|
58
|
+
/**
|
|
59
|
+
* Company name
|
|
60
|
+
*/
|
|
61
|
+
readonly company: string;
|
|
62
|
+
/**
|
|
63
|
+
* Country code
|
|
64
|
+
*/
|
|
65
|
+
readonly countryCode: string;
|
|
66
|
+
/**
|
|
67
|
+
* The provider-assigned unique ID for this managed resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly id: string;
|
|
70
|
+
/**
|
|
71
|
+
* Billing Group name
|
|
72
|
+
*/
|
|
73
|
+
readonly name: string;
|
|
74
|
+
/**
|
|
75
|
+
* State
|
|
76
|
+
*/
|
|
77
|
+
readonly state: string;
|
|
78
|
+
/**
|
|
79
|
+
* VAT id
|
|
80
|
+
*/
|
|
81
|
+
readonly vatId: string;
|
|
82
|
+
/**
|
|
83
|
+
* Zip Code
|
|
84
|
+
*/
|
|
85
|
+
readonly zipCode: string;
|
|
86
|
+
}
|
|
87
|
+
export declare function getBillingGroupOutput(args: GetBillingGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBillingGroupResult>;
|
|
88
|
+
/**
|
|
89
|
+
* A collection of arguments for invoking getBillingGroup.
|
|
90
|
+
*/
|
|
91
|
+
export interface GetBillingGroupOutputArgs {
|
|
92
|
+
/**
|
|
93
|
+
* Billing Group name
|
|
94
|
+
*/
|
|
95
|
+
name: pulumi.Input<string>;
|
|
96
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.getBillingGroupOutput = exports.getBillingGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The Billing Group data source provides information about the existing Aiven Account.
|
|
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 = pulumi.output(aiven.getBillingGroup({
|
|
18
|
+
* name: "<BILLING_GROUP_NAME>",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getBillingGroup(args, opts) {
|
|
23
|
+
if (!opts) {
|
|
24
|
+
opts = {};
|
|
25
|
+
}
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
27
|
+
return pulumi.runtime.invoke("aiven:index/getBillingGroup:getBillingGroup", {
|
|
28
|
+
"name": args.name,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getBillingGroup = getBillingGroup;
|
|
32
|
+
function getBillingGroupOutput(args, opts) {
|
|
33
|
+
return pulumi.output(args).apply(a => getBillingGroup(a, opts));
|
|
34
|
+
}
|
|
35
|
+
exports.getBillingGroupOutput = getBillingGroupOutput;
|
|
36
|
+
//# sourceMappingURL=getBillingGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBillingGroup.js","sourceRoot":"","sources":["../getBillingGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,6CAA6C,EAAE;QACxE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA0ED,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|