Type Alias APIEnvironmentNetworkConfiguration

APIEnvironmentNetworkConfiguration: {
    vpcSecurityGroups: string[];
    vpcSubnets: string[];
}