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

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

    Create PaymentCredentialProvider Resource

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

    Constructor syntax

    new PaymentCredentialProvider(name: string, args: PaymentCredentialProviderArgs, opts?: CustomResourceOptions);
    @overload
    def PaymentCredentialProvider(resource_name: str,
                                  args: PaymentCredentialProviderArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def PaymentCredentialProvider(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  credential_provider_vendor: Optional[PaymentCredentialProviderVendorType] = None,
                                  name: Optional[str] = None,
                                  provider_configuration_input: Optional[PaymentCredentialProviderPaymentProviderConfigurationInputArgs] = None,
                                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewPaymentCredentialProvider(ctx *Context, name string, args PaymentCredentialProviderArgs, opts ...ResourceOption) (*PaymentCredentialProvider, error)
    public PaymentCredentialProvider(string name, PaymentCredentialProviderArgs args, CustomResourceOptions? opts = null)
    public PaymentCredentialProvider(String name, PaymentCredentialProviderArgs args)
    public PaymentCredentialProvider(String name, PaymentCredentialProviderArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:PaymentCredentialProvider
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_bedrockagentcore_paymentcredentialprovider" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PaymentCredentialProviderArgs
    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 PaymentCredentialProviderArgs
    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 PaymentCredentialProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PaymentCredentialProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PaymentCredentialProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    PaymentCredentialProvider 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 PaymentCredentialProvider resource accepts the following input properties:

    credential_provider_vendor "CoinbaseCDP" | "StripePrivy"
    name string
    Unique name for the payment credential provider
    provider_configuration_input object
    tags list(object)
    Tags for the payment credential provider
    credentialProviderVendor "CoinbaseCDP" | "StripePrivy"
    name String
    Unique name for the payment credential provider
    providerConfigurationInput Property Map
    tags List<Property Map>
    Tags for the payment credential provider

    Outputs

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

    CreatedTime string
    The timestamp when the credential provider was created
    CredentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The timestamp when the credential provider was last updated
    ProviderConfigurationOutput Pulumi.AwsNative.BedrockAgentCore.Outputs.PaymentCredentialProviderPaymentProviderConfigurationOutput
    CreatedTime string
    The timestamp when the credential provider was created
    CredentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The timestamp when the credential provider was last updated
    ProviderConfigurationOutput PaymentCredentialProviderPaymentProviderConfigurationOutput
    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
    id string
    The provider-assigned unique ID for this managed resource.
    last_updated_time string
    The timestamp when the credential provider was last updated
    provider_configuration_output object
    createdTime String
    The timestamp when the credential provider was created
    credentialProviderArn String
    The Amazon Resource Name (ARN) of the payment credential provider
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The timestamp when the credential provider was last updated
    providerConfigurationOutput PaymentCredentialProviderPaymentProviderConfigurationOutput
    createdTime string
    The timestamp when the credential provider was created
    credentialProviderArn string
    The Amazon Resource Name (ARN) of the payment credential provider
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    The timestamp when the credential provider was last updated
    providerConfigurationOutput PaymentCredentialProviderPaymentProviderConfigurationOutput
    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
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    The timestamp when the credential provider was last updated
    provider_configuration_output PaymentCredentialProviderPaymentProviderConfigurationOutput
    createdTime String
    The timestamp when the credential provider was created
    credentialProviderArn String
    The Amazon Resource Name (ARN) of the payment credential provider
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The timestamp when the credential provider was last updated
    providerConfigurationOutput Property Map

    Supporting Types

    PaymentCredentialProviderCoinbaseCdpConfigurationInput, PaymentCredentialProviderCoinbaseCdpConfigurationInputArgs

    Coinbase CDP configuration with API credentials

    PaymentCredentialProviderCoinbaseCdpConfigurationOutput, PaymentCredentialProviderCoinbaseCdpConfigurationOutputArgs

    Coinbase CDP configuration output with secret ARNs
    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"

    PaymentCredentialProviderPaymentProviderConfigurationInput, PaymentCredentialProviderPaymentProviderConfigurationInputArgs

    Provider configuration input containing secrets for creation/update

    PaymentCredentialProviderPaymentProviderConfigurationOutput, PaymentCredentialProviderPaymentProviderConfigurationOutputArgs

    Provider configuration output containing secret ARNs (no raw secrets)

    PaymentCredentialProviderSecretInfo, PaymentCredentialProviderSecretInfoArgs

    Contains information about a 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 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

    PaymentCredentialProviderSecretReference, PaymentCredentialProviderSecretReferenceArgs

    A reference to a customer-provided secret stored in AWS Secrets Manager
    JsonKey string
    The JSON key within the secret that contains the credential value
    SecretId string
    The ID or ARN of the secret in AWS Secrets Manager
    JsonKey string
    The JSON key within the secret that contains the credential value
    SecretId string
    The ID or ARN of the secret in AWS Secrets Manager
    json_key string
    The JSON key within the secret that contains the credential value
    secret_id string
    The ID or ARN of the secret in AWS Secrets Manager
    jsonKey String
    The JSON key within the secret that contains the credential value
    secretId String
    The ID or ARN of the secret in AWS Secrets Manager
    jsonKey string
    The JSON key within the secret that contains the credential value
    secretId string
    The ID or ARN of the secret in AWS Secrets Manager
    json_key str
    The JSON key within the secret that contains the credential value
    secret_id str
    The ID or ARN of the secret in AWS Secrets Manager
    jsonKey String
    The JSON key within the secret that contains the credential value
    secretId String
    The ID or ARN of the secret in AWS Secrets Manager

    PaymentCredentialProviderSecretSourceType, PaymentCredentialProviderSecretSourceTypeArgs

    Managed
    MANAGED
    External
    EXTERNAL
    PaymentCredentialProviderSecretSourceTypeManaged
    MANAGED
    PaymentCredentialProviderSecretSourceTypeExternal
    EXTERNAL
    "MANAGED"
    MANAGED
    "EXTERNAL"
    EXTERNAL
    Managed
    MANAGED
    External
    EXTERNAL
    Managed
    MANAGED
    External
    EXTERNAL
    MANAGED
    MANAGED
    EXTERNAL
    EXTERNAL
    "MANAGED"
    MANAGED
    "EXTERNAL"
    EXTERNAL

    PaymentCredentialProviderStripePrivyConfigurationInput, PaymentCredentialProviderStripePrivyConfigurationInputArgs

    Stripe Privy configuration with credentials
    AppId string
    The app ID provided by Privy
    AuthorizationId string
    The authorization ID for the Stripe Privy integration
    AppSecret string
    The app secret provided by Privy
    AppSecretConfig PaymentCredentialProviderSecretReference
    AppSecretSource PaymentCredentialProviderSecretSourceType
    AuthorizationPrivateKey string
    The authorization private key for the Stripe Privy integration
    AuthorizationPrivateKeyConfig PaymentCredentialProviderSecretReference
    AuthorizationPrivateKeySource PaymentCredentialProviderSecretSourceType
    app_id string
    The app ID provided by Privy
    authorization_id string
    The authorization ID for the Stripe Privy integration
    app_secret string
    The app secret provided by Privy
    app_secret_config object
    app_secret_source "MANAGED" | "EXTERNAL"
    authorization_private_key string
    The authorization private key for the Stripe Privy integration
    authorization_private_key_config object
    authorization_private_key_source "MANAGED" | "EXTERNAL"
    appId String
    The app ID provided by Privy
    authorizationId String
    The authorization ID for the Stripe Privy integration
    appSecret String
    The app secret provided by Privy
    appSecretConfig PaymentCredentialProviderSecretReference
    appSecretSource PaymentCredentialProviderSecretSourceType
    authorizationPrivateKey String
    The authorization private key for the Stripe Privy integration
    authorizationPrivateKeyConfig PaymentCredentialProviderSecretReference
    authorizationPrivateKeySource PaymentCredentialProviderSecretSourceType
    appId string
    The app ID provided by Privy
    authorizationId string
    The authorization ID for the Stripe Privy integration
    appSecret string
    The app secret provided by Privy
    appSecretConfig PaymentCredentialProviderSecretReference
    appSecretSource PaymentCredentialProviderSecretSourceType
    authorizationPrivateKey string
    The authorization private key for the Stripe Privy integration
    authorizationPrivateKeyConfig PaymentCredentialProviderSecretReference
    authorizationPrivateKeySource PaymentCredentialProviderSecretSourceType
    appId String
    The app ID provided by Privy
    authorizationId String
    The authorization ID for the Stripe Privy integration
    appSecret String
    The app secret provided by Privy
    appSecretConfig Property Map
    appSecretSource "MANAGED" | "EXTERNAL"
    authorizationPrivateKey String
    The authorization private key for the Stripe Privy integration
    authorizationPrivateKeyConfig Property Map
    authorizationPrivateKeySource "MANAGED" | "EXTERNAL"

    PaymentCredentialProviderStripePrivyConfigurationOutput, PaymentCredentialProviderStripePrivyConfigurationOutputArgs

    Stripe Privy configuration output with secret ARNs
    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, PaymentCredentialProviderVendorTypeArgs

    CoinbaseCdp
    CoinbaseCDP
    StripePrivy
    StripePrivy
    PaymentCredentialProviderVendorTypeCoinbaseCdp
    CoinbaseCDP
    PaymentCredentialProviderVendorTypeStripePrivy
    StripePrivy
    "CoinbaseCDP"
    CoinbaseCDP
    "StripePrivy"
    StripePrivy
    CoinbaseCdp
    CoinbaseCDP
    StripePrivy
    StripePrivy
    CoinbaseCdp
    CoinbaseCDP
    StripePrivy
    StripePrivy
    COINBASE_CDP
    CoinbaseCDP
    STRIPE_PRIVY
    StripePrivy
    "CoinbaseCDP"
    CoinbaseCDP
    "StripePrivy"
    StripePrivy

    Tag, TagArgs

    A set of tags to apply to the resource.
    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