Skip to content

Bedrock Agentcore Control  >  Structures  >  StripePrivyConfigurationOutput

StripePrivyConfigurationOutput

Structure Class

StripePrivyConfigurationOutput dataclass

Stripe Privy configuration output with secret ARNs.

Attributes

app_id instance-attribute
app_id: str

The app ID provided by Privy.

app_secret_arn instance-attribute
app_secret_arn: Secret

Contains information about a secret in Amazon Web Services Secrets Manager.

app_secret_json_key class-attribute instance-attribute
app_secret_json_key: str | None = None

The JSON key used to extract the app secret value from the Amazon Web Services Secrets Manager secret.

app_secret_source class-attribute instance-attribute
app_secret_source: SecretSourceType | None = None

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 Amazon Web Services Secrets Manager.

authorization_id instance-attribute
authorization_id: str

The authorization ID for the Stripe Privy integration.

authorization_private_key_arn instance-attribute
authorization_private_key_arn: Secret

Contains information about a secret in Amazon Web Services Secrets Manager.

authorization_private_key_json_key class-attribute instance-attribute
authorization_private_key_json_key: str | None = None

The JSON key used to extract the authorization private key value from the Amazon Web Services Secrets Manager secret.

authorization_private_key_source class-attribute instance-attribute
authorization_private_key_source: SecretSourceType | None = None

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 Amazon Web Services Secrets Manager.