SecurityGroupFilter constructor
Creates a new SecurityGroupFilter.
name Name of the security group. If omitted, the provider will assign a random, unique name.
values Required.
Implementation
const SecurityGroupFilter({
required this.name,
required this.values,
});