View a markdown version of this page

StripePrivyConfigurationOutput - Amazon Bedrock AgentCore Control Plane

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

authorizationId

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

authorizationPrivateKeyArn

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 MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in AWS Secrets Manager.

Type: String

Valid Values: MANAGED | EXTERNAL

Required: No

authorizationPrivateKeyJsonKey

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

authorizationPrivateKeySource

The source type of the authorization private key. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in AWS Secrets Manager.

Type: String

Valid Values: MANAGED | EXTERNAL

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: