@pulumi/ec 0.5.0 → 0.5.1-alpha.1676647452
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.
|
@@ -135,7 +135,7 @@ export declare class DeploymentTrafficFilter extends pulumi.CustomResource {
|
|
|
135
135
|
*/
|
|
136
136
|
readonly rules: pulumi.Output<outputs.DeploymentTrafficFilterRule[]>;
|
|
137
137
|
/**
|
|
138
|
-
* Type of the ruleset. It can be `"ip"`, `"vpce"` or `"
|
|
138
|
+
* Type of the ruleset. It can be `"ip"`, `"vpce"`, `"azurePrivateEndpoint"`, or `"gcpPrivateServiceConnectEndpoint"`.
|
|
139
139
|
*/
|
|
140
140
|
readonly type: pulumi.Output<string>;
|
|
141
141
|
/**
|
|
@@ -172,7 +172,7 @@ export interface DeploymentTrafficFilterState {
|
|
|
172
172
|
*/
|
|
173
173
|
rules?: pulumi.Input<pulumi.Input<inputs.DeploymentTrafficFilterRule>[]>;
|
|
174
174
|
/**
|
|
175
|
-
* Type of the ruleset. It can be `"ip"`, `"vpce"` or `"
|
|
175
|
+
* Type of the ruleset. It can be `"ip"`, `"vpce"`, `"azurePrivateEndpoint"`, or `"gcpPrivateServiceConnectEndpoint"`.
|
|
176
176
|
*/
|
|
177
177
|
type?: pulumi.Input<string>;
|
|
178
178
|
}
|
|
@@ -201,7 +201,7 @@ export interface DeploymentTrafficFilterArgs {
|
|
|
201
201
|
*/
|
|
202
202
|
rules: pulumi.Input<pulumi.Input<inputs.DeploymentTrafficFilterRule>[]>;
|
|
203
203
|
/**
|
|
204
|
-
* Type of the ruleset. It can be `"ip"`, `"vpce"` or `"
|
|
204
|
+
* Type of the ruleset. It can be `"ip"`, `"vpce"`, `"azurePrivateEndpoint"`, or `"gcpPrivateServiceConnectEndpoint"`.
|
|
205
205
|
*/
|
|
206
206
|
type: pulumi.Input<string>;
|
|
207
207
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Use this data source to retrieve information about the
|
|
3
|
+
* Use this data source to retrieve information about the GCP Private Service Connect configuration for a given region. Further documentation on how to establish a PrivateLink connection can be found in the ESS [documentation](https://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-psc.html).
|
|
4
4
|
*
|
|
5
5
|
* > **NOTE:** This data source provides data relevant to the Elasticsearch Service (ESS) only, and should not be used for ECE.
|
|
6
6
|
*
|
|
@@ -44,7 +44,7 @@ export interface GetGcpPrivateServiceConnectEndpointResult {
|
|
|
44
44
|
readonly serviceAttachmentUri: string;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
|
-
* Use this data source to retrieve information about the
|
|
47
|
+
* Use this data source to retrieve information about the GCP Private Service Connect configuration for a given region. Further documentation on how to establish a PrivateLink connection can be found in the ESS [documentation](https://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-psc.html).
|
|
48
48
|
*
|
|
49
49
|
* > **NOTE:** This data source provides data relevant to the Elasticsearch Service (ESS) only, and should not be used for ECE.
|
|
50
50
|
*
|
|
@@ -6,7 +6,7 @@ exports.getGcpPrivateServiceConnectEndpointOutput = exports.getGcpPrivateService
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Use this data source to retrieve information about the
|
|
9
|
+
* Use this data source to retrieve information about the GCP Private Service Connect configuration for a given region. Further documentation on how to establish a PrivateLink connection can be found in the ESS [documentation](https://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-psc.html).
|
|
10
10
|
*
|
|
11
11
|
* > **NOTE:** This data source provides data relevant to the Elasticsearch Service (ESS) only, and should not be used for ECE.
|
|
12
12
|
*
|
|
@@ -29,7 +29,7 @@ function getGcpPrivateServiceConnectEndpoint(args, opts) {
|
|
|
29
29
|
}
|
|
30
30
|
exports.getGcpPrivateServiceConnectEndpoint = getGcpPrivateServiceConnectEndpoint;
|
|
31
31
|
/**
|
|
32
|
-
* Use this data source to retrieve information about the
|
|
32
|
+
* Use this data source to retrieve information about the GCP Private Service Connect configuration for a given region. Further documentation on how to establish a PrivateLink connection can be found in the ESS [documentation](https://www.elastic.co/guide/en/cloud/current/ec-traffic-filtering-psc.html).
|
|
33
33
|
*
|
|
34
34
|
* > **NOTE:** This data source provides data relevant to the Elasticsearch Service (ESS) only, and should not be used for ECE.
|
|
35
35
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ec",
|
|
3
|
-
"version": "v0.5.
|
|
3
|
+
"version": "v0.5.1-alpha.1676647452+2df56632",
|
|
4
4
|
"description": "A Pulumi package for creating and managing ElasticCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
-
"install": "node scripts/install-pulumi-plugin.js resource ec v0.5.
|
|
18
|
+
"install": "node scripts/install-pulumi-plugin.js resource ec v0.5.1-alpha.1676647452+2df56632"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ec",
|
|
3
|
-
"version": "v0.5.
|
|
3
|
+
"version": "v0.5.1-alpha.1676647452+2df56632",
|
|
4
4
|
"description": "A Pulumi package for creating and managing ElasticCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
-
"install": "node scripts/install-pulumi-plugin.js resource ec v0.5.
|
|
18
|
+
"install": "node scripts/install-pulumi-plugin.js resource ec v0.5.1-alpha.1676647452+2df56632"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@pulumi/pulumi": "^3.0.0"
|