AwsRdsDbSubnetGroup constructor

AwsRdsDbSubnetGroup({
  1. String? dbSubnetGroupArn,
  2. String? dbSubnetGroupDescription,
  3. String? dbSubnetGroupName,
  4. String? subnetGroupStatus,
  5. List<AwsRdsDbSubnetGroupSubnet>? subnets,
  6. String? vpcId,
})

Implementation

AwsRdsDbSubnetGroup({
  this.dbSubnetGroupArn,
  this.dbSubnetGroupDescription,
  this.dbSubnetGroupName,
  this.subnetGroupStatus,
  this.subnets,
  this.vpcId,
});