AwsEfsSubnetLookupArgs

interface AwsEfsSubnetLookupArgs { name: Input<string>; vpc: AwsEfsVpcReference; }

Existing VPC-scoped subnet selected through the shared lookup package.

Example

CODE
const subnet = { name: 'applicationA', vpc: { name: 'applicationVpc' } } satisfies AwsEfsSubnetLookupArgs;

Properties

name: Input<string>

Existing subnet Name tag.

vpc: AwsEfsVpcReference

Existing VPC resource, VPC ID, or VPC Name-tag lookup used to scope the subnet lookup.