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:StringConnectorType:StringCredentialProviderConfigurations:- CredentialsProviderConfigurationDescription:StringPaymentManagerId:String
Properties
ConnectorNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_]{0,47}$Update requires: Replacement
ConnectorTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
CoinbaseCDP | StripePrivyUpdate requires: No interruption
CredentialProviderConfigurationsProperty description not available.
Required: Yes
Type: Array of CredentialsProviderConfiguration
Minimum:
1Maximum:
1Update requires: No interruption
DescriptionProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9\s]+$Minimum:
1Maximum:
4096Update requires: No interruption
PaymentManagerIdProperty 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
ConnectorCreatedAtProperty description not available.
ConnectorLastUpdatedAtProperty description not available.
ConnectorStatusProperty description not available.
PaymentConnectorArnProperty description not available.
PaymentConnectorId-
The unique identifier of the payment connector.