Show / Hide Table of Contents

Class CfnPaymentCredentialProvider.CoinbaseCdpConfigurationOutputProperty

Coinbase CDP configuration output with secret ARNs.

Inheritance
object
CfnPaymentCredentialProvider.CoinbaseCdpConfigurationOutputProperty
Implements
CfnPaymentCredentialProvider.ICoinbaseCdpConfigurationOutputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeyid

ApiKeySecretArn

Contains information about a secret in AWS Secrets Manager.

public object ApiKeySecretArn { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-apikeysecretarn

Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty

WalletSecretArn

Contains information about a secret in AWS Secrets Manager.

public object? WalletSecretArn { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.html#cfn-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput-walletsecretarn

Type union: either IResolvable or CfnPaymentCredentialProvider.ISecretInfoProperty

Implements

CfnPaymentCredentialProvider.ICoinbaseCdpConfigurationOutputProperty
Back to top Generated by DocFX