securityGroups property

List<String>? securityGroups
final

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

Implementation

final List<String>? securityGroups;