ClusterSubnetGroup constructor

ClusterSubnetGroup({
  1. String? clusterSubnetGroupName,
  2. String? description,
  3. String? subnetGroupStatus,
  4. List<Subnet>? subnets,
  5. List<Tag>? tags,
  6. String? vpcId,
})

Implementation

ClusterSubnetGroup({
  this.clusterSubnetGroupName,
  this.description,
  this.subnetGroupStatus,
  this.subnets,
  this.tags,
  this.vpcId,
});