AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::ApiKeyCredentialProvider

CfnApiKeyCredentialProvider

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnApiKeyCredentialProviderProps.

nameRequired
string

The name of the API key credential provider.

apiKeyOptional
string

The API key to use for authentication.

tagsOptional
CfnTag[]

Tags to assign to the API key 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::ApiKeyCredentialProvider
Properties3

External Links