View a markdown version of this page

AWS::BedrockAgentCore::PaymentCredentialProvider CoinbaseCdpConfigurationOutput - 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 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:

Properties

ApiKeyId

The Coinbase CDP API key ID.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update 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

ApiKeySecretJsonKey

The JSON key used to extract the API key secret value from the AWS Secrets Manager secret.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

ApiKeySecretSource

The source type of the API key secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in AWS Secrets Manager.

Required: No

Type: String

Allowed values: MANAGED | EXTERNAL

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

WalletSecretJsonKey

The JSON key used to extract the wallet secret value from the AWS Secrets Manager secret.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

WalletSecretSource

The source type of the wallet secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in AWS Secrets Manager.

Required: No

Type: String

Allowed values: MANAGED | EXTERNAL

Update requires: No interruption