AwsEfsSecurityGroupLookupArgs

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

Existing VPC-scoped security group selected through the shared lookup package.

Example

CODE
const securityGroup = { name: 'efsClients', vpc: { name: 'applicationVpc' } } satisfies AwsEfsSecurityGroupLookupArgs;

Properties

name: Input<string>

Existing security-group name.

vpc: AwsEfsVpcReference

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