Interface CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnPaymentCredentialProviderPropsMixin
@Stability(Stable)
public static interface CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
Coinbase CDP configuration with API credentials.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
CoinbaseCdpConfigurationInputProperty coinbaseCdpConfigurationInputProperty = CoinbaseCdpConfigurationInputProperty.builder()
.apiKeyId("apiKeyId")
.apiKeySecret("apiKeySecret")
.walletSecret("walletSecret")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKeyId
The Coinbase CDP API key ID.- See Also:
-
getApiKeySecret
The Coinbase CDP API key secret.- See Also:
-
getWalletSecret
The Coinbase CDP wallet secret.- See Also:
-
builder
@Stability(Stable) static CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder builder()
-