StripePrivyConfigurationOutput
Stripe Privy configuration output with secret ARNs.
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
- appSecretArn
-
Contains information about a secret in AWS Secrets Manager.
Type: Secret object
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
-
Contains information about a secret in AWS Secrets Manager.
Type: Secret object
Required: Yes
- appSecretJsonKey
-
The JSON key used to extract the app secret value from the AWS Secrets Manager secret.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- 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.Type: String
Valid Values:
MANAGED | EXTERNALRequired: No
-
The JSON key used to extract the authorization private key value from the AWS Secrets Manager secret.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
-
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.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: