AWS::BedrockAgentCore::ApiKeyCredentialProviderResource Type definition for AWS::BedrockAgentCore::ApiKeyCredentialProvider
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
ApiKey | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApiKeySecretArn | ApiKeySecretArn | The ARN of the API key secret in AWS Secrets Manager |
CreatedTime | string | The timestamp when the credential provider was created |
CredentialProviderArn | string | The Amazon Resource Name (ARN) of the API key credential provider |
LastUpdatedTime | string | The timestamp when the credential provider was last updated |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::ApiKeyCredentialProvider
Resources:
MyResource:
Type: AWS::BedrockAgentCore::ApiKeyCredentialProvider
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateApiKeyCredentialProviderbedrock-agentcore:GetApiKeyCredentialProviderbedrock-agentcore:CreateTokenVaultbedrock-agentcore:TagResourcesecretsmanager:CreateSecretbedrock-agentcore:GetApiKeyCredentialProviderbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateApiKeyCredentialProviderbedrock-agentcore:GetApiKeyCredentialProviderbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcesecretsmanager:PutSecretValuebedrock-agentcore:DeleteApiKeyCredentialProviderbedrock-agentcore:GetApiKeyCredentialProvidersecretsmanager:DeleteSecretbedrock-agentcore:ListApiKeyCredentialProvidersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCredentialProviderArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name