View a markdown version of this page

AWS::BedrockAgentCore::PaymentCredentialProvider StripePrivyConfigurationInput - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::PaymentCredentialProvider StripePrivyConfigurationInput

The StripePrivyConfigurationInput property type specifies Property description not available. for an AWS::BedrockAgentCore::PaymentCredentialProvider.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AppId" : String, "AppSecret" : String, "AuthorizationId" : String, "AuthorizationPrivateKey" : String }

YAML

AppId: String AppSecret: String AuthorizationId: String AuthorizationPrivateKey: String

Properties

AppId

The app ID provided by Privy.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

AppSecret

The app secret provided by Privy.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

AuthorizationId

The authorization ID for the Stripe Privy integration.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

AuthorizationPrivateKey

The authorization private key for the Stripe Privy integration.

Required: Yes

Type: String

Minimum: 1

Maximum: 4096

Update requires: No interruption