KnowledgeBaseRedshiftProvisionedAuthConfiguration

data class KnowledgeBaseRedshiftProvisionedAuthConfiguration(val databaseUser: String? = null, val type: KnowledgeBaseRedshiftProvisionedAuthType, val usernamePasswordSecretArn: String? = null)

Configurations for Redshift query engine provisioned auth setup

Constructors

constructor(databaseUser: String? = null, type: KnowledgeBaseRedshiftProvisionedAuthType, usernamePasswordSecretArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseUser: String? = null

Redshift database user

Link copied to clipboard

The type of authentication to use.

Link copied to clipboard

The ARN of an Secrets Manager secret for authentication.