RdsHttpEndpointConfig constructor

RdsHttpEndpointConfig({
  1. String? awsRegion,
  2. String? awsSecretStoreArn,
  3. String? databaseName,
  4. String? dbClusterIdentifier,
  5. String? schema,
})

Implementation

RdsHttpEndpointConfig({
  this.awsRegion,
  this.awsSecretStoreArn,
  this.databaseName,
  this.dbClusterIdentifier,
  this.schema,
});