@cdklabs/generative-ai-cdk-constructs • Docs
@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:
confluenceAppKey
confluenceAppSecret
confluenceAccessToken
confluenceRefreshToken