AwsEc2SecurityGroupPrefixListId constructor

AwsEc2SecurityGroupPrefixListId({
  1. String? prefixListId,
})

Implementation

AwsEc2SecurityGroupPrefixListId({
  this.prefixListId,
});