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

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

    Using getPaymentConnector

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPaymentConnector(args: GetPaymentConnectorArgs, opts?: InvokeOptions): Promise<GetPaymentConnectorResult>
    function getPaymentConnectorOutput(args: GetPaymentConnectorOutputArgs, opts?: InvokeOutputOptions): Output<GetPaymentConnectorResult>
    def get_payment_connector(payment_connector_arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetPaymentConnectorResult
    def get_payment_connector_output(payment_connector_arn: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOutputOptions] = None) -> Output[GetPaymentConnectorResult]
    func LookupPaymentConnector(ctx *Context, args *LookupPaymentConnectorArgs, opts ...InvokeOption) (*LookupPaymentConnectorResult, error)
    func LookupPaymentConnectorOutput(ctx *Context, args *LookupPaymentConnectorOutputArgs, opts ...InvokeOption) LookupPaymentConnectorResultOutput

    > Note: This function is named LookupPaymentConnector in the Go SDK.

    public static class GetPaymentConnector 
    {
        public static Task<GetPaymentConnectorResult> InvokeAsync(GetPaymentConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetPaymentConnectorResult> Invoke(GetPaymentConnectorInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetPaymentConnectorResult> Invoke(GetPaymentConnectorInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetPaymentConnectorResult> getPaymentConnector(GetPaymentConnectorArgs args, InvokeOptions options)
    public static Output<GetPaymentConnectorResult> getPaymentConnector(GetPaymentConnectorArgs args, InvokeOptions options)
    public static Output<GetPaymentConnectorResult> getPaymentConnector(GetPaymentConnectorArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:bedrockagentcore:getPaymentConnector
      arguments:
        # arguments dictionary
    data "aws-native_bedrockagentcore_get_payment_connector" "name" {
        # arguments
    }

    The following arguments are supported:

    PaymentConnectorArn string
    Synthetic ARN for the payment connector (used for engine resolution)
    PaymentConnectorArn string
    Synthetic ARN for the payment connector (used for engine resolution)
    payment_connector_arn string
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorArn String
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorArn string
    Synthetic ARN for the payment connector (used for engine resolution)
    payment_connector_arn str
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorArn String
    Synthetic ARN for the payment connector (used for engine resolution)

    getPaymentConnector Result

    The following output properties are available:

    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
    CredentialProviderConfigurations List<Pulumi.AwsNative.BedrockAgentCore.Outputs.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
    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
    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
    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"
    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
    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
    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
    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
    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
    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
    credential_provider_configurations Sequence[PaymentConnectorCredentialsProviderConfiguration]
    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
    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"
    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
    paymentConnectorArn String
    Synthetic ARN for the payment connector (used for engine resolution)
    paymentConnectorId String
    The unique identifier for the payment connector

    Supporting Types

    PaymentConnectorCredentialsProviderConfiguration

    PaymentConnectorPaymentCredentialProviderConfiguration

    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

    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