KnowledgeBaseRedshiftServerlessConfigurationArgs

data class KnowledgeBaseRedshiftServerlessConfigurationArgs(val authConfiguration: Output<KnowledgeBaseRedshiftServerlessAuthConfigurationArgs>, val workgroupArn: Output<String>) : ConvertibleToJava<KnowledgeBaseRedshiftServerlessConfigurationArgs>

Configurations for serverless Redshift query engine

Constructors

constructor(authConfiguration: Output<KnowledgeBaseRedshiftServerlessAuthConfigurationArgs>, workgroupArn: Output<String>)

Properties

Link copied to clipboard

Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.

Link copied to clipboard
val workgroupArn: Output<String>

The ARN of the Amazon Redshift workgroup.

Functions

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