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

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

Viewing docs for AWS Cloud Control v1.68.0
published on Monday, Jun 1, 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
    ApiKeyId string
    The Coinbase CDP API key ID
    ApiKeySecret string
    The Coinbase CDP API key secret
    WalletSecret string
    The Coinbase CDP wallet secret
    ApiKeyId string
    The Coinbase CDP API key ID
    ApiKeySecret string
    The Coinbase CDP API key secret
    WalletSecret string
    The Coinbase CDP wallet secret
    api_key_id string
    The Coinbase CDP API key ID
    api_key_secret string
    The Coinbase CDP API key secret
    wallet_secret string
    The Coinbase CDP wallet secret
    apiKeyId String
    The Coinbase CDP API key ID
    apiKeySecret String
    The Coinbase CDP API key secret
    walletSecret String
    The Coinbase CDP wallet secret
    apiKeyId string
    The Coinbase CDP API key ID
    apiKeySecret string
    The Coinbase CDP API key secret
    walletSecret string
    The Coinbase CDP wallet secret
    api_key_id str
    The Coinbase CDP API key ID
    api_key_secret str
    The Coinbase CDP API key secret
    wallet_secret str
    The Coinbase CDP wallet secret
    apiKeyId String
    The Coinbase CDP API key ID
    apiKeySecret String
    The Coinbase CDP API key secret
    walletSecret String
    The Coinbase CDP wallet secret

    PaymentCredentialProviderCoinbaseCdpConfigurationOutput, PaymentCredentialProviderCoinbaseCdpConfigurationOutputArgs

    Coinbase CDP configuration output with secret ARNs

    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

    PaymentCredentialProviderStripePrivyConfigurationInput, PaymentCredentialProviderStripePrivyConfigurationInputArgs

    Stripe Privy configuration with credentials
    AppId string
    The app ID provided by Privy
    AppSecret string
    The app secret provided by Privy
    AuthorizationId string
    The authorization ID for the Stripe Privy integration
    AuthorizationPrivateKey string
    The authorization private key for the Stripe Privy integration
    AppId string
    The app ID provided by Privy
    AppSecret string
    The app secret provided by Privy
    AuthorizationId string
    The authorization ID for the Stripe Privy integration
    AuthorizationPrivateKey string
    The authorization private key for the Stripe Privy integration
    app_id string
    The app ID provided by Privy
    app_secret string
    The app secret provided by Privy
    authorization_id string
    The authorization ID for the Stripe Privy integration
    authorization_private_key string
    The authorization private key for the Stripe Privy integration
    appId String
    The app ID provided by Privy
    appSecret String
    The app secret provided by Privy
    authorizationId String
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKey String
    The authorization private key for the Stripe Privy integration
    appId string
    The app ID provided by Privy
    appSecret string
    The app secret provided by Privy
    authorizationId string
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKey string
    The authorization private key for the Stripe Privy integration
    app_id str
    The app ID provided by Privy
    app_secret str
    The app secret provided by Privy
    authorization_id str
    The authorization ID for the Stripe Privy integration
    authorization_private_key str
    The authorization private key for the Stripe Privy integration
    appId String
    The app ID provided by Privy
    appSecret String
    The app secret provided by Privy
    authorizationId String
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKey String
    The authorization private key for the Stripe Privy integration

    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
    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
    appId String
    The app ID provided by Privy
    appSecretArn PaymentCredentialProviderSecretInfo
    authorizationId String
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKeyArn PaymentCredentialProviderSecretInfo
    appId string
    The app ID provided by Privy
    appSecretArn PaymentCredentialProviderSecretInfo
    authorizationId string
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKeyArn PaymentCredentialProviderSecretInfo
    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
    appId String
    The app ID provided by Privy
    appSecretArn Property Map
    authorizationId String
    The authorization ID for the Stripe Privy integration
    authorizationPrivateKeyArn Property Map

    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.68.0
    published on Monday, Jun 1, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial