Skip to content

Bedrock Agent  >  Structures  >  RedshiftServerlessAuthConfiguration

RedshiftServerlessAuthConfiguration

Structure Class

RedshiftServerlessAuthConfiguration dataclass

Specifies configurations for authentication to a Redshift Serverless. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.

Attributes

type instance-attribute

The type of authentication to use.

username_password_secret_arn class-attribute instance-attribute
username_password_secret_arn: str | None = None

The ARN of an Secrets Manager secret for authentication.