Interface CfnPaymentConnector.PaymentCredentialProviderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPaymentConnector.PaymentCredentialProviderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPaymentConnector
@Stability(Stable)
public static interface CfnPaymentConnector.PaymentCredentialProviderConfigurationProperty
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.*;
PaymentCredentialProviderConfigurationProperty paymentCredentialProviderConfigurationProperty = PaymentCredentialProviderConfigurationProperty.builder()
.credentialProviderArn("credentialProviderArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPaymentConnector.PaymentCredentialProviderConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCredentialProviderArn
The ARN of the payment credential provider.- See Also:
-
builder
@Stability(Stable) static CfnPaymentConnector.PaymentCredentialProviderConfigurationProperty.Builder builder()
-