---
type: resource-type
title: PaymentConnector
description: aws resource type AWS::BedrockAgentCore::PaymentConnector
name: PaymentConnector
lexicon: aws
resource_type: AWS::BedrockAgentCore::PaymentConnector
---
`AWS::BedrockAgentCore::PaymentConnector`, a resource type of the aws lexicon.

## Properties

- `ConnectorName` (`string`, required): The name of the payment connector
- `ConnectorType` (`PaymentConnector_PaymentConnectorType`, required)
- `CredentialProviderConfigurations` (`PaymentConnector_CredentialsProviderConfiguration[]`, required): The credential provider configurations for the connector
- `PaymentManagerId` (`string`, required): The identifier of the parent payment manager
- `ConnectorCreatedAt` (`string`, optional): The timestamp when the connector was created
- `ConnectorLastUpdatedAt` (`string`, optional): The timestamp when the connector was last updated
- `ConnectorStatus` (`PaymentConnector_PaymentConnectorStatus`, optional)
- `Description` (`string`, optional): A description of the payment connector
- `PaymentConnectorArn` (`string`, optional): Synthetic ARN for the payment connector (used for engine resolution)
- `PaymentConnectorId` (`string`, optional): The unique identifier for the payment connector

## Attributes

- `ConnectorCreatedAt`
- `ConnectorLastUpdatedAt`
- `ConnectorStatus`
- `PaymentConnectorArn`
- `PaymentConnectorId`
