AWS::BedrockAgentCore::PaymentConnectorResource Type definition for AWS::BedrockAgentCore::PaymentConnector
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectorName | string | RequiredCreate-only |
ConnectorType | string | Required |
CredentialProviderConfigurations | Array<CredentialsProviderConfiguration> | Required |
PaymentManagerId | string | RequiredCreate-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConnectorCreatedAt | string | The timestamp when the connector was created |
ConnectorLastUpdatedAt | string | The timestamp when the connector was last updated |
ConnectorStatus | string | - |
PaymentConnectorArn | string | Synthetic ARN for the payment connector (used for engine resolution) |
PaymentConnectorId | string | The unique identifier for the payment connector |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreatePaymentConnectorbedrock-agentcore:GetPaymentConnectorbedrock-agentcore:GetPaymentConnectorbedrock-agentcore:UpdatePaymentConnectorbedrock-agentcore:GetPaymentConnectorbedrock-agentcore:DeletePaymentConnectorbedrock-agentcore:GetPaymentConnectorbedrock-agentcore:ListPaymentConnectorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPaymentConnectorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PaymentManagerIdConnectorName