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 CoinbaseCdpConfigurationOutput
Coinbase CDP configuration output, containing the Coinbase CDP API key ID and the Amazon Resource Names (ARNs) of the secrets that store the API key secret and wallet secret.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApiKeyId" :String, "ApiKeySecretArn" :SecretInfo, "WalletSecretArn" :SecretInfo}
YAML
ApiKeyId:StringApiKeySecretArn:SecretInfoWalletSecretArn:SecretInfo
Properties
ApiKeyId-
The Coinbase CDP API key ID.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
ApiKeySecretArn-
Information about the secret in AWS Secrets Manager that stores the Coinbase CDP API key secret.
Required: Yes
Type: SecretInfo
Update requires: No interruption
WalletSecretArn-
Information about the secret in AWS Secrets Manager that stores the Coinbase CDP wallet secret.
Required: No
Type: SecretInfo
Update requires: No interruption