Class CfnPaymentManager
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.CfnPaymentManager
- All Implemented Interfaces:
IInspectable,IPaymentManagerRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:19.719Z")
@Stability(Stable)
public class CfnPaymentManager
extends CfnResource
implements IInspectable, IPaymentManagerRef, ITaggableV2
Resource Type definition for AWS::BedrockAgentCore::PaymentManager.
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.*;
CfnPaymentManager cfnPaymentManager = CfnPaymentManager.Builder.create(this, "MyCfnPaymentManager")
.authorizerType("authorizerType")
.name("name")
.roleArn("roleArn")
// the properties below are optional
.authorizerConfiguration(AuthorizerConfigurationProperty.builder()
.customJwtAuthorizer(CustomJWTAuthorizerConfigurationProperty.builder()
.discoveryUrl("discoveryUrl")
// the properties below are optional
.allowedAudience(List.of("allowedAudience"))
.allowedClients(List.of("allowedClients"))
.allowedScopes(List.of("allowedScopes"))
.customClaims(List.of(CustomClaimValidationTypeProperty.builder()
.authorizingClaimMatchValue(AuthorizingClaimMatchValueTypeProperty.builder()
.claimMatchOperator("claimMatchOperator")
.claimMatchValue(ClaimMatchValueTypeProperty.builder()
.matchValueString("matchValueString")
.matchValueStringList(List.of("matchValueStringList"))
.build())
.build())
.inboundTokenClaimName("inboundTokenClaimName")
.inboundTokenClaimValueType("inboundTokenClaimValueType")
.build()))
.build())
.build())
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceExample:static interfaceExample:static final classA fluent builder forCfnPaymentManager.static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample: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.IPaymentManagerRef
IPaymentManagerRef.Jsii$Default, IPaymentManagerRef.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
ConstructorsModifierConstructorDescriptionprotectedCfnPaymentManager(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnPaymentManager(software.amazon.jsii.JsiiObjectRef objRef) CfnPaymentManager(software.constructs.Construct scope, String id, CfnPaymentManagerProps props) Create a newAWS::BedrockAgentCore::PaymentManager. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForPaymentManager(IPaymentManagerRef resource) The timestamp when the payment manager was created.The timestamp when the payment manager was last updated.The Amazon Resource Name (ARN) of the payment manager.The unique identifier for the payment manager.Returns union: eitherIResolvableorCfnPaymentManager.AuthorizerConfigurationPropertyTag Manager which manages the tags for this resource.A description of the payment manager.getName()The name of the payment manager.A reference to a PaymentManager resource.The ARN of the IAM role for the payment manager.getTags()Tags to assign to the payment manager.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnPaymentManager.renderProperties(Map<String, Object> props) voidvoidvoidsetAuthorizerType(String value) voidsetDescription(String value) A description of the payment manager.voidThe name of the payment manager.voidsetRoleArn(String value) The ARN of the IAM role for the payment manager.voidTags to assign to the payment manager.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyCrossStackReferenceStrength, 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
-
CfnPaymentManager
protected CfnPaymentManager(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPaymentManager
protected CfnPaymentManager(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPaymentManager
@Stability(Stable) public CfnPaymentManager(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnPaymentManagerProps props) Create a newAWS::BedrockAgentCore::PaymentManager.- 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
-
arnForPaymentManager
@Stability(Stable) @NotNull public static String arnForPaymentManager(@NotNull IPaymentManagerRef resource) - Parameters:
resource- This parameter is required.
-
isCfnPaymentManager
Checks whether the given object is a CfnPaymentManager.- 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.
-
getAttrCreatedAt
The timestamp when the payment manager was created. -
getAttrLastUpdatedAt
The timestamp when the payment manager was last updated. -
getAttrPaymentManagerArn
The Amazon Resource Name (ARN) of the payment manager. -
getAttrPaymentManagerId
The unique identifier for the payment manager. -
getAttrStatus
-
getAttrWorkloadIdentityDetails
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getPaymentManagerRef
A reference to a PaymentManager resource.- Specified by:
getPaymentManagerRefin interfaceIPaymentManagerRef
-
getAuthorizerType
-
setAuthorizerType
-
getName
The name of the payment manager. -
setName
The name of the payment manager. -
getRoleArn
The ARN of the IAM role for the payment manager. -
setRoleArn
The ARN of the IAM role for the payment manager. -
getAuthorizerConfiguration
Returns union: eitherIResolvableorCfnPaymentManager.AuthorizerConfigurationProperty -
setAuthorizerConfiguration
-
setAuthorizerConfiguration
@Stability(Stable) public void setAuthorizerConfiguration(@Nullable CfnPaymentManager.AuthorizerConfigurationProperty value) -
getDescription
A description of the payment manager. -
setDescription
A description of the payment manager. -
getTags
Tags to assign to the payment manager. -
setTags
Tags to assign to the payment manager.
-