@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/getServiceUser.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Service User Data Source
|
|
4
|
-
*
|
|
5
3
|
* The Service User data source provides information about the existing Aiven Service User.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -16,8 +14,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
14
|
* username: "<USERNAME>",
|
|
17
15
|
* });
|
|
18
16
|
* ```
|
|
19
|
-
*
|
|
20
|
-
* > **Note** The service user data source is not supported for Aiven Grafana services.
|
|
21
17
|
*/
|
|
22
18
|
export declare function getServiceUser(args: GetServiceUserArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceUserResult>;
|
|
23
19
|
/**
|
|
@@ -25,43 +21,15 @@ export declare function getServiceUser(args: GetServiceUserArgs, opts?: pulumi.I
|
|
|
25
21
|
*/
|
|
26
22
|
export interface GetServiceUserArgs {
|
|
27
23
|
/**
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
accessCert?: string;
|
|
31
|
-
/**
|
|
32
|
-
* is the access key of the user (not applicable for all services).
|
|
33
|
-
*/
|
|
34
|
-
accessKey?: string;
|
|
35
|
-
authentication?: string;
|
|
36
|
-
/**
|
|
37
|
-
* is the password of the user (not applicable for all services).
|
|
38
|
-
*/
|
|
39
|
-
password?: string;
|
|
40
|
-
/**
|
|
41
|
-
* and `serviceName` - (Required) define the project and service the user belongs to. They should be defined
|
|
42
|
-
* using reference as shown above to set up dependencies correctly.
|
|
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.
|
|
43
25
|
*/
|
|
44
26
|
project: string;
|
|
45
27
|
/**
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
redisAclCategories?: string[];
|
|
49
|
-
redisAclChannels?: string[];
|
|
50
|
-
/**
|
|
51
|
-
* Redis specific field, defines rules for individual commands.
|
|
28
|
+
* 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
29
|
*/
|
|
53
|
-
redisAclCommands?: string[];
|
|
54
|
-
/**
|
|
55
|
-
* Redis specific field, defines key access rules.
|
|
56
|
-
*/
|
|
57
|
-
redisAclKeys?: string[];
|
|
58
30
|
serviceName: string;
|
|
59
31
|
/**
|
|
60
|
-
*
|
|
61
|
-
*/
|
|
62
|
-
type?: string;
|
|
63
|
-
/**
|
|
64
|
-
* is the actual name of the user account.
|
|
32
|
+
* The actual name of the service user. 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.
|
|
65
33
|
*/
|
|
66
34
|
username: string;
|
|
67
35
|
}
|
|
@@ -70,41 +38,60 @@ export interface GetServiceUserArgs {
|
|
|
70
38
|
*/
|
|
71
39
|
export interface GetServiceUserResult {
|
|
72
40
|
/**
|
|
73
|
-
*
|
|
41
|
+
* Access certificate for the user if applicable for the service in question
|
|
74
42
|
*/
|
|
75
43
|
readonly accessCert: string;
|
|
76
44
|
/**
|
|
77
|
-
*
|
|
45
|
+
* Access certificate key for the user if applicable for the service in question
|
|
78
46
|
*/
|
|
79
47
|
readonly accessKey: string;
|
|
80
|
-
|
|
48
|
+
/**
|
|
49
|
+
* Authentication details. The possible values are `cachingSha2Password` and `mysqlNativePassword`.
|
|
50
|
+
*/
|
|
51
|
+
readonly authentication: string;
|
|
81
52
|
/**
|
|
82
53
|
* The provider-assigned unique ID for this managed resource.
|
|
83
54
|
*/
|
|
84
55
|
readonly id: string;
|
|
85
56
|
/**
|
|
86
|
-
*
|
|
57
|
+
* The password of the service user ( not applicable for all services ).
|
|
87
58
|
*/
|
|
88
59
|
readonly password: string;
|
|
60
|
+
/**
|
|
61
|
+
* Postgres specific field, defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly pgAllowReplication: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* 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.
|
|
66
|
+
*/
|
|
89
67
|
readonly project: string;
|
|
90
68
|
/**
|
|
91
|
-
* Redis specific field, defines command category rules.
|
|
69
|
+
* Redis specific field, defines command category rules. The field is required with`redisAclCommands` and `redisAclKeys`. This property cannot be changed, doing so forces recreation of the resource.
|
|
70
|
+
*/
|
|
71
|
+
readonly redisAclCategories: string[];
|
|
72
|
+
/**
|
|
73
|
+
* Redis specific field, defines the permitted pub/sub channel patterns. This property cannot be changed, doing so forces recreation of the resource.
|
|
74
|
+
*/
|
|
75
|
+
readonly redisAclChannels: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Redis specific field, defines rules for individual commands. The field is required with`redisAclCategories` and `redisAclKeys`. This property cannot be changed, doing so forces recreation of the resource.
|
|
92
78
|
*/
|
|
93
|
-
readonly
|
|
94
|
-
readonly redisAclChannels?: string[];
|
|
79
|
+
readonly redisAclCommands: string[];
|
|
95
80
|
/**
|
|
96
|
-
* Redis specific field, defines rules
|
|
81
|
+
* Redis specific field, defines key access rules. The field is required with`redisAclCategories` and `redisAclKeys`. This property cannot be changed, doing so forces recreation of the resource.
|
|
97
82
|
*/
|
|
98
|
-
readonly
|
|
83
|
+
readonly redisAclKeys: string[];
|
|
99
84
|
/**
|
|
100
|
-
*
|
|
85
|
+
* 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.
|
|
101
86
|
*/
|
|
102
|
-
readonly redisAclKeys?: string[];
|
|
103
87
|
readonly serviceName: string;
|
|
104
88
|
/**
|
|
105
|
-
*
|
|
89
|
+
* Type of the user account. Tells wether the user is the primary account or a regular account.
|
|
106
90
|
*/
|
|
107
91
|
readonly type: string;
|
|
92
|
+
/**
|
|
93
|
+
* The actual name of the service user. 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.
|
|
94
|
+
*/
|
|
108
95
|
readonly username: string;
|
|
109
96
|
}
|
|
110
97
|
export declare function getServiceUserOutput(args: GetServiceUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceUserResult>;
|
|
@@ -113,43 +100,15 @@ export declare function getServiceUserOutput(args: GetServiceUserOutputArgs, opt
|
|
|
113
100
|
*/
|
|
114
101
|
export interface GetServiceUserOutputArgs {
|
|
115
102
|
/**
|
|
116
|
-
*
|
|
117
|
-
*/
|
|
118
|
-
accessCert?: pulumi.Input<string>;
|
|
119
|
-
/**
|
|
120
|
-
* is the access key of the user (not applicable for all services).
|
|
121
|
-
*/
|
|
122
|
-
accessKey?: pulumi.Input<string>;
|
|
123
|
-
authentication?: pulumi.Input<string>;
|
|
124
|
-
/**
|
|
125
|
-
* is the password of the user (not applicable for all services).
|
|
126
|
-
*/
|
|
127
|
-
password?: pulumi.Input<string>;
|
|
128
|
-
/**
|
|
129
|
-
* and `serviceName` - (Required) define the project and service the user belongs to. They should be defined
|
|
130
|
-
* using reference as shown above to set up dependencies correctly.
|
|
103
|
+
* 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.
|
|
131
104
|
*/
|
|
132
105
|
project: pulumi.Input<string>;
|
|
133
106
|
/**
|
|
134
|
-
*
|
|
135
|
-
*/
|
|
136
|
-
redisAclCategories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
|
-
redisAclChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
|
-
/**
|
|
139
|
-
* Redis specific field, defines rules for individual commands.
|
|
107
|
+
* 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.
|
|
140
108
|
*/
|
|
141
|
-
redisAclCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
142
|
-
/**
|
|
143
|
-
* Redis specific field, defines key access rules.
|
|
144
|
-
*/
|
|
145
|
-
redisAclKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
146
109
|
serviceName: pulumi.Input<string>;
|
|
147
110
|
/**
|
|
148
|
-
*
|
|
149
|
-
*/
|
|
150
|
-
type?: pulumi.Input<string>;
|
|
151
|
-
/**
|
|
152
|
-
* is the actual name of the user account.
|
|
111
|
+
* The actual name of the service user. 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.
|
|
153
112
|
*/
|
|
154
113
|
username: pulumi.Input<string>;
|
|
155
114
|
}
|
package/getServiceUser.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.getServiceUserOutput = exports.getServiceUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Service User Data Source
|
|
10
|
-
*
|
|
11
9
|
* The Service User data source provides information about the existing Aiven Service User.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -22,8 +20,6 @@ const utilities = require("./utilities");
|
|
|
22
20
|
* username: "<USERNAME>",
|
|
23
21
|
* });
|
|
24
22
|
* ```
|
|
25
|
-
*
|
|
26
|
-
* > **Note** The service user data source is not supported for Aiven Grafana services.
|
|
27
23
|
*/
|
|
28
24
|
function getServiceUser(args, opts) {
|
|
29
25
|
if (!opts) {
|
|
@@ -31,17 +27,8 @@ function getServiceUser(args, opts) {
|
|
|
31
27
|
}
|
|
32
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
33
29
|
return pulumi.runtime.invoke("aiven:index/getServiceUser:getServiceUser", {
|
|
34
|
-
"accessCert": args.accessCert,
|
|
35
|
-
"accessKey": args.accessKey,
|
|
36
|
-
"authentication": args.authentication,
|
|
37
|
-
"password": args.password,
|
|
38
30
|
"project": args.project,
|
|
39
|
-
"redisAclCategories": args.redisAclCategories,
|
|
40
|
-
"redisAclChannels": args.redisAclChannels,
|
|
41
|
-
"redisAclCommands": args.redisAclCommands,
|
|
42
|
-
"redisAclKeys": args.redisAclKeys,
|
|
43
31
|
"serviceName": args.serviceName,
|
|
44
|
-
"type": args.type,
|
|
45
32
|
"username": args.username,
|
|
46
33
|
}, opts);
|
|
47
34
|
}
|
package/getServiceUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceUser.js","sourceRoot":"","sources":["../getServiceUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getServiceUser.js","sourceRoot":"","sources":["../getServiceUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,2CAA2C,EAAE;QACtE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC;AAkFD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* The Transit Gateway VPC Attachment resource allows the creation and management Transit
|
|
6
|
-
* Gateway VPC Attachment VPC peering connection between Aiven and AWS.
|
|
3
|
+
* The Transit Gateway VPC Attachment resource allows the creation and management Transit Gateway VPC Attachment VPC peering connection between Aiven and AWS.
|
|
7
4
|
*
|
|
8
5
|
* ## Example Usage
|
|
9
6
|
*
|
|
@@ -24,28 +21,15 @@ export declare function getTransitGatewayVpcAttachment(args: GetTransitGatewayVp
|
|
|
24
21
|
*/
|
|
25
22
|
export interface GetTransitGatewayVpcAttachmentArgs {
|
|
26
23
|
/**
|
|
27
|
-
* AWS account ID of the peered VPC.
|
|
24
|
+
* AWS account ID or GCP project ID of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
|
|
28
25
|
*/
|
|
29
26
|
peerCloudAccount: string;
|
|
30
27
|
/**
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
peerRegion?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Transit gateway ID
|
|
28
|
+
* Transit gateway ID This property cannot be changed, doing so forces recreation of the resource.
|
|
36
29
|
*/
|
|
37
30
|
peerVpc: string;
|
|
38
|
-
peeringConnectionId?: string;
|
|
39
|
-
state?: string;
|
|
40
|
-
stateInfo?: {
|
|
41
|
-
[key: string]: any;
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* List of private IPv4 ranges to route through the peering connection.
|
|
45
|
-
*/
|
|
46
|
-
userPeerNetworkCidrs?: string[];
|
|
47
31
|
/**
|
|
48
|
-
*
|
|
32
|
+
* The VPC the peering connection 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
33
|
*/
|
|
50
34
|
vpcId: string;
|
|
51
35
|
}
|
|
@@ -57,21 +41,39 @@ export interface GetTransitGatewayVpcAttachmentResult {
|
|
|
57
41
|
* The provider-assigned unique ID for this managed resource.
|
|
58
42
|
*/
|
|
59
43
|
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* AWS account ID or GCP project ID of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
|
|
46
|
+
*/
|
|
60
47
|
readonly peerCloudAccount: string;
|
|
61
48
|
/**
|
|
62
|
-
* AWS region of the peered VPC (if not in the same region as Aiven VPC)
|
|
49
|
+
* AWS region of the peered VPC (if not in the same region as Aiven VPC)
|
|
50
|
+
*/
|
|
51
|
+
readonly peerRegion: string;
|
|
52
|
+
/**
|
|
53
|
+
* Transit gateway ID This property cannot be changed, doing so forces recreation of the resource.
|
|
63
54
|
*/
|
|
64
|
-
readonly peerRegion?: string;
|
|
65
55
|
readonly peerVpc: string;
|
|
56
|
+
/**
|
|
57
|
+
* Cloud provider identifier for the peering connection if available
|
|
58
|
+
*/
|
|
66
59
|
readonly peeringConnectionId: string;
|
|
60
|
+
/**
|
|
61
|
+
* State of the peering connection
|
|
62
|
+
*/
|
|
67
63
|
readonly state: string;
|
|
64
|
+
/**
|
|
65
|
+
* State-specific help or error information
|
|
66
|
+
*/
|
|
68
67
|
readonly stateInfo: {
|
|
69
68
|
[key: string]: any;
|
|
70
69
|
};
|
|
71
70
|
/**
|
|
72
|
-
* List of private IPv4 ranges to route through the peering connection
|
|
71
|
+
* List of private IPv4 ranges to route through the peering connection
|
|
72
|
+
*/
|
|
73
|
+
readonly userPeerNetworkCidrs: string[];
|
|
74
|
+
/**
|
|
75
|
+
* The VPC the peering connection 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.
|
|
73
76
|
*/
|
|
74
|
-
readonly userPeerNetworkCidrs?: string[];
|
|
75
77
|
readonly vpcId: string;
|
|
76
78
|
}
|
|
77
79
|
export declare function getTransitGatewayVpcAttachmentOutput(args: GetTransitGatewayVpcAttachmentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTransitGatewayVpcAttachmentResult>;
|
|
@@ -80,28 +82,15 @@ export declare function getTransitGatewayVpcAttachmentOutput(args: GetTransitGat
|
|
|
80
82
|
*/
|
|
81
83
|
export interface GetTransitGatewayVpcAttachmentOutputArgs {
|
|
82
84
|
/**
|
|
83
|
-
* AWS account ID of the peered VPC.
|
|
85
|
+
* AWS account ID or GCP project ID of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
|
|
84
86
|
*/
|
|
85
87
|
peerCloudAccount: pulumi.Input<string>;
|
|
86
88
|
/**
|
|
87
|
-
*
|
|
88
|
-
*/
|
|
89
|
-
peerRegion?: pulumi.Input<string>;
|
|
90
|
-
/**
|
|
91
|
-
* Transit gateway ID
|
|
89
|
+
* Transit gateway ID This property cannot be changed, doing so forces recreation of the resource.
|
|
92
90
|
*/
|
|
93
91
|
peerVpc: pulumi.Input<string>;
|
|
94
|
-
peeringConnectionId?: pulumi.Input<string>;
|
|
95
|
-
state?: pulumi.Input<string>;
|
|
96
|
-
stateInfo?: pulumi.Input<{
|
|
97
|
-
[key: string]: any;
|
|
98
|
-
}>;
|
|
99
|
-
/**
|
|
100
|
-
* List of private IPv4 ranges to route through the peering connection.
|
|
101
|
-
*/
|
|
102
|
-
userPeerNetworkCidrs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
103
92
|
/**
|
|
104
|
-
*
|
|
93
|
+
* The VPC the peering connection 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.
|
|
105
94
|
*/
|
|
106
95
|
vpcId: pulumi.Input<string>;
|
|
107
96
|
}
|
|
@@ -6,10 +6,7 @@ exports.getTransitGatewayVpcAttachmentOutput = exports.getTransitGatewayVpcAttac
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* The Transit Gateway VPC Attachment resource allows the creation and management Transit
|
|
12
|
-
* Gateway VPC Attachment VPC peering connection between Aiven and AWS.
|
|
9
|
+
* The Transit Gateway VPC Attachment resource allows the creation and management Transit Gateway VPC Attachment VPC peering connection between Aiven and AWS.
|
|
13
10
|
*
|
|
14
11
|
* ## Example Usage
|
|
15
12
|
*
|
|
@@ -31,12 +28,7 @@ function getTransitGatewayVpcAttachment(args, opts) {
|
|
|
31
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
32
29
|
return pulumi.runtime.invoke("aiven:index/getTransitGatewayVpcAttachment:getTransitGatewayVpcAttachment", {
|
|
33
30
|
"peerCloudAccount": args.peerCloudAccount,
|
|
34
|
-
"peerRegion": args.peerRegion,
|
|
35
31
|
"peerVpc": args.peerVpc,
|
|
36
|
-
"peeringConnectionId": args.peeringConnectionId,
|
|
37
|
-
"state": args.state,
|
|
38
|
-
"stateInfo": args.stateInfo,
|
|
39
|
-
"userPeerNetworkCidrs": args.userPeerNetworkCidrs,
|
|
40
32
|
"vpcId": args.vpcId,
|
|
41
33
|
}, opts);
|
|
42
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTransitGatewayVpcAttachment.js","sourceRoot":"","sources":["../getTransitGatewayVpcAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTransitGatewayVpcAttachment.js","sourceRoot":"","sources":["../getTransitGatewayVpcAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,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,2EAA2E,EAAE;QACtG,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wEAWC;AA8DD,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,8BAA8B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,oFAEC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* The VPC Peering Connection data source provides information about the existing Aiven
|
|
6
|
-
* VPC Peering Connection.
|
|
3
|
+
* The VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
|
|
7
4
|
*
|
|
8
5
|
* ## Example Usage
|
|
9
6
|
*
|
|
@@ -24,49 +21,15 @@ export declare function getVpcPeeringConnection(args: GetVpcPeeringConnectionArg
|
|
|
24
21
|
*/
|
|
25
22
|
export interface GetVpcPeeringConnectionArgs {
|
|
26
23
|
/**
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
peerAzureAppId?: string;
|
|
30
|
-
/**
|
|
31
|
-
* an Azure tenant id in UUID4 form.
|
|
32
|
-
*/
|
|
33
|
-
peerAzureTenantId?: string;
|
|
34
|
-
/**
|
|
35
|
-
* defines the identifier of the cloud account the VPC is being
|
|
36
|
-
* peered with.
|
|
24
|
+
* AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
37
25
|
*/
|
|
38
26
|
peerCloudAccount: string;
|
|
39
27
|
/**
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
peerRegion?: string;
|
|
43
|
-
/**
|
|
44
|
-
* an Azure resource group name of the peered VPC.
|
|
45
|
-
*/
|
|
46
|
-
peerResourceGroup?: string;
|
|
47
|
-
/**
|
|
48
|
-
* defines the identifier or name of the remote VPC.
|
|
28
|
+
* AWS VPC ID or GCP VPC network name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
49
29
|
*/
|
|
50
30
|
peerVpc: string;
|
|
51
31
|
/**
|
|
52
|
-
*
|
|
53
|
-
*/
|
|
54
|
-
peeringConnectionId?: string;
|
|
55
|
-
/**
|
|
56
|
-
* is the state of the peering connection. This property is computed by Aiven
|
|
57
|
-
* therefore cannot be set, only read. Where state can be one of: `APPROVED`,
|
|
58
|
-
* `PENDING_PEER`, `ACTIVE`, `DELETED`, `DELETED_BY_PEER`, `REJECTED_BY_PEER` and
|
|
59
|
-
* `INVALID_SPECIFICATION`.
|
|
60
|
-
*/
|
|
61
|
-
state?: string;
|
|
62
|
-
/**
|
|
63
|
-
* state-specific help or error information.
|
|
64
|
-
*/
|
|
65
|
-
stateInfo?: {
|
|
66
|
-
[key: string]: any;
|
|
67
|
-
};
|
|
68
|
-
/**
|
|
69
|
-
* is the Aiven VPC the peering connection is associated with.
|
|
32
|
+
* The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
|
|
70
33
|
*/
|
|
71
34
|
vpcId: string;
|
|
72
35
|
}
|
|
@@ -79,40 +42,46 @@ export interface GetVpcPeeringConnectionResult {
|
|
|
79
42
|
*/
|
|
80
43
|
readonly id: string;
|
|
81
44
|
/**
|
|
82
|
-
*
|
|
45
|
+
* Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet This property cannot be changed, doing so forces recreation of the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly peerAzureAppId: string;
|
|
48
|
+
/**
|
|
49
|
+
* Azure tenant id in UUID4 form. This property cannot be changed, doing so forces recreation of the resource.
|
|
83
50
|
*/
|
|
84
|
-
readonly
|
|
51
|
+
readonly peerAzureTenantId: string;
|
|
85
52
|
/**
|
|
86
|
-
*
|
|
53
|
+
* AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
87
54
|
*/
|
|
88
|
-
readonly peerAzureTenantId?: string;
|
|
89
55
|
readonly peerCloudAccount: string;
|
|
90
56
|
/**
|
|
91
|
-
*
|
|
57
|
+
* AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
|
|
92
58
|
*/
|
|
93
|
-
readonly peerRegion
|
|
59
|
+
readonly peerRegion: string;
|
|
94
60
|
/**
|
|
95
|
-
*
|
|
61
|
+
* Azure resource group name of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly peerResourceGroup: string;
|
|
64
|
+
/**
|
|
65
|
+
* AWS VPC ID or GCP VPC network name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
96
66
|
*/
|
|
97
|
-
readonly peerResourceGroup?: string;
|
|
98
67
|
readonly peerVpc: string;
|
|
99
68
|
/**
|
|
100
|
-
*
|
|
69
|
+
* Cloud provider identifier for the peering connection if available
|
|
101
70
|
*/
|
|
102
71
|
readonly peeringConnectionId: string;
|
|
103
72
|
/**
|
|
104
|
-
*
|
|
105
|
-
* therefore cannot be set, only read. Where state can be one of: `APPROVED`,
|
|
106
|
-
* `PENDING_PEER`, `ACTIVE`, `DELETED`, `DELETED_BY_PEER`, `REJECTED_BY_PEER` and
|
|
107
|
-
* `INVALID_SPECIFICATION`.
|
|
73
|
+
* State of the peering connection
|
|
108
74
|
*/
|
|
109
75
|
readonly state: string;
|
|
110
76
|
/**
|
|
111
|
-
*
|
|
77
|
+
* State-specific help or error information
|
|
112
78
|
*/
|
|
113
79
|
readonly stateInfo: {
|
|
114
80
|
[key: string]: any;
|
|
115
81
|
};
|
|
82
|
+
/**
|
|
83
|
+
* The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
|
|
84
|
+
*/
|
|
116
85
|
readonly vpcId: string;
|
|
117
86
|
}
|
|
118
87
|
export declare function getVpcPeeringConnectionOutput(args: GetVpcPeeringConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpcPeeringConnectionResult>;
|
|
@@ -121,49 +90,15 @@ export declare function getVpcPeeringConnectionOutput(args: GetVpcPeeringConnect
|
|
|
121
90
|
*/
|
|
122
91
|
export interface GetVpcPeeringConnectionOutputArgs {
|
|
123
92
|
/**
|
|
124
|
-
*
|
|
125
|
-
*/
|
|
126
|
-
peerAzureAppId?: pulumi.Input<string>;
|
|
127
|
-
/**
|
|
128
|
-
* an Azure tenant id in UUID4 form.
|
|
129
|
-
*/
|
|
130
|
-
peerAzureTenantId?: pulumi.Input<string>;
|
|
131
|
-
/**
|
|
132
|
-
* defines the identifier of the cloud account the VPC is being
|
|
133
|
-
* peered with.
|
|
93
|
+
* AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
134
94
|
*/
|
|
135
95
|
peerCloudAccount: pulumi.Input<string>;
|
|
136
96
|
/**
|
|
137
|
-
*
|
|
138
|
-
*/
|
|
139
|
-
peerRegion?: pulumi.Input<string>;
|
|
140
|
-
/**
|
|
141
|
-
* an Azure resource group name of the peered VPC.
|
|
142
|
-
*/
|
|
143
|
-
peerResourceGroup?: pulumi.Input<string>;
|
|
144
|
-
/**
|
|
145
|
-
* defines the identifier or name of the remote VPC.
|
|
97
|
+
* AWS VPC ID or GCP VPC network name of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
|
|
146
98
|
*/
|
|
147
99
|
peerVpc: pulumi.Input<string>;
|
|
148
100
|
/**
|
|
149
|
-
*
|
|
150
|
-
*/
|
|
151
|
-
peeringConnectionId?: pulumi.Input<string>;
|
|
152
|
-
/**
|
|
153
|
-
* is the state of the peering connection. This property is computed by Aiven
|
|
154
|
-
* therefore cannot be set, only read. Where state can be one of: `APPROVED`,
|
|
155
|
-
* `PENDING_PEER`, `ACTIVE`, `DELETED`, `DELETED_BY_PEER`, `REJECTED_BY_PEER` and
|
|
156
|
-
* `INVALID_SPECIFICATION`.
|
|
157
|
-
*/
|
|
158
|
-
state?: pulumi.Input<string>;
|
|
159
|
-
/**
|
|
160
|
-
* state-specific help or error information.
|
|
161
|
-
*/
|
|
162
|
-
stateInfo?: pulumi.Input<{
|
|
163
|
-
[key: string]: any;
|
|
164
|
-
}>;
|
|
165
|
-
/**
|
|
166
|
-
* is the Aiven VPC the peering connection is associated with.
|
|
101
|
+
* The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
|
|
167
102
|
*/
|
|
168
103
|
vpcId: pulumi.Input<string>;
|
|
169
104
|
}
|
|
@@ -6,10 +6,7 @@ exports.getVpcPeeringConnectionOutput = exports.getVpcPeeringConnection = void 0
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* The VPC Peering Connection data source provides information about the existing Aiven
|
|
12
|
-
* VPC Peering Connection.
|
|
9
|
+
* The VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
|
|
13
10
|
*
|
|
14
11
|
* ## Example Usage
|
|
15
12
|
*
|
|
@@ -30,15 +27,8 @@ function getVpcPeeringConnection(args, opts) {
|
|
|
30
27
|
}
|
|
31
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
32
29
|
return pulumi.runtime.invoke("aiven:index/getVpcPeeringConnection:getVpcPeeringConnection", {
|
|
33
|
-
"peerAzureAppId": args.peerAzureAppId,
|
|
34
|
-
"peerAzureTenantId": args.peerAzureTenantId,
|
|
35
30
|
"peerCloudAccount": args.peerCloudAccount,
|
|
36
|
-
"peerRegion": args.peerRegion,
|
|
37
|
-
"peerResourceGroup": args.peerResourceGroup,
|
|
38
31
|
"peerVpc": args.peerVpc,
|
|
39
|
-
"peeringConnectionId": args.peeringConnectionId,
|
|
40
|
-
"state": args.state,
|
|
41
|
-
"stateInfo": args.stateInfo,
|
|
42
32
|
"vpcId": args.vpcId,
|
|
43
33
|
}, opts);
|
|
44
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcPeeringConnection.js","sourceRoot":"","sources":["../getVpcPeeringConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getVpcPeeringConnection.js","sourceRoot":"","sources":["../getVpcPeeringConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,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,6DAA6D,EAAE;QACxF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0DAWC;AAsED,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,sEAEC"}
|