DBProxy constructor
DBProxy({
- List<
UserAuthConfigInfo> ? auth, - DateTime? createdDate,
- String? dBProxyArn,
- String? dBProxyName,
- bool? debugLogging,
- String? endpoint,
- String? engineFamily,
- int? idleClientTimeout,
- bool? requireTLS,
- String? roleArn,
- DBProxyStatus? status,
- DateTime? updatedDate,
- List<
String> ? vpcSecurityGroupIds, - 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,
});