DBProxyTarget constructor
DBProxyTarget({
- String? endpoint,
- int? port,
- String? rdsResourceId,
- String? targetArn,
- TargetHealth? targetHealth,
- String? trackedClusterId,
- TargetType? type,
Implementation
DBProxyTarget({
this.endpoint,
this.port,
this.rdsResourceId,
this.targetArn,
this.targetHealth,
this.trackedClusterId,
this.type,
});