CoinbaseCdpConfigurationInput
Coinbase CDP configuration — credentials provided by Coinbase Developer Platform.
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
- apiKeySecret
-
The API key secret provided by Coinbase Developer Platform.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[a-zA-Z0-9+/=\-_\s]*Required: No
- apiKeySecretConfig
-
A reference to the AWS Secrets Manager secret that stores the API key secret. This includes the secret ID and the JSON key used to extract the API key secret value from the secret. Required when
apiKeySecretSourceis set toEXTERNAL.Type: SecretReference object
Required: No
- apiKeySecretSource
-
The source type of the API key secret for the Coinbase Developer Platform. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in AWS Secrets Manager.Type: String
Valid Values:
MANAGED | EXTERNALRequired: No
- walletSecret
-
The wallet secret provided by Coinbase Developer Platform.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[a-zA-Z0-9+/=\-_\s]*Required: No
- walletSecretConfig
-
A reference to the AWS Secrets Manager secret that stores the wallet secret. This includes the secret ID and the JSON key used to extract the wallet secret value from the secret. Required when
walletSecretSourceis set toEXTERNAL.Type: SecretReference object
Required: No
- walletSecretSource
-
The source type of the wallet secret for the Coinbase Developer Platform. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in AWS Secrets Manager.Type: String
Valid Values:
MANAGED | EXTERNALRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: