@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,41 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Service Integration Endpoint Resource
|
|
5
|
-
*
|
|
6
4
|
* The Service Integration Endpoint resource allows the creation and management of Aiven Service Integration Endpoints.
|
|
7
|
-
*
|
|
8
|
-
* ## Example Usage
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as aiven from "@pulumi/aiven";
|
|
13
|
-
*
|
|
14
|
-
* const myendpoint = new aiven.ServiceIntegrationEndpoint("myendpoint", {
|
|
15
|
-
* project: aiven_project.myproject.project,
|
|
16
|
-
* endpointName: "<ENDPOINT_NAME>",
|
|
17
|
-
* endpointType: "datadog",
|
|
18
|
-
* datadogUserConfig: {
|
|
19
|
-
* datadogApiKey: "<DATADOG_API_KEY>",
|
|
20
|
-
* },
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
* ### Prometheus Integration Endpoint
|
|
24
|
-
*
|
|
25
|
-
* ```typescript
|
|
26
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
-
* import * as aiven from "@pulumi/aiven";
|
|
28
|
-
*
|
|
29
|
-
* const prometheusIntegration = new aiven.ServiceIntegrationEndpoint("prometheusIntegration", {
|
|
30
|
-
* project: aiven_project.myproject.project,
|
|
31
|
-
* endpointName: "<ENDPOINT_NAME>",
|
|
32
|
-
* endpointType: "prometheus",
|
|
33
|
-
* prometheusUserConfig: {
|
|
34
|
-
* basicAuthUsername: "<USERNAME>",
|
|
35
|
-
* basicAuthPassword: "<PASSWORD>",
|
|
36
|
-
* },
|
|
37
|
-
* });
|
|
38
|
-
* ```
|
|
39
5
|
*/
|
|
40
6
|
export declare class ServiceIntegrationEndpoint extends pulumi.CustomResource {
|
|
41
7
|
/**
|
|
@@ -64,13 +30,11 @@ export declare class ServiceIntegrationEndpoint extends pulumi.CustomResource {
|
|
|
64
30
|
[key: string]: string;
|
|
65
31
|
}>;
|
|
66
32
|
/**
|
|
67
|
-
*
|
|
68
|
-
* to identify different integration endpoints.
|
|
33
|
+
* Name of the service integration endpoint
|
|
69
34
|
*/
|
|
70
35
|
readonly endpointName: pulumi.Output<string>;
|
|
71
36
|
/**
|
|
72
|
-
*
|
|
73
|
-
* Available options are `datadog`, `externalAwsCloudwatchLogs`, `externalAwsCloudwatchMetrics`, `externalElasticsearchLogs`, `externalGoogleCloudLogging`, `externalKafka`, `externalSchemaRegistry`, `jolokia`, `prometheus`, `rsyslog` and `signalfx`.
|
|
37
|
+
* Type of the service integration endpoint
|
|
74
38
|
*/
|
|
75
39
|
readonly endpointType: pulumi.Output<string>;
|
|
76
40
|
/**
|
|
@@ -102,7 +66,7 @@ export declare class ServiceIntegrationEndpoint extends pulumi.CustomResource {
|
|
|
102
66
|
*/
|
|
103
67
|
readonly jolokiaUserConfig: pulumi.Output<outputs.ServiceIntegrationEndpointJolokiaUserConfig | undefined>;
|
|
104
68
|
/**
|
|
105
|
-
*
|
|
69
|
+
* Project the service integration endpoint belongs to
|
|
106
70
|
*/
|
|
107
71
|
readonly project: pulumi.Output<string>;
|
|
108
72
|
/**
|
|
@@ -141,13 +105,11 @@ export interface ServiceIntegrationEndpointState {
|
|
|
141
105
|
[key: string]: pulumi.Input<string>;
|
|
142
106
|
}>;
|
|
143
107
|
/**
|
|
144
|
-
*
|
|
145
|
-
* to identify different integration endpoints.
|
|
108
|
+
* Name of the service integration endpoint
|
|
146
109
|
*/
|
|
147
110
|
endpointName?: pulumi.Input<string>;
|
|
148
111
|
/**
|
|
149
|
-
*
|
|
150
|
-
* Available options are `datadog`, `externalAwsCloudwatchLogs`, `externalAwsCloudwatchMetrics`, `externalElasticsearchLogs`, `externalGoogleCloudLogging`, `externalKafka`, `externalSchemaRegistry`, `jolokia`, `prometheus`, `rsyslog` and `signalfx`.
|
|
112
|
+
* Type of the service integration endpoint
|
|
151
113
|
*/
|
|
152
114
|
endpointType?: pulumi.Input<string>;
|
|
153
115
|
/**
|
|
@@ -179,7 +141,7 @@ export interface ServiceIntegrationEndpointState {
|
|
|
179
141
|
*/
|
|
180
142
|
jolokiaUserConfig?: pulumi.Input<inputs.ServiceIntegrationEndpointJolokiaUserConfig>;
|
|
181
143
|
/**
|
|
182
|
-
*
|
|
144
|
+
* Project the service integration endpoint belongs to
|
|
183
145
|
*/
|
|
184
146
|
project?: pulumi.Input<string>;
|
|
185
147
|
/**
|
|
@@ -204,13 +166,11 @@ export interface ServiceIntegrationEndpointArgs {
|
|
|
204
166
|
*/
|
|
205
167
|
datadogUserConfig?: pulumi.Input<inputs.ServiceIntegrationEndpointDatadogUserConfig>;
|
|
206
168
|
/**
|
|
207
|
-
*
|
|
208
|
-
* to identify different integration endpoints.
|
|
169
|
+
* Name of the service integration endpoint
|
|
209
170
|
*/
|
|
210
171
|
endpointName: pulumi.Input<string>;
|
|
211
172
|
/**
|
|
212
|
-
*
|
|
213
|
-
* Available options are `datadog`, `externalAwsCloudwatchLogs`, `externalAwsCloudwatchMetrics`, `externalElasticsearchLogs`, `externalGoogleCloudLogging`, `externalKafka`, `externalSchemaRegistry`, `jolokia`, `prometheus`, `rsyslog` and `signalfx`.
|
|
173
|
+
* Type of the service integration endpoint
|
|
214
174
|
*/
|
|
215
175
|
endpointType: pulumi.Input<string>;
|
|
216
176
|
/**
|
|
@@ -242,7 +202,7 @@ export interface ServiceIntegrationEndpointArgs {
|
|
|
242
202
|
*/
|
|
243
203
|
jolokiaUserConfig?: pulumi.Input<inputs.ServiceIntegrationEndpointJolokiaUserConfig>;
|
|
244
204
|
/**
|
|
245
|
-
*
|
|
205
|
+
* Project the service integration endpoint belongs to
|
|
246
206
|
*/
|
|
247
207
|
project: pulumi.Input<string>;
|
|
248
208
|
/**
|
|
@@ -6,41 +6,7 @@ exports.ServiceIntegrationEndpoint = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Service Integration Endpoint Resource
|
|
10
|
-
*
|
|
11
9
|
* The Service Integration Endpoint resource allows the creation and management of Aiven Service Integration Endpoints.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as aiven from "@pulumi/aiven";
|
|
18
|
-
*
|
|
19
|
-
* const myendpoint = new aiven.ServiceIntegrationEndpoint("myendpoint", {
|
|
20
|
-
* project: aiven_project.myproject.project,
|
|
21
|
-
* endpointName: "<ENDPOINT_NAME>",
|
|
22
|
-
* endpointType: "datadog",
|
|
23
|
-
* datadogUserConfig: {
|
|
24
|
-
* datadogApiKey: "<DATADOG_API_KEY>",
|
|
25
|
-
* },
|
|
26
|
-
* });
|
|
27
|
-
* ```
|
|
28
|
-
* ### Prometheus Integration Endpoint
|
|
29
|
-
*
|
|
30
|
-
* ```typescript
|
|
31
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
-
* import * as aiven from "@pulumi/aiven";
|
|
33
|
-
*
|
|
34
|
-
* const prometheusIntegration = new aiven.ServiceIntegrationEndpoint("prometheusIntegration", {
|
|
35
|
-
* project: aiven_project.myproject.project,
|
|
36
|
-
* endpointName: "<ENDPOINT_NAME>",
|
|
37
|
-
* endpointType: "prometheus",
|
|
38
|
-
* prometheusUserConfig: {
|
|
39
|
-
* basicAuthUsername: "<USERNAME>",
|
|
40
|
-
* basicAuthPassword: "<PASSWORD>",
|
|
41
|
-
* },
|
|
42
|
-
* });
|
|
43
|
-
* ```
|
|
44
10
|
*/
|
|
45
11
|
class ServiceIntegrationEndpoint extends pulumi.CustomResource {
|
|
46
12
|
constructor(name, argsOrState, opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serviceIntegrationEndpoint.js","sourceRoot":"","sources":["../serviceIntegrationEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"serviceIntegrationEndpoint.js","sourceRoot":"","sources":["../serviceIntegrationEndpoint.ts"],"names":[],"mappings":"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"}
|
package/serviceUser.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Service User Resource
|
|
4
|
-
*
|
|
5
3
|
* The Service User resource allows the creation and management of Aiven Service Users.
|
|
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 resource is not supported for Aiven Grafana services.
|
|
21
17
|
*/
|
|
22
18
|
export declare class ServiceUser extends pulumi.CustomResource {
|
|
23
19
|
/**
|
|
@@ -36,52 +32,55 @@ export declare class ServiceUser extends pulumi.CustomResource {
|
|
|
36
32
|
*/
|
|
37
33
|
static isInstance(obj: any): obj is ServiceUser;
|
|
38
34
|
/**
|
|
39
|
-
*
|
|
35
|
+
* Access certificate for the user if applicable for the service in question
|
|
40
36
|
*/
|
|
41
37
|
readonly accessCert: pulumi.Output<string>;
|
|
42
38
|
/**
|
|
43
|
-
*
|
|
39
|
+
* Access certificate key for the user if applicable for the service in question
|
|
44
40
|
*/
|
|
45
41
|
readonly accessKey: pulumi.Output<string>;
|
|
46
42
|
/**
|
|
47
|
-
* Authentication details
|
|
43
|
+
* Authentication details. The possible values are `cachingSha2Password` and `mysqlNativePassword`.
|
|
48
44
|
*/
|
|
49
45
|
readonly authentication: pulumi.Output<string | undefined>;
|
|
50
46
|
/**
|
|
51
|
-
*
|
|
47
|
+
* The password of the service user ( not applicable for all services ).
|
|
52
48
|
*/
|
|
53
49
|
readonly password: pulumi.Output<string>;
|
|
54
50
|
/**
|
|
55
|
-
*
|
|
56
|
-
|
|
51
|
+
* Postgres specific field, defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
|
|
52
|
+
*/
|
|
53
|
+
readonly pgAllowReplication: pulumi.Output<boolean | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* 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.
|
|
57
56
|
*/
|
|
58
57
|
readonly project: pulumi.Output<string>;
|
|
59
58
|
/**
|
|
60
|
-
* Redis specific field, defines command category rules.
|
|
59
|
+
* 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.
|
|
61
60
|
*/
|
|
62
61
|
readonly redisAclCategories: pulumi.Output<string[] | undefined>;
|
|
63
62
|
/**
|
|
64
|
-
*
|
|
63
|
+
* Redis specific field, defines the permitted pub/sub channel patterns. This property cannot be changed, doing so forces recreation of the resource.
|
|
65
64
|
*/
|
|
66
65
|
readonly redisAclChannels: pulumi.Output<string[] | undefined>;
|
|
67
66
|
/**
|
|
68
|
-
* Redis specific field, defines rules for individual commands.
|
|
67
|
+
* 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.
|
|
69
68
|
*/
|
|
70
69
|
readonly redisAclCommands: pulumi.Output<string[] | undefined>;
|
|
71
70
|
/**
|
|
72
|
-
* Redis specific field, defines key access rules.
|
|
71
|
+
* 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.
|
|
73
72
|
*/
|
|
74
73
|
readonly redisAclKeys: pulumi.Output<string[] | undefined>;
|
|
75
74
|
/**
|
|
76
|
-
*
|
|
75
|
+
* 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.
|
|
77
76
|
*/
|
|
78
77
|
readonly serviceName: pulumi.Output<string>;
|
|
79
78
|
/**
|
|
80
|
-
*
|
|
79
|
+
* Type of the user account. Tells wether the user is the primary account or a regular account.
|
|
81
80
|
*/
|
|
82
81
|
readonly type: pulumi.Output<string>;
|
|
83
82
|
/**
|
|
84
|
-
*
|
|
83
|
+
* 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.
|
|
85
84
|
*/
|
|
86
85
|
readonly username: pulumi.Output<string>;
|
|
87
86
|
/**
|
|
@@ -98,52 +97,55 @@ export declare class ServiceUser extends pulumi.CustomResource {
|
|
|
98
97
|
*/
|
|
99
98
|
export interface ServiceUserState {
|
|
100
99
|
/**
|
|
101
|
-
*
|
|
100
|
+
* Access certificate for the user if applicable for the service in question
|
|
102
101
|
*/
|
|
103
102
|
accessCert?: pulumi.Input<string>;
|
|
104
103
|
/**
|
|
105
|
-
*
|
|
104
|
+
* Access certificate key for the user if applicable for the service in question
|
|
106
105
|
*/
|
|
107
106
|
accessKey?: pulumi.Input<string>;
|
|
108
107
|
/**
|
|
109
|
-
* Authentication details
|
|
108
|
+
* Authentication details. The possible values are `cachingSha2Password` and `mysqlNativePassword`.
|
|
110
109
|
*/
|
|
111
110
|
authentication?: pulumi.Input<string>;
|
|
112
111
|
/**
|
|
113
|
-
*
|
|
112
|
+
* The password of the service user ( not applicable for all services ).
|
|
114
113
|
*/
|
|
115
114
|
password?: pulumi.Input<string>;
|
|
116
115
|
/**
|
|
117
|
-
*
|
|
118
|
-
|
|
116
|
+
* Postgres specific field, defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
|
|
117
|
+
*/
|
|
118
|
+
pgAllowReplication?: pulumi.Input<boolean>;
|
|
119
|
+
/**
|
|
120
|
+
* 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.
|
|
119
121
|
*/
|
|
120
122
|
project?: pulumi.Input<string>;
|
|
121
123
|
/**
|
|
122
|
-
* Redis specific field, defines command category rules.
|
|
124
|
+
* 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.
|
|
123
125
|
*/
|
|
124
126
|
redisAclCategories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
127
|
/**
|
|
126
|
-
*
|
|
128
|
+
* Redis specific field, defines the permitted pub/sub channel patterns. This property cannot be changed, doing so forces recreation of the resource.
|
|
127
129
|
*/
|
|
128
130
|
redisAclChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
129
131
|
/**
|
|
130
|
-
* Redis specific field, defines rules for individual commands.
|
|
132
|
+
* 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.
|
|
131
133
|
*/
|
|
132
134
|
redisAclCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
133
135
|
/**
|
|
134
|
-
* Redis specific field, defines key access rules.
|
|
136
|
+
* 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.
|
|
135
137
|
*/
|
|
136
138
|
redisAclKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
139
|
/**
|
|
138
|
-
*
|
|
140
|
+
* 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.
|
|
139
141
|
*/
|
|
140
142
|
serviceName?: pulumi.Input<string>;
|
|
141
143
|
/**
|
|
142
|
-
*
|
|
144
|
+
* Type of the user account. Tells wether the user is the primary account or a regular account.
|
|
143
145
|
*/
|
|
144
146
|
type?: pulumi.Input<string>;
|
|
145
147
|
/**
|
|
146
|
-
*
|
|
148
|
+
* 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.
|
|
147
149
|
*/
|
|
148
150
|
username?: pulumi.Input<string>;
|
|
149
151
|
}
|
|
@@ -152,40 +154,43 @@ export interface ServiceUserState {
|
|
|
152
154
|
*/
|
|
153
155
|
export interface ServiceUserArgs {
|
|
154
156
|
/**
|
|
155
|
-
* Authentication details
|
|
157
|
+
* Authentication details. The possible values are `cachingSha2Password` and `mysqlNativePassword`.
|
|
156
158
|
*/
|
|
157
159
|
authentication?: pulumi.Input<string>;
|
|
158
160
|
/**
|
|
159
|
-
*
|
|
161
|
+
* The password of the service user ( not applicable for all services ).
|
|
160
162
|
*/
|
|
161
163
|
password?: pulumi.Input<string>;
|
|
162
164
|
/**
|
|
163
|
-
*
|
|
164
|
-
|
|
165
|
+
* Postgres specific field, defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
|
|
166
|
+
*/
|
|
167
|
+
pgAllowReplication?: pulumi.Input<boolean>;
|
|
168
|
+
/**
|
|
169
|
+
* 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.
|
|
165
170
|
*/
|
|
166
171
|
project: pulumi.Input<string>;
|
|
167
172
|
/**
|
|
168
|
-
* Redis specific field, defines command category rules.
|
|
173
|
+
* 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.
|
|
169
174
|
*/
|
|
170
175
|
redisAclCategories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
171
176
|
/**
|
|
172
|
-
*
|
|
177
|
+
* Redis specific field, defines the permitted pub/sub channel patterns. This property cannot be changed, doing so forces recreation of the resource.
|
|
173
178
|
*/
|
|
174
179
|
redisAclChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
175
180
|
/**
|
|
176
|
-
* Redis specific field, defines rules for individual commands.
|
|
181
|
+
* 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.
|
|
177
182
|
*/
|
|
178
183
|
redisAclCommands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
179
184
|
/**
|
|
180
|
-
* Redis specific field, defines key access rules.
|
|
185
|
+
* 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.
|
|
181
186
|
*/
|
|
182
187
|
redisAclKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
188
|
/**
|
|
184
|
-
*
|
|
189
|
+
* 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.
|
|
185
190
|
*/
|
|
186
191
|
serviceName: pulumi.Input<string>;
|
|
187
192
|
/**
|
|
188
|
-
*
|
|
193
|
+
* 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.
|
|
189
194
|
*/
|
|
190
195
|
username: pulumi.Input<string>;
|
|
191
196
|
}
|
package/serviceUser.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.ServiceUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Service User Resource
|
|
10
|
-
*
|
|
11
9
|
* The Service User resource allows the creation and management of Aiven Service Users.
|
|
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 resource is not supported for Aiven Grafana services.
|
|
27
23
|
*/
|
|
28
24
|
class ServiceUser extends pulumi.CustomResource {
|
|
29
25
|
constructor(name, argsOrState, opts) {
|
|
@@ -35,6 +31,7 @@ class ServiceUser extends pulumi.CustomResource {
|
|
|
35
31
|
resourceInputs["accessKey"] = state ? state.accessKey : undefined;
|
|
36
32
|
resourceInputs["authentication"] = state ? state.authentication : undefined;
|
|
37
33
|
resourceInputs["password"] = state ? state.password : undefined;
|
|
34
|
+
resourceInputs["pgAllowReplication"] = state ? state.pgAllowReplication : undefined;
|
|
38
35
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
39
36
|
resourceInputs["redisAclCategories"] = state ? state.redisAclCategories : undefined;
|
|
40
37
|
resourceInputs["redisAclChannels"] = state ? state.redisAclChannels : undefined;
|
|
@@ -57,6 +54,7 @@ class ServiceUser extends pulumi.CustomResource {
|
|
|
57
54
|
}
|
|
58
55
|
resourceInputs["authentication"] = args ? args.authentication : undefined;
|
|
59
56
|
resourceInputs["password"] = args ? args.password : undefined;
|
|
57
|
+
resourceInputs["pgAllowReplication"] = args ? args.pgAllowReplication : undefined;
|
|
60
58
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
61
59
|
resourceInputs["redisAclCategories"] = args ? args.redisAclCategories : undefined;
|
|
62
60
|
resourceInputs["redisAclChannels"] = args ? args.redisAclChannels : undefined;
|
package/serviceUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serviceUser.js","sourceRoot":"","sources":["../serviceUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"serviceUser.js","sourceRoot":"","sources":["../serviceUser.ts"],"names":[],"mappings":"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"}
|
package/staticIp.d.ts
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The aiven staticIp resource allows the creation and deletion of static ips. Please not that once a static ip is in the 'assigned' state it it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
|
|
4
|
+
*/
|
|
5
|
+
export declare class StaticIp extends pulumi.CustomResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get an existing StaticIp 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?: StaticIpState, opts?: pulumi.CustomResourceOptions): StaticIp;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of StaticIp. 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 StaticIp;
|
|
21
|
+
/**
|
|
22
|
+
* Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
|
|
23
|
+
*/
|
|
24
|
+
readonly cloudName: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* The address of the static ip
|
|
27
|
+
*/
|
|
28
|
+
readonly ipAddress: 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
|
+
* The service name the static ip is associated with.
|
|
35
|
+
*/
|
|
36
|
+
readonly serviceName: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* The state the static ip is in.
|
|
39
|
+
*/
|
|
40
|
+
readonly state: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The static ip id of the resource. Should be used as a reference elsewhere.
|
|
43
|
+
*/
|
|
44
|
+
readonly staticIpAddressId: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Create a StaticIp resource with the given unique name, arguments, and options.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resource.
|
|
49
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
50
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
51
|
+
*/
|
|
52
|
+
constructor(name: string, args: StaticIpArgs, opts?: pulumi.CustomResourceOptions);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Input properties used for looking up and filtering StaticIp resources.
|
|
56
|
+
*/
|
|
57
|
+
export interface StaticIpState {
|
|
58
|
+
/**
|
|
59
|
+
* Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
|
|
60
|
+
*/
|
|
61
|
+
cloudName?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The address of the static ip
|
|
64
|
+
*/
|
|
65
|
+
ipAddress?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* 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.
|
|
68
|
+
*/
|
|
69
|
+
project?: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The service name the static ip is associated with.
|
|
72
|
+
*/
|
|
73
|
+
serviceName?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The state the static ip is in.
|
|
76
|
+
*/
|
|
77
|
+
state?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The static ip id of the resource. Should be used as a reference elsewhere.
|
|
80
|
+
*/
|
|
81
|
+
staticIpAddressId?: pulumi.Input<string>;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* The set of arguments for constructing a StaticIp resource.
|
|
85
|
+
*/
|
|
86
|
+
export interface StaticIpArgs {
|
|
87
|
+
/**
|
|
88
|
+
* Specifies the cloud that the static ip belongs to. This property cannot be changed, doing so forces recreation of the resource.
|
|
89
|
+
*/
|
|
90
|
+
cloudName: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* 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
|
+
*/
|
|
94
|
+
project: pulumi.Input<string>;
|
|
95
|
+
}
|
package/staticIp.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
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.StaticIp = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The aiven staticIp resource allows the creation and deletion of static ips. Please not that once a static ip is in the 'assigned' state it it is bound to the node it is assigned to and cannot be deleted or disassociated until the node is recycled. Plans that would delete static ips that are in the assigned state will be blocked.
|
|
10
|
+
*/
|
|
11
|
+
class StaticIp extends pulumi.CustomResource {
|
|
12
|
+
constructor(name, argsOrState, opts) {
|
|
13
|
+
let resourceInputs = {};
|
|
14
|
+
opts = opts || {};
|
|
15
|
+
if (opts.id) {
|
|
16
|
+
const state = argsOrState;
|
|
17
|
+
resourceInputs["cloudName"] = state ? state.cloudName : undefined;
|
|
18
|
+
resourceInputs["ipAddress"] = state ? state.ipAddress : undefined;
|
|
19
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
20
|
+
resourceInputs["serviceName"] = state ? state.serviceName : undefined;
|
|
21
|
+
resourceInputs["state"] = state ? state.state : undefined;
|
|
22
|
+
resourceInputs["staticIpAddressId"] = state ? state.staticIpAddressId : undefined;
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
const args = argsOrState;
|
|
26
|
+
if ((!args || args.cloudName === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'cloudName'");
|
|
28
|
+
}
|
|
29
|
+
if ((!args || args.project === undefined) && !opts.urn) {
|
|
30
|
+
throw new Error("Missing required property 'project'");
|
|
31
|
+
}
|
|
32
|
+
resourceInputs["cloudName"] = args ? args.cloudName : undefined;
|
|
33
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
34
|
+
resourceInputs["ipAddress"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["serviceName"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["state"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["staticIpAddressId"] = undefined /*out*/;
|
|
38
|
+
}
|
|
39
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
40
|
+
super(StaticIp.__pulumiType, name, resourceInputs, opts);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Get an existing StaticIp resource's state with the given name, ID, and optional extra
|
|
44
|
+
* properties used to qualify the lookup.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resulting resource.
|
|
47
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
48
|
+
* @param state Any extra arguments used during the lookup.
|
|
49
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
50
|
+
*/
|
|
51
|
+
static get(name, id, state, opts) {
|
|
52
|
+
return new StaticIp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Returns true if the given object is an instance of StaticIp. This is designed to work even
|
|
56
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
57
|
+
*/
|
|
58
|
+
static isInstance(obj) {
|
|
59
|
+
if (obj === undefined || obj === null) {
|
|
60
|
+
return false;
|
|
61
|
+
}
|
|
62
|
+
return obj['__pulumiType'] === StaticIp.__pulumiType;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.StaticIp = StaticIp;
|
|
66
|
+
/** @internal */
|
|
67
|
+
StaticIp.__pulumiType = 'aiven:index/staticIp:StaticIp';
|
|
68
|
+
//# sourceMappingURL=staticIp.js.map
|
package/staticIp.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"staticIp.js","sourceRoot":"","sources":["../staticIp.ts"],"names":[],"mappings":"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"}
|