View a markdown version of this page

AWS::BedrockAgentCore::PaymentCredentialProvider CoinbaseCdpConfigurationInput - 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::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: String ApiKeySecret: String WalletSecret: String

Properties

ApiKeyId

The Coinbase CDP API key ID.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update 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: 1

Maximum: 2048

Update 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: 1

Maximum: 2048

Update requires: No interruption