Skip to content

Bedrock Agentcore Control  >  Structures  >  CoinbaseCdpConfigurationOutput

CoinbaseCdpConfigurationOutput

Structure Class

CoinbaseCdpConfigurationOutput dataclass

Coinbase CDP configuration output with secret ARNs.

Attributes

api_key_id instance-attribute
api_key_id: str

The API key identifier provided by Coinbase Developer Platform.

api_key_secret_arn instance-attribute
api_key_secret_arn: Secret

Contains information about a secret in Amazon Web Services Secrets Manager.

api_key_secret_json_key class-attribute instance-attribute
api_key_secret_json_key: str | None = None

The JSON key used to extract the API key secret value from the Amazon Web Services Secrets Manager secret.

api_key_secret_source class-attribute instance-attribute
api_key_secret_source: SecretSourceType | None = None

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 Amazon Web Services Secrets Manager.

wallet_secret_arn instance-attribute
wallet_secret_arn: Secret

Contains information about a secret in Amazon Web Services Secrets Manager.

wallet_secret_json_key class-attribute instance-attribute
wallet_secret_json_key: str | None = None

The JSON key used to extract the wallet secret value from the Amazon Web Services Secrets Manager secret.

wallet_secret_source class-attribute instance-attribute
wallet_secret_source: SecretSourceType | None = None

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 Amazon Web Services Secrets Manager.