FleetVpcConfig constructor
const
FleetVpcConfig({})
Creates a new FleetVpcConfig.
securityGroupIds A list of one or more security groups IDs in your Amazon VPC.
subnets A list of one or more subnet IDs in your Amazon VPC.
vpcId The ID of the Amazon VPC.
Implementation
const FleetVpcConfig({
required this.securityGroupIds,
required this.subnets,
required this.vpcId,
});