interface CredentialsProviderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnPaymentConnector.CredentialsProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnPaymentConnector_CredentialsProviderConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnPaymentConnector.CredentialsProviderConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnPaymentConnector.CredentialsProviderConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnPaymentConnector » CredentialsProviderConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const credentialsProviderConfigurationProperty: bedrockagentcore.CfnPaymentConnector.CredentialsProviderConfigurationProperty = {
coinbaseCdp: {
credentialProviderArn: 'credentialProviderArn',
},
stripePrivy: {
credentialProviderArn: 'credentialProviderArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| coinbase | IResolvable | Payment | |
| stripe | IResolvable | Payment |
coinbaseCdp?
Type:
IResolvable | Payment
(optional)
stripePrivy?
Type:
IResolvable | Payment
(optional)

.NET
Go
Java
Python
TypeScript