@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
|
-
* ## # Elasticsearch ACL Config Resource
|
|
4
|
-
*
|
|
5
3
|
* The Elasticsearch ACL Config resource allows the configuration of ACL management on an Aiven Elasticsearch service.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -35,22 +33,19 @@ export declare class ElasticSearchAclConfig extends pulumi.CustomResource {
|
|
|
35
33
|
*/
|
|
36
34
|
static isInstance(obj: any): obj is ElasticSearchAclConfig;
|
|
37
35
|
/**
|
|
38
|
-
*
|
|
36
|
+
* Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access The default value is `true`.
|
|
39
37
|
*/
|
|
40
38
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
41
39
|
/**
|
|
42
|
-
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs
|
|
43
|
-
* (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use
|
|
44
|
-
* these APIs as long as all operations only target indexes they have been granted access to.
|
|
40
|
+
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to The default value is `10`.
|
|
45
41
|
*/
|
|
46
42
|
readonly extendedAcl: pulumi.Output<boolean | undefined>;
|
|
47
43
|
/**
|
|
48
|
-
*
|
|
49
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
44
|
+
* 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.
|
|
50
45
|
*/
|
|
51
46
|
readonly project: pulumi.Output<string>;
|
|
52
47
|
/**
|
|
53
|
-
*
|
|
48
|
+
* 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.
|
|
54
49
|
*/
|
|
55
50
|
readonly serviceName: pulumi.Output<string>;
|
|
56
51
|
/**
|
|
@@ -67,22 +62,19 @@ export declare class ElasticSearchAclConfig extends pulumi.CustomResource {
|
|
|
67
62
|
*/
|
|
68
63
|
export interface ElasticSearchAclConfigState {
|
|
69
64
|
/**
|
|
70
|
-
*
|
|
65
|
+
* Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access The default value is `true`.
|
|
71
66
|
*/
|
|
72
67
|
enabled?: pulumi.Input<boolean>;
|
|
73
68
|
/**
|
|
74
|
-
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs
|
|
75
|
-
* (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use
|
|
76
|
-
* these APIs as long as all operations only target indexes they have been granted access to.
|
|
69
|
+
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to The default value is `10`.
|
|
77
70
|
*/
|
|
78
71
|
extendedAcl?: pulumi.Input<boolean>;
|
|
79
72
|
/**
|
|
80
|
-
*
|
|
81
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
73
|
+
* 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.
|
|
82
74
|
*/
|
|
83
75
|
project?: pulumi.Input<string>;
|
|
84
76
|
/**
|
|
85
|
-
*
|
|
77
|
+
* 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.
|
|
86
78
|
*/
|
|
87
79
|
serviceName?: pulumi.Input<string>;
|
|
88
80
|
}
|
|
@@ -91,22 +83,19 @@ export interface ElasticSearchAclConfigState {
|
|
|
91
83
|
*/
|
|
92
84
|
export interface ElasticSearchAclConfigArgs {
|
|
93
85
|
/**
|
|
94
|
-
*
|
|
86
|
+
* Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access The default value is `true`.
|
|
95
87
|
*/
|
|
96
88
|
enabled?: pulumi.Input<boolean>;
|
|
97
89
|
/**
|
|
98
|
-
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs
|
|
99
|
-
* (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use
|
|
100
|
-
* these APIs as long as all operations only target indexes they have been granted access to.
|
|
90
|
+
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to The default value is `10`.
|
|
101
91
|
*/
|
|
102
92
|
extendedAcl?: pulumi.Input<boolean>;
|
|
103
93
|
/**
|
|
104
|
-
*
|
|
105
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
94
|
+
* 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.
|
|
106
95
|
*/
|
|
107
96
|
project: pulumi.Input<string>;
|
|
108
97
|
/**
|
|
109
|
-
*
|
|
98
|
+
* 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.
|
|
110
99
|
*/
|
|
111
100
|
serviceName: pulumi.Input<string>;
|
|
112
101
|
}
|
|
@@ -6,8 +6,6 @@ exports.ElasticSearchAclConfig = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Elasticsearch ACL Config Resource
|
|
10
|
-
*
|
|
11
9
|
* The Elasticsearch ACL Config resource allows the configuration of ACL management on an Aiven Elasticsearch service.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elasticSearchAclConfig.js","sourceRoot":"","sources":["../elasticSearchAclConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"elasticSearchAclConfig.js","sourceRoot":"","sources":["../elasticSearchAclConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAqD7D,YAAY,IAAY,EAAE,WAAsE,EAAE,IAAmC;QACjI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsD,CAAC;YACrE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAqD,CAAC;YACnE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sBAAsB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3E,CAAC;IA5ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmC,EAAE,IAAmC;QACjI,OAAO,IAAI,sBAAsB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,sBAAsB,CAAC,YAAY,CAAC;IACvE,CAAC;;AA1BL,wDA8EC;AAhEG,gBAAgB;AACO,mCAAY,GAAG,2DAA2D,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* ## # Elasticsearch ACL Rule Resource
|
|
4
|
-
*
|
|
5
3
|
* The Elasticsearch ACL Rule resource models a single ACL Rule for an Aiven Elasticsearch service.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
@@ -82,24 +80,23 @@ export declare class ElasticSearchAclRule extends pulumi.CustomResource {
|
|
|
82
80
|
*/
|
|
83
81
|
static isInstance(obj: any): obj is ElasticSearchAclRule;
|
|
84
82
|
/**
|
|
85
|
-
*
|
|
83
|
+
* The index pattern for the ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
|
|
86
84
|
*/
|
|
87
85
|
readonly index: pulumi.Output<string>;
|
|
88
86
|
/**
|
|
89
|
-
*
|
|
90
|
-
* `deny`, `admin`, `read`, `readwrite`, `write`.
|
|
87
|
+
* The permission for the ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
91
88
|
*/
|
|
92
89
|
readonly permission: pulumi.Output<string>;
|
|
93
90
|
/**
|
|
94
|
-
*
|
|
91
|
+
* 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.
|
|
95
92
|
*/
|
|
96
93
|
readonly project: pulumi.Output<string>;
|
|
97
94
|
/**
|
|
98
|
-
*
|
|
95
|
+
* 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
96
|
*/
|
|
100
97
|
readonly serviceName: pulumi.Output<string>;
|
|
101
98
|
/**
|
|
102
|
-
*
|
|
99
|
+
* The username for the ACL entry. Maximum Length: `40`. 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.
|
|
103
100
|
*/
|
|
104
101
|
readonly username: pulumi.Output<string>;
|
|
105
102
|
/**
|
|
@@ -116,24 +113,23 @@ export declare class ElasticSearchAclRule extends pulumi.CustomResource {
|
|
|
116
113
|
*/
|
|
117
114
|
export interface ElasticSearchAclRuleState {
|
|
118
115
|
/**
|
|
119
|
-
*
|
|
116
|
+
* The index pattern for the ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
|
|
120
117
|
*/
|
|
121
118
|
index?: pulumi.Input<string>;
|
|
122
119
|
/**
|
|
123
|
-
*
|
|
124
|
-
* `deny`, `admin`, `read`, `readwrite`, `write`.
|
|
120
|
+
* The permission for the ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
125
121
|
*/
|
|
126
122
|
permission?: pulumi.Input<string>;
|
|
127
123
|
/**
|
|
128
|
-
*
|
|
124
|
+
* 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.
|
|
129
125
|
*/
|
|
130
126
|
project?: pulumi.Input<string>;
|
|
131
127
|
/**
|
|
132
|
-
*
|
|
128
|
+
* 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.
|
|
133
129
|
*/
|
|
134
130
|
serviceName?: pulumi.Input<string>;
|
|
135
131
|
/**
|
|
136
|
-
*
|
|
132
|
+
* The username for the ACL entry. Maximum Length: `40`. 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.
|
|
137
133
|
*/
|
|
138
134
|
username?: pulumi.Input<string>;
|
|
139
135
|
}
|
|
@@ -142,24 +138,23 @@ export interface ElasticSearchAclRuleState {
|
|
|
142
138
|
*/
|
|
143
139
|
export interface ElasticSearchAclRuleArgs {
|
|
144
140
|
/**
|
|
145
|
-
*
|
|
141
|
+
* The index pattern for the ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
|
|
146
142
|
*/
|
|
147
143
|
index: pulumi.Input<string>;
|
|
148
144
|
/**
|
|
149
|
-
*
|
|
150
|
-
* `deny`, `admin`, `read`, `readwrite`, `write`.
|
|
145
|
+
* The permission for the ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
151
146
|
*/
|
|
152
147
|
permission: pulumi.Input<string>;
|
|
153
148
|
/**
|
|
154
|
-
*
|
|
149
|
+
* 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.
|
|
155
150
|
*/
|
|
156
151
|
project: pulumi.Input<string>;
|
|
157
152
|
/**
|
|
158
|
-
*
|
|
153
|
+
* 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.
|
|
159
154
|
*/
|
|
160
155
|
serviceName: pulumi.Input<string>;
|
|
161
156
|
/**
|
|
162
|
-
*
|
|
157
|
+
* The username for the ACL entry. Maximum Length: `40`. 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.
|
|
163
158
|
*/
|
|
164
159
|
username: pulumi.Input<string>;
|
|
165
160
|
}
|
package/elasticSearchAclRule.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.ElasticSearchAclRule = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Elasticsearch ACL Rule Resource
|
|
10
|
-
*
|
|
11
9
|
* The Elasticsearch ACL Rule resource models a single ACL Rule for an Aiven Elasticsearch service.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elasticSearchAclRule.js","sourceRoot":"","sources":["../elasticSearchAclRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"elasticSearchAclRule.js","sourceRoot":"","sources":["../elasticSearchAclRule.ts"],"names":[],"mappings":"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"}
|
package/flink.d.ts
ADDED
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* The Flink resource allows the creation and management of Aiven Flink services.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aiven from "@pulumi/aiven";
|
|
11
|
+
*
|
|
12
|
+
* const flink = new aiven.Flink("flink", {
|
|
13
|
+
* project: data.aiven_project.pr1.project,
|
|
14
|
+
* cloudName: "google-europe-west1",
|
|
15
|
+
* plan: "business-4",
|
|
16
|
+
* serviceName: "my-flink",
|
|
17
|
+
* maintenanceWindowDow: "monday",
|
|
18
|
+
* maintenanceWindowTime: "10:00:00",
|
|
19
|
+
* flinkUserConfig: {
|
|
20
|
+
* flinkVersion: 1.13,
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare class Flink extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing Flink resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FlinkState, opts?: pulumi.CustomResourceOptions): Flink;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of Flink. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj: any): obj is Flink;
|
|
41
|
+
/**
|
|
42
|
+
* Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
43
|
+
*/
|
|
44
|
+
readonly cloudName: pulumi.Output<string | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Service component information objects
|
|
47
|
+
*/
|
|
48
|
+
readonly components: pulumi.Output<outputs.FlinkComponent[]>;
|
|
49
|
+
/**
|
|
50
|
+
* The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
|
|
51
|
+
*/
|
|
52
|
+
readonly diskSpace: pulumi.Output<string | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
55
|
+
*/
|
|
56
|
+
readonly diskSpaceCap: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `diskSpace`
|
|
59
|
+
*/
|
|
60
|
+
readonly diskSpaceDefault: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `diskSpace` needs to increment from `diskSpaceDefault` by increments of this size.
|
|
63
|
+
*/
|
|
64
|
+
readonly diskSpaceStep: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* Disk space that service is currently using
|
|
67
|
+
*/
|
|
68
|
+
readonly diskSpaceUsed: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Flink server provided values
|
|
71
|
+
*/
|
|
72
|
+
readonly flink: pulumi.Output<outputs.FlinkFlink>;
|
|
73
|
+
/**
|
|
74
|
+
* Flink user configurable settings
|
|
75
|
+
*/
|
|
76
|
+
readonly flinkUserConfig: pulumi.Output<outputs.FlinkFlinkUserConfig | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
79
|
+
*/
|
|
80
|
+
readonly maintenanceWindowDow: pulumi.Output<string | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
83
|
+
*/
|
|
84
|
+
readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
87
|
+
*/
|
|
88
|
+
readonly plan: pulumi.Output<string | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* 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.
|
|
91
|
+
*/
|
|
92
|
+
readonly project: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
95
|
+
*/
|
|
96
|
+
readonly projectVpcId: pulumi.Output<string | undefined>;
|
|
97
|
+
/**
|
|
98
|
+
* The hostname of the service.
|
|
99
|
+
*/
|
|
100
|
+
readonly serviceHost: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Service integrations to specify when creating a service. Not applied after initial service creation
|
|
103
|
+
*/
|
|
104
|
+
readonly serviceIntegrations: pulumi.Output<outputs.FlinkServiceIntegration[] | undefined>;
|
|
105
|
+
/**
|
|
106
|
+
* Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
107
|
+
*/
|
|
108
|
+
readonly serviceName: pulumi.Output<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Password used for connecting to the service, if applicable
|
|
111
|
+
*/
|
|
112
|
+
readonly servicePassword: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The port of the service
|
|
115
|
+
*/
|
|
116
|
+
readonly servicePort: pulumi.Output<number>;
|
|
117
|
+
/**
|
|
118
|
+
* Aiven internal service type code
|
|
119
|
+
*/
|
|
120
|
+
readonly serviceType: pulumi.Output<string>;
|
|
121
|
+
/**
|
|
122
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
123
|
+
*/
|
|
124
|
+
readonly serviceUri: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Username used for connecting to the service, if applicable
|
|
127
|
+
*/
|
|
128
|
+
readonly serviceUsername: pulumi.Output<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
131
|
+
*/
|
|
132
|
+
readonly state: pulumi.Output<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
135
|
+
*/
|
|
136
|
+
readonly staticIps: pulumi.Output<string[] | undefined>;
|
|
137
|
+
/**
|
|
138
|
+
* Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
139
|
+
*/
|
|
140
|
+
readonly terminationProtection: pulumi.Output<boolean | undefined>;
|
|
141
|
+
/**
|
|
142
|
+
* Create a Flink resource with the given unique name, arguments, and options.
|
|
143
|
+
*
|
|
144
|
+
* @param name The _unique_ name of the resource.
|
|
145
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
146
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
147
|
+
*/
|
|
148
|
+
constructor(name: string, args: FlinkArgs, opts?: pulumi.CustomResourceOptions);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Input properties used for looking up and filtering Flink resources.
|
|
152
|
+
*/
|
|
153
|
+
export interface FlinkState {
|
|
154
|
+
/**
|
|
155
|
+
* Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
156
|
+
*/
|
|
157
|
+
cloudName?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Service component information objects
|
|
160
|
+
*/
|
|
161
|
+
components?: pulumi.Input<pulumi.Input<inputs.FlinkComponent>[]>;
|
|
162
|
+
/**
|
|
163
|
+
* The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
|
|
164
|
+
*/
|
|
165
|
+
diskSpace?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
168
|
+
*/
|
|
169
|
+
diskSpaceCap?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `diskSpace`
|
|
172
|
+
*/
|
|
173
|
+
diskSpaceDefault?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `diskSpace` needs to increment from `diskSpaceDefault` by increments of this size.
|
|
176
|
+
*/
|
|
177
|
+
diskSpaceStep?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* Disk space that service is currently using
|
|
180
|
+
*/
|
|
181
|
+
diskSpaceUsed?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Flink server provided values
|
|
184
|
+
*/
|
|
185
|
+
flink?: pulumi.Input<inputs.FlinkFlink>;
|
|
186
|
+
/**
|
|
187
|
+
* Flink user configurable settings
|
|
188
|
+
*/
|
|
189
|
+
flinkUserConfig?: pulumi.Input<inputs.FlinkFlinkUserConfig>;
|
|
190
|
+
/**
|
|
191
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
192
|
+
*/
|
|
193
|
+
maintenanceWindowDow?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
196
|
+
*/
|
|
197
|
+
maintenanceWindowTime?: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
200
|
+
*/
|
|
201
|
+
plan?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* 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.
|
|
204
|
+
*/
|
|
205
|
+
project?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
208
|
+
*/
|
|
209
|
+
projectVpcId?: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* The hostname of the service.
|
|
212
|
+
*/
|
|
213
|
+
serviceHost?: pulumi.Input<string>;
|
|
214
|
+
/**
|
|
215
|
+
* Service integrations to specify when creating a service. Not applied after initial service creation
|
|
216
|
+
*/
|
|
217
|
+
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.FlinkServiceIntegration>[]>;
|
|
218
|
+
/**
|
|
219
|
+
* Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
220
|
+
*/
|
|
221
|
+
serviceName?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* Password used for connecting to the service, if applicable
|
|
224
|
+
*/
|
|
225
|
+
servicePassword?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* The port of the service
|
|
228
|
+
*/
|
|
229
|
+
servicePort?: pulumi.Input<number>;
|
|
230
|
+
/**
|
|
231
|
+
* Aiven internal service type code
|
|
232
|
+
*/
|
|
233
|
+
serviceType?: pulumi.Input<string>;
|
|
234
|
+
/**
|
|
235
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
236
|
+
*/
|
|
237
|
+
serviceUri?: pulumi.Input<string>;
|
|
238
|
+
/**
|
|
239
|
+
* Username used for connecting to the service, if applicable
|
|
240
|
+
*/
|
|
241
|
+
serviceUsername?: pulumi.Input<string>;
|
|
242
|
+
/**
|
|
243
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
244
|
+
*/
|
|
245
|
+
state?: pulumi.Input<string>;
|
|
246
|
+
/**
|
|
247
|
+
* Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
248
|
+
*/
|
|
249
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
250
|
+
/**
|
|
251
|
+
* Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
252
|
+
*/
|
|
253
|
+
terminationProtection?: pulumi.Input<boolean>;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* The set of arguments for constructing a Flink resource.
|
|
257
|
+
*/
|
|
258
|
+
export interface FlinkArgs {
|
|
259
|
+
/**
|
|
260
|
+
* Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
261
|
+
*/
|
|
262
|
+
cloudName?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* The disk space of the service, possible values depend on the service type, the cloud provider and the project. Reducing will result in the service rebalancing.
|
|
265
|
+
*/
|
|
266
|
+
diskSpace?: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* Flink server provided values
|
|
269
|
+
*/
|
|
270
|
+
flink?: pulumi.Input<inputs.FlinkFlink>;
|
|
271
|
+
/**
|
|
272
|
+
* Flink user configurable settings
|
|
273
|
+
*/
|
|
274
|
+
flinkUserConfig?: pulumi.Input<inputs.FlinkFlinkUserConfig>;
|
|
275
|
+
/**
|
|
276
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
277
|
+
*/
|
|
278
|
+
maintenanceWindowDow?: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
281
|
+
*/
|
|
282
|
+
maintenanceWindowTime?: pulumi.Input<string>;
|
|
283
|
+
/**
|
|
284
|
+
* Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
285
|
+
*/
|
|
286
|
+
plan?: pulumi.Input<string>;
|
|
287
|
+
/**
|
|
288
|
+
* 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.
|
|
289
|
+
*/
|
|
290
|
+
project: pulumi.Input<string>;
|
|
291
|
+
/**
|
|
292
|
+
* Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
293
|
+
*/
|
|
294
|
+
projectVpcId?: pulumi.Input<string>;
|
|
295
|
+
/**
|
|
296
|
+
* Service integrations to specify when creating a service. Not applied after initial service creation
|
|
297
|
+
*/
|
|
298
|
+
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.FlinkServiceIntegration>[]>;
|
|
299
|
+
/**
|
|
300
|
+
* Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
301
|
+
*/
|
|
302
|
+
serviceName: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
305
|
+
*/
|
|
306
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
307
|
+
/**
|
|
308
|
+
* Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
309
|
+
*/
|
|
310
|
+
terminationProtection?: pulumi.Input<boolean>;
|
|
311
|
+
}
|