AwsEc2NetworkInterfaceSecurityGroup constructor

AwsEc2NetworkInterfaceSecurityGroup({
  1. String? groupId,
  2. String? groupName,
})

Implementation

AwsEc2NetworkInterfaceSecurityGroup({
  this.groupId,
  this.groupName,
});