@pulumi/aws 6.7.0-alpha.1698685804 → 6.7.0-alpha.1698701145

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v6.7.0-alpha.1698685804+77a97859",
3
+ "version": "v6.7.0-alpha.1698701145+8d8a9223",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/output.d.ts CHANGED
@@ -36425,6 +36425,7 @@ export declare namespace lambda {
36425
36425
  maxAge: number;
36426
36426
  }
36427
36427
  interface GetFunctionVpcConfig {
36428
+ ipv6AllowedForDualStack: boolean;
36428
36429
  securityGroupIds: string[];
36429
36430
  subnetIds: string[];
36430
36431
  vpcId: string;