@pulumi/aws 6.7.0-alpha.1698695507 → 6.7.0
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 +1 -1
- package/types/output.d.ts +1 -0
package/package.json
CHANGED
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;
|