1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. PaymentConnector

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource Type definition for AWS::BedrockAgentCore::PaymentConnector

    Create PaymentConnector Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PaymentConnector(name: string, args: PaymentConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def PaymentConnector(resource_name: str,
                         args: PaymentConnectorArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def PaymentConnector(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         connector_type: Optional[PaymentConnectorType] = None,
                         payment_manager_id: Optional[str] = None,
                         connector_name: Optional[str] = None,
                         credential_provider_configurations: Optional[Sequence[PaymentConnectorCredentialsProviderConfigurationArgs]] = None,
                         description: Optional[str] = None,
                         provision_mode: Optional[PaymentConnectorProvisionMode] = None)
    func NewPaymentConnector(ctx *Context, name string, args PaymentConnectorArgs, opts ...ResourceOption) (*PaymentConnector, error)
    public PaymentConnector(string name, PaymentConnectorArgs args, CustomResourceOptions? opts = null)
    public PaymentConnector(String name, PaymentConnectorArgs args)
    public PaymentConnector(String name, PaymentConnectorArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:PaymentConnector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_bedrockagentcore_payment_connector" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PaymentConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PaymentConnectorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PaymentConnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PaymentConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PaymentConnectorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    PaymentConnector Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PaymentConnector resource accepts the following input properties:

    ConnectorType Pulumi.AwsNative.BedrockAgentCore.PaymentConnectorType
    PaymentManagerId string
    The identifier of the parent payment manager
    ConnectorName string
    The name of the payment connector
    CredentialProviderConfigurations List<Pulumi.AwsNative.BedrockAgentCore.Inputs.PaymentConnectorCredentialsProviderConfiguration>
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    Description string
    A description of the payment connector
    ProvisionMode Pulumi.AwsNative.BedrockAgentCore.PaymentConnectorProvisionMode
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.
    ConnectorType PaymentConnectorType
    PaymentManagerId string
    The identifier of the parent payment manager
    ConnectorName string
    The name of the payment connector
    CredentialProviderConfigurations []PaymentConnectorCredentialsProviderConfigurationArgs
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    Description string
    A description of the payment connector
    ProvisionMode PaymentConnectorProvisionMode
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.
    connector_type "CoinbaseCDP" | "StripePrivy"
    payment_manager_id string
    The identifier of the parent payment manager
    connector_name string
    The name of the payment connector
    credential_provider_configurations list(object)
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    description string
    A description of the payment connector
    provision_mode "MANUAL" | "QUICK_CREATE"
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.
    connectorType PaymentConnectorType
    paymentManagerId String
    The identifier of the parent payment manager
    connectorName String
    The name of the payment connector
    credentialProviderConfigurations List<PaymentConnectorCredentialsProviderConfiguration>
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    description String
    A description of the payment connector
    provisionMode PaymentConnectorProvisionMode
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.
    connectorType PaymentConnectorType
    paymentManagerId string
    The identifier of the parent payment manager
    connectorName string
    The name of the payment connector
    credentialProviderConfigurations PaymentConnectorCredentialsProviderConfiguration[]
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    description string
    A description of the payment connector
    provisionMode PaymentConnectorProvisionMode
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.
    connector_type PaymentConnectorType
    payment_manager_id str
    The identifier of the parent payment manager
    connector_name str
    The name of the payment connector
    credential_provider_configurations Sequence[PaymentConnectorCredentialsProviderConfigurationArgs]
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    description str
    A description of the payment connector
    provision_mode PaymentConnectorProvisionMode
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.
    connectorType "CoinbaseCDP" | "StripePrivy"
    paymentManagerId String
    The identifier of the parent payment manager
    connectorName String
    The name of the payment connector
    credentialProviderConfigurations List<Property Map>
    The credential provider configurations for the connector. Required when ProvisionMode is MANUAL or not specified. Empty for QUICK_CREATE until provisioning completes.
    description String
    A description of the payment connector
    provisionMode "MANUAL" | "QUICK_CREATE"
    The provision mode for creating the connector. MANUAL requires CredentialProviderConfigurations; QUICK_CREATE orchestrates OAuth consent and credential provisioning.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PaymentConnector resource produces the following output properties:

    AuthorizationUrl string
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    ConnectorCreatedAt string
    The timestamp when the connector was created
    ConnectorLastUpdatedAt string
    The timestamp when the connector was last updated
    ConnectorStatus Pulumi.AwsNative.BedrockAgentCore.PaymentConnectorStatus
    Id string
    The provider-assigned unique ID for this managed resource.
    PaymentConnectorArn string
    Synthetic ARN for the payment connector (used for engine resolution)
    PaymentConnectorId string
    The unique identifier for the payment connector
    AuthorizationUrl string
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    ConnectorCreatedAt string
    The timestamp when the connector was created
    ConnectorLastUpdatedAt string
    The timestamp when the connector was last updated
    ConnectorStatus PaymentConnectorStatus
    Id string
    The provider-assigned unique ID for this managed resource.
    PaymentConnectorArn string
    Synthetic ARN for the payment connector (used for engine resolution)
    PaymentConnectorId string
    The unique identifier for the payment connector
    authorization_url string
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    connector_created_at string
    The timestamp when the connector was created
    connector_last_updated_at string
    The timestamp when the connector was last updated
    connector_status "CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED"
    id string
    The provider-assigned unique ID for this managed resource.
    payment_connector_arn string
    Synthetic ARN for the payment connector (used for engine resolution)
    payment_connector_id string
    The unique identifier for the payment connector
    authorizationUrl String
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    connectorCreatedAt String
    The timestamp when the connector was created
    connectorLastUpdatedAt String
    The timestamp when the connector was last updated
    connectorStatus PaymentConnectorStatus
    id String
    The provider-assigned unique ID for this managed resource.
    paymentConnectorArn String
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorId String
    The unique identifier for the payment connector
    authorizationUrl string
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    connectorCreatedAt string
    The timestamp when the connector was created
    connectorLastUpdatedAt string
    The timestamp when the connector was last updated
    connectorStatus PaymentConnectorStatus
    id string
    The provider-assigned unique ID for this managed resource.
    paymentConnectorArn string
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorId string
    The unique identifier for the payment connector
    authorization_url str
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    connector_created_at str
    The timestamp when the connector was created
    connector_last_updated_at str
    The timestamp when the connector was last updated
    connector_status PaymentConnectorStatus
    id str
    The provider-assigned unique ID for this managed resource.
    payment_connector_arn str
    Synthetic ARN for the payment connector (used for engine resolution)
    payment_connector_id str
    The unique identifier for the payment connector
    authorizationUrl String
    The URL the user must open to complete OAuth consent. Only present when ConnectorStatus is PENDING_AUTHENTICATION.
    connectorCreatedAt String
    The timestamp when the connector was created
    connectorLastUpdatedAt String
    The timestamp when the connector was last updated
    connectorStatus "CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED"
    id String
    The provider-assigned unique ID for this managed resource.
    paymentConnectorArn String
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorId String
    The unique identifier for the payment connector

    Supporting Types

    PaymentConnectorCredentialsProviderConfiguration, PaymentConnectorCredentialsProviderConfigurationArgs

    PaymentConnectorPaymentCredentialProviderConfiguration, PaymentConnectorPaymentCredentialProviderConfigurationArgs

    CredentialProviderArn string
    The ARN of the payment credential provider
    CredentialProviderArn string
    The ARN of the payment credential provider
    credential_provider_arn string
    The ARN of the payment credential provider
    credentialProviderArn String
    The ARN of the payment credential provider
    credentialProviderArn string
    The ARN of the payment credential provider
    credential_provider_arn str
    The ARN of the payment credential provider
    credentialProviderArn String
    The ARN of the payment credential provider

    PaymentConnectorProvisionMode, PaymentConnectorProvisionModeArgs

    Manual
    MANUAL
    QuickCreate
    QUICK_CREATE
    PaymentConnectorProvisionModeManual
    MANUAL
    PaymentConnectorProvisionModeQuickCreate
    QUICK_CREATE
    "MANUAL"
    MANUAL
    "QUICK_CREATE"
    QUICK_CREATE
    Manual
    MANUAL
    QuickCreate
    QUICK_CREATE
    Manual
    MANUAL
    QuickCreate
    QUICK_CREATE
    MANUAL
    MANUAL
    QUICK_CREATE
    QUICK_CREATE
    "MANUAL"
    MANUAL
    "QUICK_CREATE"
    QUICK_CREATE

    PaymentConnectorStatus, PaymentConnectorStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    AwsMarketplaceSubscriptionRequired
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    PendingAuthentication
    PENDING_AUTHENTICATION
    Provisioning
    PROVISIONING
    AuthenticationExpired
    AUTHENTICATION_EXPIRED
    AuthenticationFailed
    AUTHENTICATION_FAILED
    PaymentConnectorStatusCreating
    CREATING
    PaymentConnectorStatusUpdating
    UPDATING
    PaymentConnectorStatusDeleting
    DELETING
    PaymentConnectorStatusReady
    READY
    PaymentConnectorStatusCreateFailed
    CREATE_FAILED
    PaymentConnectorStatusUpdateFailed
    UPDATE_FAILED
    PaymentConnectorStatusDeleteFailed
    DELETE_FAILED
    PaymentConnectorStatusAwsMarketplaceSubscriptionRequired
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    PaymentConnectorStatusPendingAuthentication
    PENDING_AUTHENTICATION
    PaymentConnectorStatusProvisioning
    PROVISIONING
    PaymentConnectorStatusAuthenticationExpired
    AUTHENTICATION_EXPIRED
    PaymentConnectorStatusAuthenticationFailed
    AUTHENTICATION_FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "READY"
    READY
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED
    "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED"
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    "PENDING_AUTHENTICATION"
    PENDING_AUTHENTICATION
    "PROVISIONING"
    PROVISIONING
    "AUTHENTICATION_EXPIRED"
    AUTHENTICATION_EXPIRED
    "AUTHENTICATION_FAILED"
    AUTHENTICATION_FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    AwsMarketplaceSubscriptionRequired
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    PendingAuthentication
    PENDING_AUTHENTICATION
    Provisioning
    PROVISIONING
    AuthenticationExpired
    AUTHENTICATION_EXPIRED
    AuthenticationFailed
    AUTHENTICATION_FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    AwsMarketplaceSubscriptionRequired
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    PendingAuthentication
    PENDING_AUTHENTICATION
    Provisioning
    PROVISIONING
    AuthenticationExpired
    AUTHENTICATION_EXPIRED
    AuthenticationFailed
    AUTHENTICATION_FAILED
    CREATING
    CREATING
    UPDATING
    UPDATING
    DELETING
    DELETING
    READY
    READY
    CREATE_FAILED
    CREATE_FAILED
    UPDATE_FAILED
    UPDATE_FAILED
    DELETE_FAILED
    DELETE_FAILED
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    PENDING_AUTHENTICATION
    PENDING_AUTHENTICATION
    PROVISIONING
    PROVISIONING
    AUTHENTICATION_EXPIRED
    AUTHENTICATION_EXPIRED
    AUTHENTICATION_FAILED
    AUTHENTICATION_FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "READY"
    READY
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED
    "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED"
    AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED
    "PENDING_AUTHENTICATION"
    PENDING_AUTHENTICATION
    "PROVISIONING"
    PROVISIONING
    "AUTHENTICATION_EXPIRED"
    AUTHENTICATION_EXPIRED
    "AUTHENTICATION_FAILED"
    AUTHENTICATION_FAILED

    PaymentConnectorType, PaymentConnectorTypeArgs

    CoinbaseCdp
    CoinbaseCDP
    StripePrivy
    StripePrivy
    PaymentConnectorTypeCoinbaseCdp
    CoinbaseCDP
    PaymentConnectorTypeStripePrivy
    StripePrivy
    "CoinbaseCDP"
    CoinbaseCDP
    "StripePrivy"
    StripePrivy
    CoinbaseCdp
    CoinbaseCDP
    StripePrivy
    StripePrivy
    CoinbaseCdp
    CoinbaseCDP
    StripePrivy
    StripePrivy
    COINBASE_CDP
    CoinbaseCDP
    STRIPE_PRIVY
    StripePrivy
    "CoinbaseCDP"
    CoinbaseCDP
    "StripePrivy"
    StripePrivy

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial