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, "AppSecretConfig" :SecretReference, "AppSecretSource" :String, "AuthorizationId" :String, "AuthorizationPrivateKey" :String, "AuthorizationPrivateKeyConfig" :SecretReference, "AuthorizationPrivateKeySource" :String}
YAML
AppId:StringAppSecret:StringAppSecretConfig:SecretReferenceAppSecretSource:StringAuthorizationId:StringAuthorizationPrivateKey:StringAuthorizationPrivateKeyConfig:SecretReferenceAuthorizationPrivateKeySource:String
Properties
AppId-
The app ID provided by Privy.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
AppSecret-
The app secret provided by Privy.
Required: No
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
AppSecretConfig-
A reference to the AWS Secrets Manager secret that stores the app secret. This includes the secret ID and the JSON key used to extract the app secret value from the secret. Required when
appSecretSourceis set toEXTERNAL.Required: No
Type: SecretReference
Update requires: No interruption
AppSecretSource-
The source type of the app secret. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in AWS Secrets Manager.Required: No
Type: String
Allowed values:
MANAGED | EXTERNALUpdate requires: No interruption
-
The authorization ID for the Stripe Privy integration.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
-
The authorization private key for the Stripe Privy integration.
Required: No
Type: String
Minimum:
1Maximum:
4096Update requires: No interruption
-
A reference to the AWS Secrets Manager secret that stores the authorization private key. This includes the secret ID and the JSON key used to extract the authorization private key value from the secret. Required when
authorizationPrivateKeySourceis set toEXTERNAL.Required: No
Type: SecretReference
Update requires: No interruption
-
The source type of the authorization private key. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in AWS Secrets Manager.Required: No
Type: String
Allowed values:
MANAGED | EXTERNALUpdate requires: No interruption