interface PaymentCredentialProviderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnPaymentConnectorPropsMixin.PaymentCredentialProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnPaymentConnectorPropsMixin_PaymentCredentialProviderConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentConnectorPropsMixin.PaymentCredentialProviderConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnPaymentConnectorPropsMixin.PaymentCredentialProviderConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnPaymentConnectorPropsMixin » PaymentCredentialProviderConfigurationProperty |
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/cfn-property-mixins';
const paymentCredentialProviderConfigurationProperty: bedrockagentcore.CfnPaymentConnectorPropsMixin.PaymentCredentialProviderConfigurationProperty = {
credentialProviderArn: 'credentialProviderArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| credential | string | The ARN of the payment credential provider. |
credentialProviderArn?
Type:
string
(optional)
The ARN of the payment credential provider.

.NET
Go
Java
Python
TypeScript