StripePrivyConfigurationInput
Stripe Privy configuration — credentials provided by Stripe and Privy.
Contents
- appId
-
The app ID provided by Privy.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[a-zA-Z0-9\-_]+Required: Yes
-
The authorization ID for the Stripe Privy integration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[a-zA-Z0-9\-_]+Required: Yes
- appSecret
-
The app secret provided by Privy.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[a-zA-Z0-9+/=\-_\s]*Required: No
- 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.Type: SecretReference object
Required: No
- 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.Type: String
Valid Values:
MANAGED | EXTERNALRequired: No
-
The authorization private key for the Stripe Privy integration.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
(wallet-auth:)?[a-zA-Z0-9+/=\-_\s]*Required: No
-
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.Type: SecretReference object
Required: No
-
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.Type: String
Valid Values:
MANAGED | EXTERNALRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: