AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::PaymentCredentialProvider

BedrockAgentCore PaymentCredentialProvider

Resource Type definition for AWS::BedrockAgentCore::PaymentCredentialProvider

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
CredentialProviderVendor
string
Required
Name
string
RequiredCreate-only
ProviderConfigurationInput
PaymentProviderConfigurationInput
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedTimestringThe timestamp when the credential provider was created
CredentialProviderArnstringThe Amazon Resource Name (ARN) of the payment credential provider
LastUpdatedTimestringThe timestamp when the credential provider was last updated
ProviderConfigurationOutputPaymentProviderConfigurationOutput-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::PaymentCredentialProvider

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::PaymentCredentialProvider
    Properties:
      Name: "my-name"
      CredentialProviderVendor: "my-credentialprovidervendor"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreatePaymentCredentialProviderbedrock-agentcore:GetPaymentCredentialProviderbedrock-agentcore:CreateTokenVaultbedrock-agentcore:TagResourcesecretsmanager:CreateSecret

read

bedrock-agentcore:GetPaymentCredentialProviderbedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdatePaymentCredentialProviderbedrock-agentcore:GetPaymentCredentialProviderbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcesecretsmanager:PutSecretValue

delete

bedrock-agentcore:DeletePaymentCredentialProviderbedrock-agentcore:GetPaymentCredentialProvidersecretsmanager:DeleteSecret

list

bedrock-agentcore:ListPaymentCredentialProviders

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

ServiceBedrockAgentCore
Properties8
Required2
TaggingSupported
Primary IDCredentialProviderArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links