Skip to content

Bedrock Agent  >  Structures  >  RedshiftProvisionedAuthConfiguration

RedshiftProvisionedAuthConfiguration

Structure Class

RedshiftProvisionedAuthConfiguration dataclass

Contains configurations for authentication to an Amazon Redshift provisioned data warehouse. 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

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

The database username for authentication to an Amazon Redshift provisioned data warehouse.

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.