

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::BedrockAgentCore::PaymentCredentialProvider CoinbaseCdpConfigurationOutput
<a name="aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput"></a>

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
<a name="aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-syntax.json"></a>

```
{
  "[ApiKeyId](#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeyid)" : {{String}},
  "[ApiKeySecretArn](#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeysecretarn)" : {{SecretInfo}},
  "[WalletSecretArn](#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-walletsecretarn)" : {{SecretInfo}}
}
```

### YAML
<a name="aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-syntax.yaml"></a>

```
  [ApiKeyId](#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeyid): {{String}}
  [ApiKeySecretArn](#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeysecretarn): {{
    SecretInfo}}
  [WalletSecretArn](#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-walletsecretarn): {{
    SecretInfo}}
```

## Properties
<a name="aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-properties"></a>

`ApiKeyId`  <a name="cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeyid"></a>
The Coinbase CDP API key ID.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ApiKeySecretArn`  <a name="cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeysecretarn"></a>
Information about the secret in AWS Secrets Manager that stores the Coinbase CDP API key secret.  
*Required*: Yes  
*Type*: [SecretInfo](aws-properties-bedrockagentcore-paymentcredentialprovider-secretinfo.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WalletSecretArn`  <a name="cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-walletsecretarn"></a>
Information about the secret in AWS Secrets Manager that stores the Coinbase CDP wallet secret.  
*Required*: No  
*Type*: [SecretInfo](aws-properties-bedrockagentcore-paymentcredentialprovider-secretinfo.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)