@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / ConfluenceDataSourceAuthType
The different authentication types available to connect to your Confluence instance.
https://docs.aws.amazon.com/bedrock/latest/userguide/confluence-data-source-connector.html#configuration-confluence-connector
BASIC:
"BASIC"
Your secret authentication credentials in AWS Secrets Manager should include:
username (email of admin account)password (API token)OAUTH2_CLIENT_CREDENTIALS:
"OAUTH2_CLIENT_CREDENTIALS"
Your secret authentication credentials in AWS Secrets Manager should include:
confluenceAppKeyconfluenceAppSecretconfluenceAccessTokenconfluenceRefreshToken