This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::KnowledgeBase RedshiftServerlessConfiguration
Contains configurations for authentication to Amazon Redshift Serverless.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthConfiguration" :RedshiftServerlessAuthConfiguration, "WorkgroupArn" :String}
YAML
AuthConfiguration:RedshiftServerlessAuthConfigurationWorkgroupArn:String
Properties
AuthConfiguration- 
                    
Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.
Required: Yes
Type: RedshiftServerlessAuthConfiguration
Update requires: Replacement
 WorkgroupArn- 
                    
The ARN of the Amazon Redshift workgroup.
Required: Yes
Type: String
Pattern:
^(arn:(aws(-[a-z]+)*):redshift-serverless:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:workgroup/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$Update requires: Replacement