DBProxyTarget constructor

DBProxyTarget({
  1. String? endpoint,
  2. int? port,
  3. String? rdsResourceId,
  4. String? targetArn,
  5. TargetHealth? targetHealth,
  6. String? trackedClusterId,
  7. TargetType? type,
})

Implementation

DBProxyTarget({
  this.endpoint,
  this.port,
  this.rdsResourceId,
  this.targetArn,
  this.targetHealth,
  this.trackedClusterId,
  this.type,
});