AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::OAuth2CredentialProvider

CfnOAuth2CredentialProvider

Resource Type definition for AWS::BedrockAgentCore::OAuth2CredentialProvider.

Import

import { CfnOAuth2CredentialProvider } from 'aws-cdk-lib/aws-bedrockagentcore';

Or use the module namespace:

import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnOAuth2CredentialProvider

Properties

Configuration passed to the constructor as CfnOAuth2CredentialProviderProps.

credentialProviderVendorRequired
string

The vendor of the OAuth2 credential provider.

nameRequired
string

The name of the OAuth2 credential provider.

oauth2ProviderConfigInputOptional
IResolvable | Oauth2ProviderConfigInputProperty

Input configuration for an OAuth2 provider.

tagsOptional
CfnTag[]

Tags to assign to the OAuth2 credential provider.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-bedrockagentcore
CFN TypeAWS::BedrockAgentCore::OAuth2CredentialProvider
Properties4

External Links