View a markdown version of this page

CoinbaseCdpConfigurationOutput - Amazon Bedrock AgentCore Control Plane

CoinbaseCdpConfigurationOutput

Coinbase CDP configuration output with secret ARNs.

Contents

apiKeyId

The API key identifier provided by Coinbase Developer Platform.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: [a-zA-Z0-9\-_]+

Required: Yes

apiKeySecretArn

Contains information about a secret in AWS Secrets Manager.

Type: Secret object

Required: Yes

walletSecretArn

Contains information about a secret in AWS Secrets Manager.

Type: Secret object

Required: Yes

apiKeySecretJsonKey

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Required: No

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.

Type: String

Valid Values: MANAGED | EXTERNAL

Required: No

walletSecretJsonKey

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Required: No

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.

Type: String

Valid Values: MANAGED | EXTERNAL

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: