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

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::PaymentCredentialProvider

    Using getPaymentCredentialProvider

    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 getPaymentCredentialProvider(args: GetPaymentCredentialProviderArgs, opts?: InvokeOptions): Promise<GetPaymentCredentialProviderResult>
    function getPaymentCredentialProviderOutput(args: GetPaymentCredentialProviderOutputArgs, opts?: InvokeOptions): Output<GetPaymentCredentialProviderResult>
    def get_payment_credential_provider(credential_provider_arn: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetPaymentCredentialProviderResult
    def get_payment_credential_provider_output(credential_provider_arn: pulumi.Input[Optional[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetPaymentCredentialProviderResult]
    func LookupPaymentCredentialProvider(ctx *Context, args *LookupPaymentCredentialProviderArgs, opts ...InvokeOption) (*LookupPaymentCredentialProviderResult, error)
    func LookupPaymentCredentialProviderOutput(ctx *Context, args *LookupPaymentCredentialProviderOutputArgs, opts ...InvokeOption) LookupPaymentCredentialProviderResultOutput

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

    public static class GetPaymentCredentialProvider 
    {
        public static Task<GetPaymentCredentialProviderResult> InvokeAsync(GetPaymentCredentialProviderArgs args, InvokeOptions? opts = null)
        public static Output<GetPaymentCredentialProviderResult> Invoke(GetPaymentCredentialProviderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPaymentCredentialProviderResult> getPaymentCredentialProvider(GetPaymentCredentialProviderArgs args, InvokeOptions options)
    public static Output<GetPaymentCredentialProviderResult> getPaymentCredentialProvider(GetPaymentCredentialProviderArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrockagentcore:getPaymentCredentialProvider
      arguments:
        # arguments dictionary
    data "aws-native_bedrockagentcore_getpaymentcredentialprovider" "name" {
        # arguments
    }

    The following arguments are supported:

    CredentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    CredentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    credential_provider_arn string
    The Amazon Resource Name (ARN) of the payment credential provider
    credentialProviderArn String
    The Amazon Resource Name (ARN) of the payment credential provider
    credentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    credential_provider_arn str
    The Amazon Resource Name (ARN) of the payment credential provider
    credentialProviderArn String
    The Amazon Resource Name (ARN) of the payment credential provider

    getPaymentCredentialProvider Result

    The following output properties are available:

    CreatedTime string
    The timestamp when the credential provider was created
    CredentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    CredentialProviderVendor Pulumi.AwsNative.BedrockAgentCore.PaymentCredentialProviderVendorType
    LastUpdatedTime string
    The timestamp when the credential provider was last updated
    ProviderConfigurationOutput Pulumi.AwsNative.BedrockAgentCore.Outputs.PaymentCredentialProviderPaymentProviderConfigurationOutput
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for the payment credential provider
    CreatedTime string
    The timestamp when the credential provider was created
    CredentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    CredentialProviderVendor PaymentCredentialProviderVendorType
    LastUpdatedTime string
    The timestamp when the credential provider was last updated
    ProviderConfigurationOutput PaymentCredentialProviderPaymentProviderConfigurationOutput
    Tags Tag
    Tags for the payment credential provider
    created_time string
    The timestamp when the credential provider was created
    credential_provider_arn string
    The Amazon Resource Name (ARN) of the payment credential provider
    credential_provider_vendor "CoinbaseCDP" | "StripePrivy"
    last_updated_time string
    The timestamp when the credential provider was last updated
    provider_configuration_output object
    tags list(object)
    Tags for the payment credential provider
    createdTime String
    The timestamp when the credential provider was created
    credentialProviderArn String
    The Amazon Resource Name (ARN) of the payment credential provider
    credentialProviderVendor PaymentCredentialProviderVendorType
    lastUpdatedTime String
    The timestamp when the credential provider was last updated
    providerConfigurationOutput PaymentCredentialProviderPaymentProviderConfigurationOutput
    tags List<Tag>
    Tags for the payment credential provider
    createdTime string
    The timestamp when the credential provider was created
    credentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    credentialProviderVendor PaymentCredentialProviderVendorType
    lastUpdatedTime string
    The timestamp when the credential provider was last updated
    providerConfigurationOutput PaymentCredentialProviderPaymentProviderConfigurationOutput
    tags Tag[]
    Tags for the payment credential provider
    created_time str
    The timestamp when the credential provider was created
    credential_provider_arn str
    The Amazon Resource Name (ARN) of the payment credential provider
    credential_provider_vendor PaymentCredentialProviderVendorType
    last_updated_time str
    The timestamp when the credential provider was last updated
    provider_configuration_output PaymentCredentialProviderPaymentProviderConfigurationOutput
    tags Sequence[root_Tag]
    Tags for the payment credential provider
    createdTime String
    The timestamp when the credential provider was created
    credentialProviderArn String
    The Amazon Resource Name (ARN) of the payment credential provider
    credentialProviderVendor "CoinbaseCDP" | "StripePrivy"
    lastUpdatedTime String
    The timestamp when the credential provider was last updated
    providerConfigurationOutput Property Map
    tags List<Property Map>
    Tags for the payment credential provider

    Supporting Types

    PaymentCredentialProviderCoinbaseCdpConfigurationOutput

    ApiKeyId string
    The Coinbase CDP API key ID
    ApiKeySecretArn PaymentCredentialProviderSecretInfo
    ApiKeySecretJsonKey string
    The JSON key within the secret that contains the API key secret value
    ApiKeySecretSource PaymentCredentialProviderSecretSourceType
    WalletSecretArn PaymentCredentialProviderSecretInfo
    WalletSecretJsonKey string
    The JSON key within the secret that contains the wallet secret value
    WalletSecretSource PaymentCredentialProviderSecretSourceType
    api_key_id string
    The Coinbase CDP API key ID
    api_key_secret_arn object
    api_key_secret_json_key string
    The JSON key within the secret that contains the API key secret value
    api_key_secret_source "MANAGED" | "EXTERNAL"
    wallet_secret_arn object
    wallet_secret_json_key string
    The JSON key within the secret that contains the wallet secret value
    wallet_secret_source "MANAGED" | "EXTERNAL"
    apiKeyId String
    The Coinbase CDP API key ID
    apiKeySecretArn PaymentCredentialProviderSecretInfo
    apiKeySecretJsonKey String
    The JSON key within the secret that contains the API key secret value
    apiKeySecretSource PaymentCredentialProviderSecretSourceType
    walletSecretArn PaymentCredentialProviderSecretInfo
    walletSecretJsonKey String
    The JSON key within the secret that contains the wallet secret value
    walletSecretSource PaymentCredentialProviderSecretSourceType
    apiKeyId string
    The Coinbase CDP API key ID
    apiKeySecretArn PaymentCredentialProviderSecretInfo
    apiKeySecretJsonKey string
    The JSON key within the secret that contains the API key secret value
    apiKeySecretSource PaymentCredentialProviderSecretSourceType
    walletSecretArn PaymentCredentialProviderSecretInfo
    walletSecretJsonKey string
    The JSON key within the secret that contains the wallet secret value
    walletSecretSource PaymentCredentialProviderSecretSourceType
    apiKeyId String
    The Coinbase CDP API key ID
    apiKeySecretArn Property Map
    apiKeySecretJsonKey String
    The JSON key within the secret that contains the API key secret value
    apiKeySecretSource "MANAGED" | "EXTERNAL"
    walletSecretArn Property Map
    walletSecretJsonKey String
    The JSON key within the secret that contains the wallet secret value
    walletSecretSource "MANAGED" | "EXTERNAL"

    PaymentCredentialProviderPaymentProviderConfigurationOutput

    PaymentCredentialProviderSecretInfo

    SecretArn string
    The ARN of the secret in AWS Secrets Manager
    SecretArn string
    The ARN of the secret in AWS Secrets Manager
    secret_arn string
    The ARN of the secret in AWS Secrets Manager
    secretArn String
    The ARN of the secret in AWS Secrets Manager
    secretArn string
    The ARN of the secret in AWS Secrets Manager
    secret_arn str
    The ARN of the secret in AWS Secrets Manager
    secretArn String
    The ARN of the secret in AWS Secrets Manager

    PaymentCredentialProviderSecretSourceType

    PaymentCredentialProviderStripePrivyConfigurationOutput

    AppId string
    The app ID provided by Privy
    AppSecretArn PaymentCredentialProviderSecretInfo
    AuthorizationId string
    The authorization ID for the Stripe Privy integration
    AuthorizationPrivateKeyArn PaymentCredentialProviderSecretInfo
    AppSecretJsonKey string
    The JSON key within the secret that contains the app secret value
    AppSecretSource PaymentCredentialProviderSecretSourceType
    AuthorizationPrivateKeyJsonKey string
    The JSON key within the secret that contains the authorization private key value
    AuthorizationPrivateKeySource PaymentCredentialProviderSecretSourceType
    app_id string
    The app ID provided by Privy
    app_secret_arn object
    authorization_id string
    The authorization ID for the Stripe Privy integration
    authorization_private_key_arn object
    app_secret_json_key string
    The JSON key within the secret that contains the app secret value
    app_secret_source "MANAGED" | "EXTERNAL"
    authorization_private_key_json_key string
    The JSON key within the secret that contains the authorization private key value
    authorization_private_key_source "MANAGED" | "EXTERNAL"
    appId String
    The app ID provided by Privy
    appSecretArn PaymentCredentialProviderSecretInfo
    authorizationId String
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKeyArn PaymentCredentialProviderSecretInfo
    appSecretJsonKey String
    The JSON key within the secret that contains the app secret value
    appSecretSource PaymentCredentialProviderSecretSourceType
    authorizationPrivateKeyJsonKey String
    The JSON key within the secret that contains the authorization private key value
    authorizationPrivateKeySource PaymentCredentialProviderSecretSourceType
    appId string
    The app ID provided by Privy
    appSecretArn PaymentCredentialProviderSecretInfo
    authorizationId string
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKeyArn PaymentCredentialProviderSecretInfo
    appSecretJsonKey string
    The JSON key within the secret that contains the app secret value
    appSecretSource PaymentCredentialProviderSecretSourceType
    authorizationPrivateKeyJsonKey string
    The JSON key within the secret that contains the authorization private key value
    authorizationPrivateKeySource PaymentCredentialProviderSecretSourceType
    app_id str
    The app ID provided by Privy
    app_secret_arn PaymentCredentialProviderSecretInfo
    authorization_id str
    The authorization ID for the Stripe Privy integration
    authorization_private_key_arn PaymentCredentialProviderSecretInfo
    app_secret_json_key str
    The JSON key within the secret that contains the app secret value
    app_secret_source PaymentCredentialProviderSecretSourceType
    authorization_private_key_json_key str
    The JSON key within the secret that contains the authorization private key value
    authorization_private_key_source PaymentCredentialProviderSecretSourceType
    appId String
    The app ID provided by Privy
    appSecretArn Property Map
    authorizationId String
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKeyArn Property Map
    appSecretJsonKey String
    The JSON key within the secret that contains the app secret value
    appSecretSource "MANAGED" | "EXTERNAL"
    authorizationPrivateKeyJsonKey String
    The JSON key within the secret that contains the authorization private key value
    authorizationPrivateKeySource "MANAGED" | "EXTERNAL"

    PaymentCredentialProviderVendorType

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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