Class CfnPaymentCredentialProvider.CoinbaseCdpConfigurationOutputProperty
Coinbase CDP configuration output with secret ARNs.
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPaymentCredentialProvider.CoinbaseCdpConfigurationOutputProperty : CfnPaymentCredentialProvider.ICoinbaseCdpConfigurationOutputProperty
Syntax (vb)
Public Class CfnPaymentCredentialProvider.CoinbaseCdpConfigurationOutputProperty Implements CfnPaymentCredentialProvider.ICoinbaseCdpConfigurationOutputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var coinbaseCdpConfigurationOutputProperty = new CoinbaseCdpConfigurationOutputProperty {
ApiKeyId = "apiKeyId",
ApiKeySecretArn = new SecretInfoProperty {
SecretArn = "secretArn"
},
// the properties below are optional
WalletSecretArn = new SecretInfoProperty {
SecretArn = "secretArn"
}
};
Synopsis
Constructors
| CoinbaseCdpConfigurationOutputProperty() | Coinbase CDP configuration output with secret ARNs. |
Properties
| ApiKeyId | The Coinbase CDP API key ID. |
| ApiKeySecretArn | Contains information about a secret in AWS Secrets Manager. |
| WalletSecretArn | Contains information about a secret in AWS Secrets Manager. |
Constructors
CoinbaseCdpConfigurationOutputProperty()
Coinbase CDP configuration output with secret ARNs.
public CoinbaseCdpConfigurationOutputProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var coinbaseCdpConfigurationOutputProperty = new CoinbaseCdpConfigurationOutputProperty {
ApiKeyId = "apiKeyId",
ApiKeySecretArn = new SecretInfoProperty {
SecretArn = "secretArn"
},
// the properties below are optional
WalletSecretArn = new SecretInfoProperty {
SecretArn = "secretArn"
}
};
Properties
ApiKeyId
The Coinbase CDP API key ID.
public string ApiKeyId { get; set; }
Property Value
Remarks
ApiKeySecretArn
Contains information about a secret in AWS Secrets Manager.
public object ApiKeySecretArn { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty
WalletSecretArn
Contains information about a secret in AWS Secrets Manager.
public object? WalletSecretArn { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty