AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::PaymentConnector

BedrockAgentCore PaymentConnector

Resource Type definition for AWS::BedrockAgentCore::PaymentConnector

Properties

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

Filter:
PropertyTypeFlags
ConnectorName
string
RequiredCreate-only
ConnectorType
string
Required
CredentialProviderConfigurations
Array<CredentialsProviderConfiguration>
Required
PaymentManagerId
string
RequiredCreate-only
Description
string

Return Values

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

AttributeTypeDescription
ConnectorCreatedAtstringThe timestamp when the connector was created
ConnectorLastUpdatedAtstringThe timestamp when the connector was last updated
ConnectorStatusstring-
PaymentConnectorArnstringSynthetic ARN for the payment connector (used for engine resolution)
PaymentConnectorIdstringThe unique identifier for the payment connector

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::PaymentConnector

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::PaymentConnector
    Properties:
      PaymentManagerId: "my-paymentmanagerid"
      ConnectorName: "my-connectorname"
      ConnectorType: "value"
      CredentialProviderConfigurations: "my-credentialproviderconfigurations"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

bedrock-agentcore:CreatePaymentConnectorbedrock-agentcore:GetPaymentConnector

read

bedrock-agentcore:GetPaymentConnector

update

bedrock-agentcore:UpdatePaymentConnectorbedrock-agentcore:GetPaymentConnector

delete

bedrock-agentcore:DeletePaymentConnectorbedrock-agentcore:GetPaymentConnector

list

bedrock-agentcore:ListPaymentConnectors

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
Properties10
Required4
TaggingNot supported
Primary IDPaymentConnectorArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

PaymentManagerIdConnectorName

External Links