AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::PaymentManager

BedrockAgentCore PaymentManager

Resource Type definition for AWS::BedrockAgentCore::PaymentManager

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthorizerType
string
RequiredCreate-only
Name
string
RequiredCreate-only
RoleArn
string
Required
AuthorizerConfiguration
AuthorizerConfiguration
Create-only
Description
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp when the payment manager was created
LastUpdatedAtstringThe timestamp when the payment manager was last updated
PaymentManagerArnstringThe Amazon Resource Name (ARN) of the payment manager
PaymentManagerIdstringThe unique identifier for the payment manager
Statusstring-
WorkloadIdentityDetailsWorkloadIdentityDetails-

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

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::PaymentManager
    Properties:
      Name: "my-name"
      AuthorizerType: "value"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

bedrock-agentcore:CreatePaymentManagerbedrock-agentcore:GetPaymentManagerbedrock-agentcore:TagResourcebedrock-agentcore:CreateWorkloadIdentityiam:PassRole

read

bedrock-agentcore:GetPaymentManagerbedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdatePaymentManagerbedrock-agentcore:GetPaymentManagerbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourceiam:PassRole

delete

bedrock-agentcore:DeletePaymentManagerbedrock-agentcore:GetPaymentManager

list

bedrock-agentcore:ListPaymentManagers

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
Properties12
Required3
TaggingSupported
Primary IDPaymentManagerArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameAuthorizerTypeAuthorizerConfiguration

External Links