@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / bedrock / SharePointDataSourceAuthType
Represents the authentication types available for connecting to a SharePoint data source.
OAUTH2_CLIENT_CREDENTIALS:
"OAUTH2_CLIENT_CREDENTIALS"
OAuth 2.0 Client Credentials flow for authentication with SharePoint. Your secret authentication credentials in AWS Secrets Manager should include:
username
: The admin username for SharePoint authenticationpassword
: The admin password associated with the usernameclientId
: The client ID (also known as application ID)clientSecret
: The client secret