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::PaymentCredentialProvider CoinbaseCdpConfigurationInput
Coinbase CDP configuration input, containing API credentials used by agents to authenticate with Coinbase's Commerce Developer Platform.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApiKeyId" :String, "ApiKeySecret" :String, "WalletSecret" :String}
YAML
ApiKeyId:StringApiKeySecret:StringWalletSecret:String
Properties
ApiKeyId-
The Coinbase CDP API key ID.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
ApiKeySecret-
The Coinbase CDP API key secret. The value is stored as a secret in AWS Secrets Manager.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
WalletSecret-
The Coinbase CDP wallet secret. The value is stored as a secret in AWS Secrets Manager.
Required: No
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption