KnowledgeBaseRedshiftServerlessAuthConfiguration

data class KnowledgeBaseRedshiftServerlessAuthConfiguration(val type: KnowledgeBaseRedshiftServerlessAuthType, val usernamePasswordSecretArn: String? = null)

Configurations for Redshift query engine serverless auth setup

Constructors

constructor(type: KnowledgeBaseRedshiftServerlessAuthType, usernamePasswordSecretArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of authentication to use.

Link copied to clipboard

The ARN of an Secrets Manager secret for authentication.