This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::ApiKeyCredentialProvider
Creates a new API key credential provider.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::BedrockAgentCore::ApiKeyCredentialProvider", "Properties" : { "ApiKey" :String, "ApiKeySecretConfig" :SecretReference, "ApiKeySecretSource" :String, "Name" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::BedrockAgentCore::ApiKeyCredentialProvider Properties: ApiKey:StringApiKeySecretConfig:SecretReferenceApiKeySecretSource:StringName:StringTags:- Tag
Properties
ApiKeyProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
65536Update requires: No interruption
ApiKeySecretConfigProperty description not available.
Required: No
Type: SecretReference
Update requires: No interruption
ApiKeySecretSourceProperty description not available.
Required: No
Type: String
Allowed values:
MANAGED | EXTERNALUpdate requires: No interruption
Name-
The name of the API key credential provider.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9\-_]+$Minimum:
1Maximum:
128Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ApiKeySecretJsonKeyProperty description not available.
CreatedTime-
The timestamp when the API key credential provider was created.
CredentialProviderArn-
The Amazon Resource Name (ARN) of the API key credential provider.
LastUpdatedTime-
The timestamp when the API key credential provider was last updated.