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 StripePrivyConfigurationOutput
The StripePrivyConfigurationOutput 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, "AppSecretArn" :SecretInfo, "AppSecretJsonKey" :String, "AppSecretSource" :String, "AuthorizationId" :String, "AuthorizationPrivateKeyArn" :SecretInfo, "AuthorizationPrivateKeyJsonKey" :String, "AuthorizationPrivateKeySource" :String}
YAML
AppId:StringAppSecretArn:SecretInfoAppSecretJsonKey:StringAppSecretSource:StringAuthorizationId:StringAuthorizationPrivateKeyArn:SecretInfoAuthorizationPrivateKeyJsonKey:StringAuthorizationPrivateKeySource:String
Properties
AppId-
The app ID provided by Privy.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
AppSecretArnProperty description not available.
Required: Yes
Type: SecretInfo
Update requires: No interruption
AppSecretJsonKey-
The JSON key used to extract the app secret value from the AWS Secrets Manager secret.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
AppSecretSource-
The source type of the app secret. Either
MANAGEDif the secret is managed by the service, orEXTERNALif managed by the user 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
Property description not available.
Required: Yes
Type: SecretInfo
Update requires: No interruption
-
The JSON key used to extract the authorization private key value from the AWS Secrets Manager secret.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
-
The source type of the authorization private key. Either
MANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in AWS Secrets Manager.Required: No
Type: String
Allowed values:
MANAGED | EXTERNALUpdate requires: No interruption