GetFleetVpcConfig constructor

const GetFleetVpcConfig({
  1. required Input<List<String>> securityGroupIds,
  2. required Input<List<String>> subnets,
  3. required Input<String> vpcId,
})

Creates a new GetFleetVpcConfig. 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 GetFleetVpcConfig({
  required this.securityGroupIds,
  required this.subnets,
  required this.vpcId,
});