View a markdown version of this page

AWS::BedrockAgentCore::PaymentConnector - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::PaymentConnector

Creates a new payment connector for a payment manager. A payment connector integrates with a supported payment provider to enable payment processing capabilities.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::BedrockAgentCore::PaymentConnector", "Properties" : { "ConnectorName" : String, "ConnectorType" : String, "CredentialProviderConfigurations" : [ CredentialsProviderConfiguration, ... ], "Description" : String, "PaymentManagerId" : String } }

YAML

Type: AWS::BedrockAgentCore::PaymentConnector Properties: ConnectorName: String ConnectorType: String CredentialProviderConfigurations: - CredentialsProviderConfiguration Description: String PaymentManagerId: String

Properties

ConnectorName

Property description not available.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$

Update requires: Replacement

ConnectorType

Property description not available.

Required: Yes

Type: String

Allowed values: CoinbaseCDP | StripePrivy

Update requires: No interruption

CredentialProviderConfigurations

Property description not available.

Required: Yes

Type: Array of CredentialsProviderConfiguration

Minimum: 1

Maximum: 1

Update requires: No interruption

Description

Property description not available.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9\s]+$

Minimum: 1

Maximum: 4096

Update requires: No interruption

PaymentManagerId

Property description not available.

Required: Yes

Type: String

Pattern: ^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$

Update requires: Replacement

Return values

Ref

Fn::GetAtt

ConnectorCreatedAt

Property description not available.

ConnectorLastUpdatedAt

Property description not available.

ConnectorStatus

Property description not available.

PaymentConnectorArn

Property description not available.

PaymentConnectorId

The unique identifier of the payment connector.