KnowledgeBaseRedshiftServerlessAuthConfigurationArgs

data class KnowledgeBaseRedshiftServerlessAuthConfigurationArgs(val type: Output<KnowledgeBaseRedshiftServerlessAuthType>, val usernamePasswordSecretArn: Output<String>? = null) : ConvertibleToJava<KnowledgeBaseRedshiftServerlessAuthConfigurationArgs>

Configurations for Redshift query engine serverless auth setup

Constructors

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

Properties

Link copied to clipboard

The type of authentication to use.

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

The ARN of an Secrets Manager secret for authentication.

Functions

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