Interface CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnPaymentCredentialProvider
@Stability(Stable)
public static interface CfnPaymentCredentialProvider.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.services.bedrockagentcore.*;
StripePrivyConfigurationInputProperty stripePrivyConfigurationInputProperty = StripePrivyConfigurationInputProperty.builder()
.appId("appId")
.appSecret("appSecret")
.authorizationId("authorizationId")
.authorizationPrivateKey("authorizationPrivateKey")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAppId
The app ID provided by Privy.- See Also:
-
getAppSecret
The app secret provided by Privy.- See Also:
-
getAuthorizationId
The authorization ID for the Stripe Privy integration.- See Also:
-
getAuthorizationPrivateKey
The authorization private key for the Stripe Privy integration.- See Also:
-
builder
@Stability(Stable) static CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Builder builder()
-