AWS::BedrockAgentCore::OAuth2CredentialProviderResource Type definition for AWS::BedrockAgentCore::OAuth2CredentialProvider.
import { CfnOAuth2CredentialProvider } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnOAuth2CredentialProviderConfiguration passed to the constructor as CfnOAuth2CredentialProviderProps.
credentialProviderVendorRequiredstringThe vendor of the OAuth2 credential provider.
nameRequiredstringThe name of the OAuth2 credential provider.
oauth2ProviderConfigInputOptionalIResolvable | Oauth2ProviderConfigInputPropertyInput configuration for an OAuth2 provider.
tagsOptionalCfnTag[]Tags to assign to the OAuth2 credential provider.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::OAuth2CredentialProvider