@pulumi/awsx 2.20.0-alpha.1736450109 → 2.20.0-alpha.1736780264
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/package.json +4 -4
- package/package.json.dev +3 -3
- package/types/input.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "2.20.0-alpha.
|
|
3
|
+
"version": "2.20.0-alpha.1736780264",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"install": "node scripts/install-pulumi-plugin.js resource awsx 2.20.0-alpha.
|
|
16
|
+
"install": "node scripts/install-pulumi-plugin.js resource awsx 2.20.0-alpha.1736780264"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-sdk/client-ecs": "^3.405.0",
|
|
20
|
-
"@pulumi/aws": "^6.
|
|
20
|
+
"@pulumi/aws": "^6.66.2",
|
|
21
21
|
"@pulumi/docker-build": "^0.0.8",
|
|
22
22
|
"@pulumi/pulumi": "^3.142.0",
|
|
23
23
|
"@types/aws-lambda": "^8.10.23",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"pulumi": {
|
|
33
33
|
"resource": true,
|
|
34
34
|
"name": "awsx",
|
|
35
|
-
"version": "2.20.0-alpha.
|
|
35
|
+
"version": "2.20.0-alpha.1736780264"
|
|
36
36
|
}
|
|
37
37
|
}
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "2.20.0-alpha.
|
|
3
|
+
"version": "2.20.0-alpha.1736780264",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@aws-sdk/client-ecs": "^3.405.0",
|
|
19
|
-
"@pulumi/aws": "^6.
|
|
19
|
+
"@pulumi/aws": "^6.66.2",
|
|
20
20
|
"@pulumi/docker-build": "^0.0.8",
|
|
21
21
|
"@pulumi/pulumi": "^3.142.0",
|
|
22
22
|
"@types/aws-lambda": "^8.10.23",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"pulumi": {
|
|
32
32
|
"resource": true,
|
|
33
33
|
"name": "awsx",
|
|
34
|
-
"version": "2.20.0-alpha.
|
|
34
|
+
"version": "2.20.0-alpha.1736780264"
|
|
35
35
|
}
|
|
36
36
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -1144,6 +1144,10 @@ export declare namespace ec2 {
|
|
|
1144
1144
|
* The service name. For AWS services the service name is usually in the form `com.amazonaws.<region>.<service>` (the SageMaker Notebook service is an exception to this rule, the service name is in the form `aws.sagemaker.<region>.notebook`).
|
|
1145
1145
|
*/
|
|
1146
1146
|
serviceName: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* The AWS region of the VPC Endpoint Service. If specified, the VPC endpoint will connect to the service in the provided region. Applicable for endpoints of type `Interface`.
|
|
1149
|
+
*/
|
|
1150
|
+
serviceRegion?: pulumi.Input<string>;
|
|
1147
1151
|
/**
|
|
1148
1152
|
* Subnet configuration for the endpoint, used to select specific IPv4 and/or IPv6 addresses to the endpoint. See subnet_configuration below.
|
|
1149
1153
|
*/
|