AwsEfsVpcLookupArgs
interface AwsEfsVpcLookupArgs {
name: Input<string>;
}Existing VPC selected through the shared lookup package.
Example
CODE
const vpc = { name: 'applicationVpc' } satisfies AwsEfsVpcLookupArgs;Properties
name: Input<string>
Existing VPC Name tag. It must be non-empty and identify exactly one VPC.