DataSourceRdsHttpEndpointConfigArgs

data class DataSourceRdsHttpEndpointConfigArgs(val awsRegion: Output<String>, val awsSecretStoreArn: Output<String>, val databaseName: Output<String>? = null, val dbClusterIdentifier: Output<String>, val schema: Output<String>? = null) : ConvertibleToJava<DataSourceRdsHttpEndpointConfigArgs>

Constructors

Link copied to clipboard
constructor(awsRegion: Output<String>, awsSecretStoreArn: Output<String>, databaseName: Output<String>? = null, dbClusterIdentifier: Output<String>, schema: Output<String>? = null)

Properties

Link copied to clipboard
val awsRegion: Output<String>

AWS Region for RDS HTTP endpoint.

Link copied to clipboard

The ARN for database credentials stored in AWS Secrets Manager.

Link copied to clipboard
val databaseName: Output<String>? = null

Logical database name.

Link copied to clipboard

Amazon RDS cluster Amazon Resource Name (ARN).

Link copied to clipboard
val schema: Output<String>? = null

Logical schema name.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceRdsHttpEndpointConfigArgs