Interface CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Jsii$Proxy
Enclosing class:
CfnPaymentCredentialProviderPropsMixin

@Stability(Stable) public static interface CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty extends software.amazon.jsii.JsiiSerializable
Stripe Privy configuration with credentials.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
 StripePrivyConfigurationInputProperty stripePrivyConfigurationInputProperty = StripePrivyConfigurationInputProperty.builder()
         .appId("appId")
         .appSecret("appSecret")
         .authorizationId("authorizationId")
         .authorizationPrivateKey("authorizationPrivateKey")
         .build();
 

See Also: