AWS::BedrockAgentCore::PaymentManagerResource Type definition for AWS::BedrockAgentCore::PaymentManager
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthorizerType | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
RoleArn | string | Required |
AuthorizerConfiguration | AuthorizerConfiguration | Create-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the payment manager was created |
LastUpdatedAt | string | The timestamp when the payment manager was last updated |
PaymentManagerArn | string | The Amazon Resource Name (ARN) of the payment manager |
PaymentManagerId | string | The unique identifier for the payment manager |
Status | string | - |
WorkloadIdentityDetails | WorkloadIdentityDetails | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreatePaymentManagerbedrock-agentcore:GetPaymentManagerbedrock-agentcore:TagResourcebedrock-agentcore:CreateWorkloadIdentityiam:PassRolebedrock-agentcore:GetPaymentManagerbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdatePaymentManagerbedrock-agentcore:GetPaymentManagerbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourceiam:PassRolebedrock-agentcore:DeletePaymentManagerbedrock-agentcore:GetPaymentManagerbedrock-agentcore:ListPaymentManagersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPaymentManagerArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameAuthorizerTypeAuthorizerConfiguration