DBProxy constructor

DBProxy({
  1. List<UserAuthConfigInfo>? auth,
  2. DateTime? createdDate,
  3. String? dBProxyArn,
  4. String? dBProxyName,
  5. bool? debugLogging,
  6. String? endpoint,
  7. String? engineFamily,
  8. int? idleClientTimeout,
  9. bool? requireTLS,
  10. String? roleArn,
  11. DBProxyStatus? status,
  12. DateTime? updatedDate,
  13. List<String>? vpcSecurityGroupIds,
  14. List<String>? vpcSubnetIds,
})

Implementation

DBProxy({
  this.auth,
  this.createdDate,
  this.dBProxyArn,
  this.dBProxyName,
  this.debugLogging,
  this.endpoint,
  this.engineFamily,
  this.idleClientTimeout,
  this.requireTLS,
  this.roleArn,
  this.status,
  this.updatedDate,
  this.vpcSecurityGroupIds,
  this.vpcSubnetIds,
});