1. Packages
  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.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 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,
                         credential_provider_configurations: Optional[Sequence[PaymentConnectorCredentialsProviderConfigurationArgs]] = None,
                         payment_manager_id: Optional[str] = None,
                         connector_name: Optional[str] = None,
                         description: Optional[str] = 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_paymentconnector" "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
    CredentialProviderConfigurations List<Pulumi.AwsNative.BedrockAgentCore.Inputs.PaymentConnectorCredentialsProviderConfiguration>
    The credential provider configurations for the connector
    PaymentManagerId string
    The identifier of the parent payment manager
    ConnectorName string
    The name of the payment connector
    Description string
    A description of the payment connector
    ConnectorType PaymentConnectorType
    CredentialProviderConfigurations []PaymentConnectorCredentialsProviderConfigurationArgs
    The credential provider configurations for the connector
    PaymentManagerId string
    The identifier of the parent payment manager
    ConnectorName string
    The name of the payment connector
    Description string
    A description of the payment connector
    connector_type "CoinbaseCDP" | "StripePrivy"
    credential_provider_configurations list(object)
    The credential provider configurations for the connector
    payment_manager_id string
    The identifier of the parent payment manager
    connector_name string
    The name of the payment connector
    description string
    A description of the payment connector
    connectorType PaymentConnectorType
    credentialProviderConfigurations List<PaymentConnectorCredentialsProviderConfiguration>
    The credential provider configurations for the connector
    paymentManagerId String
    The identifier of the parent payment manager
    connectorName String
    The name of the payment connector
    description String
    A description of the payment connector
    connectorType PaymentConnectorType
    credentialProviderConfigurations PaymentConnectorCredentialsProviderConfiguration[]
    The credential provider configurations for the connector
    paymentManagerId string
    The identifier of the parent payment manager
    connectorName string
    The name of the payment connector
    description string
    A description of the payment connector
    connector_type PaymentConnectorType
    credential_provider_configurations Sequence[PaymentConnectorCredentialsProviderConfigurationArgs]
    The credential provider configurations for the connector
    payment_manager_id str
    The identifier of the parent payment manager
    connector_name str
    The name of the payment connector
    description str
    A description of the payment connector
    connectorType "CoinbaseCDP" | "StripePrivy"
    credentialProviderConfigurations List<Property Map>
    The credential provider configurations for the connector
    paymentManagerId String
    The identifier of the parent payment manager
    connectorName String
    The name of the payment connector
    description String
    A description of the payment connector

    Outputs

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

    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
    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
    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"
    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
    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
    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
    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
    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"
    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

    PaymentConnectorStatus, PaymentConnectorStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    PaymentConnectorStatusCreating
    CREATING
    PaymentConnectorStatusUpdating
    UPDATING
    PaymentConnectorStatusDeleting
    DELETING
    PaymentConnectorStatusReady
    READY
    PaymentConnectorStatusCreateFailed
    CREATE_FAILED
    PaymentConnectorStatusUpdateFailed
    UPDATE_FAILED
    PaymentConnectorStatusDeleteFailed
    DELETE_FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "READY"
    READY
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    CREATING
    CREATING
    UPDATING
    UPDATING
    DELETING
    DELETING
    READY
    READY
    CREATE_FAILED
    CREATE_FAILED
    UPDATE_FAILED
    UPDATE_FAILED
    DELETE_FAILED
    DELETE_FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "READY"
    READY
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETE_FAILED"
    DELETE_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

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

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial