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.67.0
published on Monday, May 25, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.67.0
published on Monday, May 25, 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

    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

    PaymentCredentialProviderStripePrivyConfigurationOutput

    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

    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.67.0
    published on Monday, May 25, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial