Interface CfnPaymentConnector.CredentialsProviderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPaymentConnector.CredentialsProviderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPaymentConnector
@Stability(Stable)
public static interface CfnPaymentConnector.CredentialsProviderConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
CredentialsProviderConfigurationProperty credentialsProviderConfigurationProperty = CredentialsProviderConfigurationProperty.builder()
.coinbaseCdp(PaymentCredentialProviderConfigurationProperty.builder()
.credentialProviderArn("credentialProviderArn")
.build())
.stripePrivy(PaymentCredentialProviderConfigurationProperty.builder()
.credentialProviderArn("credentialProviderArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPaymentConnector.CredentialsProviderConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnPaymentConnector.PaymentCredentialProviderConfigurationPropertydefault ObjectReturns union: eitherIResolvableorCfnPaymentConnector.PaymentCredentialProviderConfigurationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoinbaseCdp
Returns union: eitherIResolvableorCfnPaymentConnector.PaymentCredentialProviderConfigurationProperty- See Also:
-
getStripePrivy
Returns union: eitherIResolvableorCfnPaymentConnector.PaymentCredentialProviderConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder builder()
-