@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/elasticSearch.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* ## # Elasticsearch Resource
|
|
5
|
-
*
|
|
6
4
|
* The Elasticsearch resource allows the creation and management of Aiven Elasticsearch services.
|
|
7
5
|
*
|
|
8
6
|
* ## Example Usage
|
|
@@ -49,13 +47,7 @@ export declare class ElasticSearch extends pulumi.CustomResource {
|
|
|
49
47
|
*/
|
|
50
48
|
static isInstance(obj: any): obj is ElasticSearch;
|
|
51
49
|
/**
|
|
52
|
-
*
|
|
53
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
54
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
55
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
56
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
57
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
58
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
50
|
+
* 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).
|
|
59
51
|
*/
|
|
60
52
|
readonly cloudName: pulumi.Output<string | undefined>;
|
|
61
53
|
/**
|
|
@@ -63,52 +55,55 @@ export declare class ElasticSearch extends pulumi.CustomResource {
|
|
|
63
55
|
*/
|
|
64
56
|
readonly components: pulumi.Output<outputs.ElasticSearchComponent[]>;
|
|
65
57
|
/**
|
|
66
|
-
*
|
|
67
|
-
|
|
58
|
+
* 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.
|
|
59
|
+
*/
|
|
60
|
+
readonly diskSpace: pulumi.Output<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
63
|
+
*/
|
|
64
|
+
readonly diskSpaceCap: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* 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`
|
|
67
|
+
*/
|
|
68
|
+
readonly diskSpaceDefault: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* 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.
|
|
68
71
|
*/
|
|
69
|
-
readonly
|
|
72
|
+
readonly diskSpaceStep: pulumi.Output<string>;
|
|
70
73
|
/**
|
|
71
|
-
*
|
|
72
|
-
|
|
74
|
+
* Disk space that service is currently using
|
|
75
|
+
*/
|
|
76
|
+
readonly diskSpaceUsed: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Elasticsearch user configurable settings
|
|
73
79
|
*/
|
|
74
80
|
readonly elasticsearchUserConfig: pulumi.Output<outputs.ElasticSearchElasticsearchUserConfig | undefined>;
|
|
75
81
|
/**
|
|
76
|
-
*
|
|
77
|
-
|
|
82
|
+
* Elasticsearch server provided values
|
|
83
|
+
*/
|
|
84
|
+
readonly elasticsearches: pulumi.Output<outputs.ElasticSearchElasticsearch[]>;
|
|
85
|
+
/**
|
|
86
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
78
87
|
*/
|
|
79
88
|
readonly maintenanceWindowDow: pulumi.Output<string | undefined>;
|
|
80
89
|
/**
|
|
81
|
-
*
|
|
82
|
-
* UTC time in HH:mm:ss format.
|
|
90
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
83
91
|
*/
|
|
84
92
|
readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
|
|
85
93
|
/**
|
|
86
|
-
*
|
|
87
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
88
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
89
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
90
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
91
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
92
|
-
* 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).
|
|
94
|
+
* 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).
|
|
93
95
|
*/
|
|
94
96
|
readonly plan: pulumi.Output<string | undefined>;
|
|
95
97
|
/**
|
|
96
|
-
*
|
|
97
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
98
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
98
|
+
* 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.
|
|
99
99
|
*/
|
|
100
100
|
readonly project: pulumi.Output<string>;
|
|
101
101
|
/**
|
|
102
|
-
*
|
|
103
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
104
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
105
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
106
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
107
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
102
|
+
* 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.
|
|
108
103
|
*/
|
|
109
104
|
readonly projectVpcId: pulumi.Output<string | undefined>;
|
|
110
105
|
/**
|
|
111
|
-
*
|
|
106
|
+
* The hostname of the service.
|
|
112
107
|
*/
|
|
113
108
|
readonly serviceHost: pulumi.Output<string>;
|
|
114
109
|
/**
|
|
@@ -116,17 +111,15 @@ export declare class ElasticSearch extends pulumi.CustomResource {
|
|
|
116
111
|
*/
|
|
117
112
|
readonly serviceIntegrations: pulumi.Output<outputs.ElasticSearchServiceIntegration[] | undefined>;
|
|
118
113
|
/**
|
|
119
|
-
*
|
|
120
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
121
|
-
* intended service usage rather than current attributes.
|
|
114
|
+
* 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.
|
|
122
115
|
*/
|
|
123
116
|
readonly serviceName: pulumi.Output<string>;
|
|
124
117
|
/**
|
|
125
|
-
* Password used for connecting to the
|
|
118
|
+
* Password used for connecting to the service, if applicable
|
|
126
119
|
*/
|
|
127
120
|
readonly servicePassword: pulumi.Output<string>;
|
|
128
121
|
/**
|
|
129
|
-
*
|
|
122
|
+
* The port of the service
|
|
130
123
|
*/
|
|
131
124
|
readonly servicePort: pulumi.Output<number>;
|
|
132
125
|
/**
|
|
@@ -134,23 +127,23 @@ export declare class ElasticSearch extends pulumi.CustomResource {
|
|
|
134
127
|
*/
|
|
135
128
|
readonly serviceType: pulumi.Output<string>;
|
|
136
129
|
/**
|
|
137
|
-
* URI for connecting to the
|
|
130
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
138
131
|
*/
|
|
139
132
|
readonly serviceUri: pulumi.Output<string>;
|
|
140
133
|
/**
|
|
141
|
-
* Username used for connecting to the
|
|
134
|
+
* Username used for connecting to the service, if applicable
|
|
142
135
|
*/
|
|
143
136
|
readonly serviceUsername: pulumi.Output<string>;
|
|
144
137
|
/**
|
|
145
|
-
* Service state.
|
|
138
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
146
139
|
*/
|
|
147
140
|
readonly state: pulumi.Output<string>;
|
|
148
141
|
/**
|
|
149
|
-
*
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
* deletion is done.
|
|
142
|
+
* 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
|
|
143
|
+
*/
|
|
144
|
+
readonly staticIps: pulumi.Output<string[] | undefined>;
|
|
145
|
+
/**
|
|
146
|
+
* 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.
|
|
154
147
|
*/
|
|
155
148
|
readonly terminationProtection: pulumi.Output<boolean | undefined>;
|
|
156
149
|
/**
|
|
@@ -167,13 +160,7 @@ export declare class ElasticSearch extends pulumi.CustomResource {
|
|
|
167
160
|
*/
|
|
168
161
|
export interface ElasticSearchState {
|
|
169
162
|
/**
|
|
170
|
-
*
|
|
171
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
172
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
173
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
174
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
175
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
176
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
163
|
+
* 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).
|
|
177
164
|
*/
|
|
178
165
|
cloudName?: pulumi.Input<string>;
|
|
179
166
|
/**
|
|
@@ -181,52 +168,55 @@ export interface ElasticSearchState {
|
|
|
181
168
|
*/
|
|
182
169
|
components?: pulumi.Input<pulumi.Input<inputs.ElasticSearchComponent>[]>;
|
|
183
170
|
/**
|
|
184
|
-
*
|
|
185
|
-
* internet for service nodes that are in a project VPC or another type of private network.
|
|
171
|
+
* 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.
|
|
186
172
|
*/
|
|
187
|
-
|
|
173
|
+
diskSpace?: pulumi.Input<string>;
|
|
188
174
|
/**
|
|
189
|
-
*
|
|
190
|
-
|
|
175
|
+
* The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
176
|
+
*/
|
|
177
|
+
diskSpaceCap?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* 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`
|
|
180
|
+
*/
|
|
181
|
+
diskSpaceDefault?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* 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.
|
|
184
|
+
*/
|
|
185
|
+
diskSpaceStep?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Disk space that service is currently using
|
|
188
|
+
*/
|
|
189
|
+
diskSpaceUsed?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* Elasticsearch user configurable settings
|
|
191
192
|
*/
|
|
192
193
|
elasticsearchUserConfig?: pulumi.Input<inputs.ElasticSearchElasticsearchUserConfig>;
|
|
193
194
|
/**
|
|
194
|
-
*
|
|
195
|
-
|
|
195
|
+
* Elasticsearch server provided values
|
|
196
|
+
*/
|
|
197
|
+
elasticsearches?: pulumi.Input<pulumi.Input<inputs.ElasticSearchElasticsearch>[]>;
|
|
198
|
+
/**
|
|
199
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
196
200
|
*/
|
|
197
201
|
maintenanceWindowDow?: pulumi.Input<string>;
|
|
198
202
|
/**
|
|
199
|
-
*
|
|
200
|
-
* UTC time in HH:mm:ss format.
|
|
203
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
201
204
|
*/
|
|
202
205
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
203
206
|
/**
|
|
204
|
-
*
|
|
205
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
206
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
207
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
208
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
209
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
210
|
-
* 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).
|
|
207
|
+
* 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).
|
|
211
208
|
*/
|
|
212
209
|
plan?: pulumi.Input<string>;
|
|
213
210
|
/**
|
|
214
|
-
*
|
|
215
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
216
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
211
|
+
* 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.
|
|
217
212
|
*/
|
|
218
213
|
project?: pulumi.Input<string>;
|
|
219
214
|
/**
|
|
220
|
-
*
|
|
221
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
222
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
223
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
224
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
225
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
215
|
+
* 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.
|
|
226
216
|
*/
|
|
227
217
|
projectVpcId?: pulumi.Input<string>;
|
|
228
218
|
/**
|
|
229
|
-
*
|
|
219
|
+
* The hostname of the service.
|
|
230
220
|
*/
|
|
231
221
|
serviceHost?: pulumi.Input<string>;
|
|
232
222
|
/**
|
|
@@ -234,17 +224,15 @@ export interface ElasticSearchState {
|
|
|
234
224
|
*/
|
|
235
225
|
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.ElasticSearchServiceIntegration>[]>;
|
|
236
226
|
/**
|
|
237
|
-
*
|
|
238
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
239
|
-
* intended service usage rather than current attributes.
|
|
227
|
+
* 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.
|
|
240
228
|
*/
|
|
241
229
|
serviceName?: pulumi.Input<string>;
|
|
242
230
|
/**
|
|
243
|
-
* Password used for connecting to the
|
|
231
|
+
* Password used for connecting to the service, if applicable
|
|
244
232
|
*/
|
|
245
233
|
servicePassword?: pulumi.Input<string>;
|
|
246
234
|
/**
|
|
247
|
-
*
|
|
235
|
+
* The port of the service
|
|
248
236
|
*/
|
|
249
237
|
servicePort?: pulumi.Input<number>;
|
|
250
238
|
/**
|
|
@@ -252,23 +240,23 @@ export interface ElasticSearchState {
|
|
|
252
240
|
*/
|
|
253
241
|
serviceType?: pulumi.Input<string>;
|
|
254
242
|
/**
|
|
255
|
-
* URI for connecting to the
|
|
243
|
+
* URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
256
244
|
*/
|
|
257
245
|
serviceUri?: pulumi.Input<string>;
|
|
258
246
|
/**
|
|
259
|
-
* Username used for connecting to the
|
|
247
|
+
* Username used for connecting to the service, if applicable
|
|
260
248
|
*/
|
|
261
249
|
serviceUsername?: pulumi.Input<string>;
|
|
262
250
|
/**
|
|
263
|
-
* Service state.
|
|
251
|
+
* Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
264
252
|
*/
|
|
265
253
|
state?: pulumi.Input<string>;
|
|
266
254
|
/**
|
|
267
|
-
*
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
* deletion is done.
|
|
255
|
+
* 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
|
|
256
|
+
*/
|
|
257
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
258
|
+
/**
|
|
259
|
+
* 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.
|
|
272
260
|
*/
|
|
273
261
|
terminationProtection?: pulumi.Input<boolean>;
|
|
274
262
|
}
|
|
@@ -277,58 +265,35 @@ export interface ElasticSearchState {
|
|
|
277
265
|
*/
|
|
278
266
|
export interface ElasticSearchArgs {
|
|
279
267
|
/**
|
|
280
|
-
*
|
|
281
|
-
* in. This can be changed freely after service is created. Changing the value will trigger
|
|
282
|
-
* a potentially lengthy migration process for the service. Format is cloud provider name
|
|
283
|
-
* (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider
|
|
284
|
-
* specific region name. These are documented on each Cloud provider's own support articles,
|
|
285
|
-
* like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and
|
|
286
|
-
* [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
268
|
+
* 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).
|
|
287
269
|
*/
|
|
288
270
|
cloudName?: pulumi.Input<string>;
|
|
289
271
|
/**
|
|
290
|
-
*
|
|
291
|
-
* internet for service nodes that are in a project VPC or another type of private network.
|
|
272
|
+
* 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.
|
|
292
273
|
*/
|
|
293
|
-
|
|
274
|
+
diskSpace?: pulumi.Input<string>;
|
|
294
275
|
/**
|
|
295
|
-
*
|
|
296
|
-
* The following configuration options available:
|
|
276
|
+
* Elasticsearch user configurable settings
|
|
297
277
|
*/
|
|
298
278
|
elasticsearchUserConfig?: pulumi.Input<inputs.ElasticSearchElasticsearchUserConfig>;
|
|
299
279
|
/**
|
|
300
|
-
*
|
|
301
|
-
* On monday, tuesday, wednesday, etc.
|
|
280
|
+
* Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
302
281
|
*/
|
|
303
282
|
maintenanceWindowDow?: pulumi.Input<string>;
|
|
304
283
|
/**
|
|
305
|
-
*
|
|
306
|
-
* UTC time in HH:mm:ss format.
|
|
284
|
+
* Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
307
285
|
*/
|
|
308
286
|
maintenanceWindowTime?: pulumi.Input<string>;
|
|
309
287
|
/**
|
|
310
|
-
*
|
|
311
|
-
* be changed after creation, though there are some restrictions when going to a smaller
|
|
312
|
-
* plan such as the new plan must have sufficient amount of disk space to store all current
|
|
313
|
-
* data and switching to a plan with fewer nodes might not be supported. The basic plan
|
|
314
|
-
* names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is
|
|
315
|
-
* (roughly) the amount of memory on each node (also other attributes like number of CPUs
|
|
316
|
-
* 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).
|
|
288
|
+
* 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).
|
|
317
289
|
*/
|
|
318
290
|
plan?: pulumi.Input<string>;
|
|
319
291
|
/**
|
|
320
|
-
*
|
|
321
|
-
* between the project and the service, refer to the project as shown in the above example.
|
|
322
|
-
* Project cannot be changed later without destroying and re-creating the service.
|
|
292
|
+
* 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.
|
|
323
293
|
*/
|
|
324
294
|
project: pulumi.Input<string>;
|
|
325
295
|
/**
|
|
326
|
-
*
|
|
327
|
-
* is not set the service is not run inside a VPC. When set, the value should be given as a
|
|
328
|
-
* reference as shown above to set up dependencies correctly and the VPC must be in the same
|
|
329
|
-
* cloud and region as the service itself. Project can be freely moved to and from VPC after
|
|
330
|
-
* creation but doing so triggers migration to new servers so the operation can take
|
|
331
|
-
* significant amount of time to complete if the service has a lot of data.
|
|
296
|
+
* 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.
|
|
332
297
|
*/
|
|
333
298
|
projectVpcId?: pulumi.Input<string>;
|
|
334
299
|
/**
|
|
@@ -336,17 +301,15 @@ export interface ElasticSearchArgs {
|
|
|
336
301
|
*/
|
|
337
302
|
serviceIntegrations?: pulumi.Input<pulumi.Input<inputs.ElasticSearchServiceIntegration>[]>;
|
|
338
303
|
/**
|
|
339
|
-
*
|
|
340
|
-
* later without destroying and re-creating the service so name should be picked based on
|
|
341
|
-
* intended service usage rather than current attributes.
|
|
304
|
+
* 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.
|
|
342
305
|
*/
|
|
343
306
|
serviceName: pulumi.Input<string>;
|
|
344
307
|
/**
|
|
345
|
-
*
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
* deletion is done.
|
|
308
|
+
* 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
|
|
309
|
+
*/
|
|
310
|
+
staticIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
311
|
+
/**
|
|
312
|
+
* 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.
|
|
350
313
|
*/
|
|
351
314
|
terminationProtection?: pulumi.Input<boolean>;
|
|
352
315
|
}
|
package/elasticSearch.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.ElasticSearch = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* ## # Elasticsearch Resource
|
|
10
|
-
*
|
|
11
9
|
* The Elasticsearch resource allows the creation and management of Aiven Elasticsearch services.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
@@ -45,8 +43,13 @@ class ElasticSearch extends pulumi.CustomResource {
|
|
|
45
43
|
const state = argsOrState;
|
|
46
44
|
resourceInputs["cloudName"] = state ? state.cloudName : undefined;
|
|
47
45
|
resourceInputs["components"] = state ? state.components : undefined;
|
|
48
|
-
resourceInputs["
|
|
46
|
+
resourceInputs["diskSpace"] = state ? state.diskSpace : undefined;
|
|
47
|
+
resourceInputs["diskSpaceCap"] = state ? state.diskSpaceCap : undefined;
|
|
48
|
+
resourceInputs["diskSpaceDefault"] = state ? state.diskSpaceDefault : undefined;
|
|
49
|
+
resourceInputs["diskSpaceStep"] = state ? state.diskSpaceStep : undefined;
|
|
50
|
+
resourceInputs["diskSpaceUsed"] = state ? state.diskSpaceUsed : undefined;
|
|
49
51
|
resourceInputs["elasticsearchUserConfig"] = state ? state.elasticsearchUserConfig : undefined;
|
|
52
|
+
resourceInputs["elasticsearches"] = state ? state.elasticsearches : undefined;
|
|
50
53
|
resourceInputs["maintenanceWindowDow"] = state ? state.maintenanceWindowDow : undefined;
|
|
51
54
|
resourceInputs["maintenanceWindowTime"] = state ? state.maintenanceWindowTime : undefined;
|
|
52
55
|
resourceInputs["plan"] = state ? state.plan : undefined;
|
|
@@ -61,6 +64,7 @@ class ElasticSearch extends pulumi.CustomResource {
|
|
|
61
64
|
resourceInputs["serviceUri"] = state ? state.serviceUri : undefined;
|
|
62
65
|
resourceInputs["serviceUsername"] = state ? state.serviceUsername : undefined;
|
|
63
66
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
67
|
+
resourceInputs["staticIps"] = state ? state.staticIps : undefined;
|
|
64
68
|
resourceInputs["terminationProtection"] = state ? state.terminationProtection : undefined;
|
|
65
69
|
}
|
|
66
70
|
else {
|
|
@@ -72,7 +76,7 @@ class ElasticSearch extends pulumi.CustomResource {
|
|
|
72
76
|
throw new Error("Missing required property 'serviceName'");
|
|
73
77
|
}
|
|
74
78
|
resourceInputs["cloudName"] = args ? args.cloudName : undefined;
|
|
75
|
-
resourceInputs["
|
|
79
|
+
resourceInputs["diskSpace"] = args ? args.diskSpace : undefined;
|
|
76
80
|
resourceInputs["elasticsearchUserConfig"] = args ? args.elasticsearchUserConfig : undefined;
|
|
77
81
|
resourceInputs["maintenanceWindowDow"] = args ? args.maintenanceWindowDow : undefined;
|
|
78
82
|
resourceInputs["maintenanceWindowTime"] = args ? args.maintenanceWindowTime : undefined;
|
|
@@ -81,8 +85,14 @@ class ElasticSearch extends pulumi.CustomResource {
|
|
|
81
85
|
resourceInputs["projectVpcId"] = args ? args.projectVpcId : undefined;
|
|
82
86
|
resourceInputs["serviceIntegrations"] = args ? args.serviceIntegrations : undefined;
|
|
83
87
|
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
88
|
+
resourceInputs["staticIps"] = args ? args.staticIps : undefined;
|
|
84
89
|
resourceInputs["terminationProtection"] = args ? args.terminationProtection : undefined;
|
|
85
90
|
resourceInputs["components"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["diskSpaceCap"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["diskSpaceDefault"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["diskSpaceStep"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["diskSpaceUsed"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["elasticsearches"] = undefined /*out*/;
|
|
86
96
|
resourceInputs["serviceHost"] = undefined /*out*/;
|
|
87
97
|
resourceInputs["servicePassword"] = undefined /*out*/;
|
|
88
98
|
resourceInputs["servicePort"] = undefined /*out*/;
|
package/elasticSearch.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elasticSearch.js","sourceRoot":"","sources":["../elasticSearch.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"elasticSearch.js","sourceRoot":"","sources":["../elasticSearch.ts"],"names":[],"mappings":"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"}
|
package/elasticSearchAcl.d.ts
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* **This resource is deprecated, please use `aiven.ElasticSearchAclConfig`and `aiven.ElasticSearchAclRule`**
|
|
5
5
|
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* The Elasticsearch ACL resource allows the creation and management of ACLs
|
|
9
|
-
* for an Aiven Elasticsearch service.
|
|
6
|
+
* The Elasticsearch ACL resource allows the creation and management of ACLs for an Aiven Elasticsearch service.
|
|
10
7
|
*
|
|
11
8
|
* ## Example Usage
|
|
12
9
|
*
|
|
@@ -71,22 +68,19 @@ export declare class ElasticSearchAcl extends pulumi.CustomResource {
|
|
|
71
68
|
*/
|
|
72
69
|
readonly acls: pulumi.Output<outputs.ElasticSearchAclAcl[] | undefined>;
|
|
73
70
|
/**
|
|
74
|
-
*
|
|
71
|
+
* Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
75
72
|
*/
|
|
76
73
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
77
74
|
/**
|
|
78
|
-
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs
|
|
79
|
-
* (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use
|
|
80
|
-
* these APIs as long as all operations only target indexes they have been granted access to.
|
|
75
|
+
* 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 `true`.
|
|
81
76
|
*/
|
|
82
77
|
readonly extendedAcl: pulumi.Output<boolean | undefined>;
|
|
83
78
|
/**
|
|
84
|
-
*
|
|
85
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
79
|
+
* 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.
|
|
86
80
|
*/
|
|
87
81
|
readonly project: pulumi.Output<string>;
|
|
88
82
|
/**
|
|
89
|
-
*
|
|
83
|
+
* 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.
|
|
90
84
|
*/
|
|
91
85
|
readonly serviceName: pulumi.Output<string>;
|
|
92
86
|
/**
|
|
@@ -107,22 +101,19 @@ export interface ElasticSearchAclState {
|
|
|
107
101
|
*/
|
|
108
102
|
acls?: pulumi.Input<pulumi.Input<inputs.ElasticSearchAclAcl>[]>;
|
|
109
103
|
/**
|
|
110
|
-
*
|
|
104
|
+
* Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
111
105
|
*/
|
|
112
106
|
enabled?: pulumi.Input<boolean>;
|
|
113
107
|
/**
|
|
114
|
-
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs
|
|
115
|
-
* (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use
|
|
116
|
-
* these APIs as long as all operations only target indexes they have been granted access to.
|
|
108
|
+
* 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 `true`.
|
|
117
109
|
*/
|
|
118
110
|
extendedAcl?: pulumi.Input<boolean>;
|
|
119
111
|
/**
|
|
120
|
-
*
|
|
121
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
112
|
+
* 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.
|
|
122
113
|
*/
|
|
123
114
|
project?: pulumi.Input<string>;
|
|
124
115
|
/**
|
|
125
|
-
*
|
|
116
|
+
* 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.
|
|
126
117
|
*/
|
|
127
118
|
serviceName?: pulumi.Input<string>;
|
|
128
119
|
}
|
|
@@ -135,22 +126,19 @@ export interface ElasticSearchAclArgs {
|
|
|
135
126
|
*/
|
|
136
127
|
acls?: pulumi.Input<pulumi.Input<inputs.ElasticSearchAclAcl>[]>;
|
|
137
128
|
/**
|
|
138
|
-
*
|
|
129
|
+
* Enable Elasticsearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
139
130
|
*/
|
|
140
131
|
enabled?: pulumi.Input<boolean>;
|
|
141
132
|
/**
|
|
142
|
-
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs
|
|
143
|
-
* (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use
|
|
144
|
-
* these APIs as long as all operations only target indexes they have been granted access to.
|
|
133
|
+
* 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 `true`.
|
|
145
134
|
*/
|
|
146
135
|
extendedAcl?: pulumi.Input<boolean>;
|
|
147
136
|
/**
|
|
148
|
-
*
|
|
149
|
-
* They should be defined using reference as shown above to set up dependencies correctly.
|
|
137
|
+
* 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.
|
|
150
138
|
*/
|
|
151
139
|
project: pulumi.Input<string>;
|
|
152
140
|
/**
|
|
153
|
-
*
|
|
141
|
+
* 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.
|
|
154
142
|
*/
|
|
155
143
|
serviceName: pulumi.Input<string>;
|
|
156
144
|
}
|
package/elasticSearchAcl.js
CHANGED
|
@@ -6,12 +6,9 @@ exports.ElasticSearchAcl = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* **This resource is deprecated, please use `aiven.ElasticSearchAclConfig`and `aiven.ElasticSearchAclRule`**
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* The Elasticsearch ACL resource allows the creation and management of ACLs
|
|
14
|
-
* for an Aiven Elasticsearch service.
|
|
11
|
+
* The Elasticsearch ACL resource allows the creation and management of ACLs for an Aiven Elasticsearch service.
|
|
15
12
|
*
|
|
16
13
|
* ## Example Usage
|
|
17
14
|
*
|
package/elasticSearchAcl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elasticSearchAcl.js","sourceRoot":"","sources":["../elasticSearchAcl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"elasticSearchAcl.js","sourceRoot":"","sources":["../elasticSearchAcl.ts"],"names":[],"mappings":"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"}
|