AWS::BedrockAgentCore::ApiKeyCredentialProviderResource Type definition for AWS::BedrockAgentCore::ApiKeyCredentialProvider.
import { CfnApiKeyCredentialProvider } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnApiKeyCredentialProviderConfiguration passed to the constructor as CfnApiKeyCredentialProviderProps.
nameRequiredstringThe name of the API key credential provider.
apiKeyOptionalstringThe API key to use for authentication.
tagsOptionalCfnTag[]Tags to assign to the API key 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::ApiKeyCredentialProvider