DBProxyTargetGroup constructor

DBProxyTargetGroup({
  1. ConnectionPoolConfigurationInfo? connectionPoolConfig,
  2. DateTime? createdDate,
  3. String? dBProxyName,
  4. bool? isDefault,
  5. String? status,
  6. String? targetGroupArn,
  7. String? targetGroupName,
  8. DateTime? updatedDate,
})

Implementation

DBProxyTargetGroup({
  this.connectionPoolConfig,
  this.createdDate,
  this.dBProxyName,
  this.isDefault,
  this.status,
  this.targetGroupArn,
  this.targetGroupName,
  this.updatedDate,
});