@pulumi/awsx 3.3.0-alpha.1771948874 → 3.3.0-alpha.1772462979
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 +2 -2
- package/types/input.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "3.3.0-alpha.
|
|
3
|
+
"version": "3.3.0-alpha.1772462979",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"pulumi": {
|
|
33
33
|
"resource": true,
|
|
34
34
|
"name": "awsx",
|
|
35
|
-
"version": "3.3.0-alpha.
|
|
35
|
+
"version": "3.3.0-alpha.1772462979"
|
|
36
36
|
}
|
|
37
37
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -406,6 +406,10 @@ export declare namespace ec2 {
|
|
|
406
406
|
* Configuration for a VPC subnet.
|
|
407
407
|
*/
|
|
408
408
|
interface SubnetSpecArgs {
|
|
409
|
+
/**
|
|
410
|
+
* Indicates whether a network interface created in this subnet receives an IPv6 address.
|
|
411
|
+
*/
|
|
412
|
+
assignIpv6AddressOnCreation?: boolean;
|
|
409
413
|
/**
|
|
410
414
|
* An optional list of CIDR blocks to assign to the subnet spec for each AZ. If specified, the count must match the number of AZs being used for the VPC, and must also be specified for all other subnet specs.
|
|
411
415
|
*/
|