Class CfnPaymentCredentialProvider
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentCredentialProvider
- All Implemented Interfaces:
IInspectable,IPaymentCredentialProviderRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.130.0 (build 048a5ee)",
date="2026-05-21T17:27:31.484Z")
@Stability(Stable)
public class CfnPaymentCredentialProvider
extends CfnResource
implements IInspectable, IPaymentCredentialProviderRef, ITaggableV2
Resource Type definition for AWS::BedrockAgentCore::PaymentCredentialProvider.
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.*;
CfnPaymentCredentialProvider cfnPaymentCredentialProvider = CfnPaymentCredentialProvider.Builder.create(this, "MyCfnPaymentCredentialProvider")
.credentialProviderVendor("credentialProviderVendor")
.name("name")
// the properties below are optional
.providerConfigurationInput(PaymentProviderConfigurationInputProperty.builder()
.coinbaseCdpConfiguration(CoinbaseCdpConfigurationInputProperty.builder()
.apiKeyId("apiKeyId")
.apiKeySecret("apiKeySecret")
// the properties below are optional
.walletSecret("walletSecret")
.build())
.stripePrivyConfiguration(StripePrivyConfigurationInputProperty.builder()
.appId("appId")
.appSecret("appSecret")
.authorizationId("authorizationId")
.authorizationPrivateKey("authorizationPrivateKey")
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnPaymentCredentialProvider.static interfaceCoinbase CDP configuration with API credentials.static interfaceCoinbase CDP configuration output with secret ARNs.static interfaceProvider configuration input containing secrets for creation/update.static interfaceProvider configuration output containing secret ARNs (no raw secrets).static interfaceContains information about a secret in AWS Secrets Manager.static interfaceStripe Privy configuration with credentials.static interfaceStripe Privy configuration output with secret ARNs.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IPaymentCredentialProviderRef
IPaymentCredentialProviderRef.Jsii$Default, IPaymentCredentialProviderRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnPaymentCredentialProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnPaymentCredentialProvider(software.amazon.jsii.JsiiObjectRef objRef) CfnPaymentCredentialProvider(software.constructs.Construct scope, String id, CfnPaymentCredentialProviderProps props) Create a newAWS::BedrockAgentCore::PaymentCredentialProvider. -
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the credential provider was created.The Amazon Resource Name (ARN) of the payment credential provider.The timestamp when the credential provider was last updated.Provider configuration output containing secret ARNs (no raw secrets).Tag Manager which manages the tags for this resource.Supported vendor types for payment providers.getName()Unique name for the payment credential provider.A reference to a PaymentCredentialProvider resource.Provider configuration input containing secrets for creation/update.getTags()Tags for the payment credential provider.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnPaymentCredentialProvider.renderProperties(Map<String, Object> props) voidSupported vendor types for payment providers.voidUnique name for the payment credential provider.voidProvider configuration input containing secrets for creation/update.voidsetProviderConfigurationInput(CfnPaymentCredentialProvider.PaymentProviderConfigurationInputProperty value) Provider configuration input containing secrets for creation/update.voidTags for the payment credential provider.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPaymentCredentialProvider
protected CfnPaymentCredentialProvider(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPaymentCredentialProvider
protected CfnPaymentCredentialProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPaymentCredentialProvider
@Stability(Stable) public CfnPaymentCredentialProvider(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnPaymentCredentialProviderProps props) Create a newAWS::BedrockAgentCore::PaymentCredentialProvider.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
isCfnPaymentCredentialProvider
Checks whether the given object is a CfnPaymentCredentialProvider.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedTime
The timestamp when the credential provider was created. -
getAttrCredentialProviderArn
The Amazon Resource Name (ARN) of the payment credential provider. -
getAttrLastUpdatedTime
The timestamp when the credential provider was last updated. -
getAttrProviderConfigurationOutput
Provider configuration output containing secret ARNs (no raw secrets). -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getPaymentCredentialProviderRef
@Stability(Stable) @NotNull public PaymentCredentialProviderReference getPaymentCredentialProviderRef()A reference to a PaymentCredentialProvider resource.- Specified by:
getPaymentCredentialProviderRefin interfaceIPaymentCredentialProviderRef
-
getCredentialProviderVendor
Supported vendor types for payment providers. -
setCredentialProviderVendor
Supported vendor types for payment providers. -
getName
Unique name for the payment credential provider. -
setName
Unique name for the payment credential provider. -
getProviderConfigurationInput
Provider configuration input containing secrets for creation/update.Returns union: either
IResolvableorCfnPaymentCredentialProvider.PaymentProviderConfigurationInputProperty -
setProviderConfigurationInput
Provider configuration input containing secrets for creation/update. -
setProviderConfigurationInput
@Stability(Stable) public void setProviderConfigurationInput(@Nullable CfnPaymentCredentialProvider.PaymentProviderConfigurationInputProperty value) Provider configuration input containing secrets for creation/update. -
getTags
Tags for the payment credential provider. -
setTags
Tags for the payment credential provider.
-