1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. PaymentManager

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi

    Resource Type definition for AWS::BedrockAgentCore::PaymentManager

    Create PaymentManager Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PaymentManager(name: string, args: PaymentManagerArgs, opts?: CustomResourceOptions);
    @overload
    def PaymentManager(resource_name: str,
                       args: PaymentManagerArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def PaymentManager(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       authorizer_type: Optional[PaymentManagerPaymentsAuthorizerType] = None,
                       role_arn: Optional[str] = None,
                       authorizer_configuration: Optional[PaymentManagerAuthorizerConfigurationArgs] = None,
                       description: Optional[str] = None,
                       name: Optional[str] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewPaymentManager(ctx *Context, name string, args PaymentManagerArgs, opts ...ResourceOption) (*PaymentManager, error)
    public PaymentManager(string name, PaymentManagerArgs args, CustomResourceOptions? opts = null)
    public PaymentManager(String name, PaymentManagerArgs args)
    public PaymentManager(String name, PaymentManagerArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:PaymentManager
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_bedrockagentcore_paymentmanager" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PaymentManagerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PaymentManagerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PaymentManagerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PaymentManagerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PaymentManagerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    PaymentManager Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PaymentManager resource accepts the following input properties:

    AuthorizerType Pulumi.AwsNative.BedrockAgentCore.PaymentManagerPaymentsAuthorizerType
    RoleArn string
    The ARN of the IAM role for the payment manager
    AuthorizerConfiguration Pulumi.AwsNative.BedrockAgentCore.Inputs.PaymentManagerAuthorizerConfiguration
    Description string
    A description of the payment manager
    Name string
    The name of the payment manager
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the payment manager
    AuthorizerType PaymentManagerPaymentsAuthorizerType
    RoleArn string
    The ARN of the IAM role for the payment manager
    AuthorizerConfiguration PaymentManagerAuthorizerConfigurationArgs
    Description string
    A description of the payment manager
    Name string
    The name of the payment manager
    Tags TagArgs
    Tags to assign to the payment manager
    authorizer_type "CUSTOM_JWT" | "AWS_IAM"
    role_arn string
    The ARN of the IAM role for the payment manager
    authorizer_configuration object
    description string
    A description of the payment manager
    name string
    The name of the payment manager
    tags list(object)
    Tags to assign to the payment manager
    authorizerType PaymentManagerPaymentsAuthorizerType
    roleArn String
    The ARN of the IAM role for the payment manager
    authorizerConfiguration PaymentManagerAuthorizerConfiguration
    description String
    A description of the payment manager
    name String
    The name of the payment manager
    tags List<Tag>
    Tags to assign to the payment manager
    authorizerType PaymentManagerPaymentsAuthorizerType
    roleArn string
    The ARN of the IAM role for the payment manager
    authorizerConfiguration PaymentManagerAuthorizerConfiguration
    description string
    A description of the payment manager
    name string
    The name of the payment manager
    tags Tag[]
    Tags to assign to the payment manager
    authorizer_type PaymentManagerPaymentsAuthorizerType
    role_arn str
    The ARN of the IAM role for the payment manager
    authorizer_configuration PaymentManagerAuthorizerConfigurationArgs
    description str
    A description of the payment manager
    name str
    The name of the payment manager
    tags Sequence[TagArgs]
    Tags to assign to the payment manager
    authorizerType "CUSTOM_JWT" | "AWS_IAM"
    roleArn String
    The ARN of the IAM role for the payment manager
    authorizerConfiguration Property Map
    description String
    A description of the payment manager
    name String
    The name of the payment manager
    tags List<Property Map>
    Tags to assign to the payment manager

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PaymentManager resource produces the following output properties:

    CreatedAt string
    The timestamp when the payment manager was created
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp when the payment manager was last updated
    PaymentManagerArn string
    The Amazon Resource Name (ARN) of the payment manager
    PaymentManagerId string
    The unique identifier for the payment manager
    Status Pulumi.AwsNative.BedrockAgentCore.PaymentManagerStatus
    WorkloadIdentityDetails Pulumi.AwsNative.BedrockAgentCore.Outputs.PaymentManagerWorkloadIdentityDetails
    CreatedAt string
    The timestamp when the payment manager was created
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp when the payment manager was last updated
    PaymentManagerArn string
    The Amazon Resource Name (ARN) of the payment manager
    PaymentManagerId string
    The unique identifier for the payment manager
    Status PaymentManagerStatus
    WorkloadIdentityDetails PaymentManagerWorkloadIdentityDetails
    created_at string
    The timestamp when the payment manager was created
    id string
    The provider-assigned unique ID for this managed resource.
    last_updated_at string
    The timestamp when the payment manager was last updated
    payment_manager_arn string
    The Amazon Resource Name (ARN) of the payment manager
    payment_manager_id string
    The unique identifier for the payment manager
    status "CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED"
    workload_identity_details object
    createdAt String
    The timestamp when the payment manager was created
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp when the payment manager was last updated
    paymentManagerArn String
    The Amazon Resource Name (ARN) of the payment manager
    paymentManagerId String
    The unique identifier for the payment manager
    status PaymentManagerStatus
    workloadIdentityDetails PaymentManagerWorkloadIdentityDetails
    createdAt string
    The timestamp when the payment manager was created
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt string
    The timestamp when the payment manager was last updated
    paymentManagerArn string
    The Amazon Resource Name (ARN) of the payment manager
    paymentManagerId string
    The unique identifier for the payment manager
    status PaymentManagerStatus
    workloadIdentityDetails PaymentManagerWorkloadIdentityDetails
    created_at str
    The timestamp when the payment manager was created
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_at str
    The timestamp when the payment manager was last updated
    payment_manager_arn str
    The Amazon Resource Name (ARN) of the payment manager
    payment_manager_id str
    The unique identifier for the payment manager
    status PaymentManagerStatus
    workload_identity_details PaymentManagerWorkloadIdentityDetails
    createdAt String
    The timestamp when the payment manager was created
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp when the payment manager was last updated
    paymentManagerArn String
    The Amazon Resource Name (ARN) of the payment manager
    paymentManagerId String
    The unique identifier for the payment manager
    status "CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED"
    workloadIdentityDetails Property Map

    Supporting Types

    PaymentManagerAuthorizerConfiguration, PaymentManagerAuthorizerConfigurationArgs

    PaymentManagerAuthorizingClaimMatchValueType, PaymentManagerAuthorizingClaimMatchValueTypeArgs

    PaymentManagerAuthorizingClaimMatchValueTypeClaimMatchOperator, PaymentManagerAuthorizingClaimMatchValueTypeClaimMatchOperatorArgs

    EqualsValue
    EQUALS
    Contains
    CONTAINS
    ContainsAny
    CONTAINS_ANY
    PaymentManagerAuthorizingClaimMatchValueTypeClaimMatchOperatorEquals
    EQUALS
    PaymentManagerAuthorizingClaimMatchValueTypeClaimMatchOperatorContains
    CONTAINS
    PaymentManagerAuthorizingClaimMatchValueTypeClaimMatchOperatorContainsAny
    CONTAINS_ANY
    "EQUALS"
    EQUALS
    "CONTAINS"
    CONTAINS
    "CONTAINS_ANY"
    CONTAINS_ANY
    Equals
    EQUALS
    Contains
    CONTAINS
    ContainsAny
    CONTAINS_ANY
    Equals
    EQUALS
    Contains
    CONTAINS
    ContainsAny
    CONTAINS_ANY
    EQUALS
    EQUALS
    CONTAINS
    CONTAINS
    CONTAINS_ANY
    CONTAINS_ANY
    "EQUALS"
    EQUALS
    "CONTAINS"
    CONTAINS
    "CONTAINS_ANY"
    CONTAINS_ANY

    PaymentManagerClaimMatchValueType, PaymentManagerClaimMatchValueTypeArgs

    PaymentManagerCustomClaimValidationType, PaymentManagerCustomClaimValidationTypeArgs

    PaymentManagerCustomClaimValidationTypeInboundTokenClaimValueType, PaymentManagerCustomClaimValidationTypeInboundTokenClaimValueTypeArgs

    String
    STRING
    StringArray
    STRING_ARRAY
    PaymentManagerCustomClaimValidationTypeInboundTokenClaimValueTypeString
    STRING
    PaymentManagerCustomClaimValidationTypeInboundTokenClaimValueTypeStringArray
    STRING_ARRAY
    "STRING"
    STRING
    "STRING_ARRAY"
    STRING_ARRAY
    String
    STRING
    StringArray
    STRING_ARRAY
    String
    STRING
    StringArray
    STRING_ARRAY
    STRING
    STRING
    STRING_ARRAY
    STRING_ARRAY
    "STRING"
    STRING
    "STRING_ARRAY"
    STRING_ARRAY

    PaymentManagerCustomJwtAuthorizerConfiguration, PaymentManagerCustomJwtAuthorizerConfigurationArgs

    PaymentManagerPaymentsAuthorizerType, PaymentManagerPaymentsAuthorizerTypeArgs

    CustomJwt
    CUSTOM_JWT
    AwsIam
    AWS_IAM
    PaymentManagerPaymentsAuthorizerTypeCustomJwt
    CUSTOM_JWT
    PaymentManagerPaymentsAuthorizerTypeAwsIam
    AWS_IAM
    "CUSTOM_JWT"
    CUSTOM_JWT
    "AWS_IAM"
    AWS_IAM
    CustomJwt
    CUSTOM_JWT
    AwsIam
    AWS_IAM
    CustomJwt
    CUSTOM_JWT
    AwsIam
    AWS_IAM
    CUSTOM_JWT
    CUSTOM_JWT
    AWS_IAM
    AWS_IAM
    "CUSTOM_JWT"
    CUSTOM_JWT
    "AWS_IAM"
    AWS_IAM

    PaymentManagerStatus, PaymentManagerStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    PaymentManagerStatusCreating
    CREATING
    PaymentManagerStatusUpdating
    UPDATING
    PaymentManagerStatusDeleting
    DELETING
    PaymentManagerStatusReady
    READY
    PaymentManagerStatusCreateFailed
    CREATE_FAILED
    PaymentManagerStatusUpdateFailed
    UPDATE_FAILED
    PaymentManagerStatusDeleteFailed
    DELETE_FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "READY"
    READY
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Deleting
    DELETING
    Ready
    READY
    CreateFailed
    CREATE_FAILED
    UpdateFailed
    UPDATE_FAILED
    DeleteFailed
    DELETE_FAILED
    CREATING
    CREATING
    UPDATING
    UPDATING
    DELETING
    DELETING
    READY
    READY
    CREATE_FAILED
    CREATE_FAILED
    UPDATE_FAILED
    UPDATE_FAILED
    DELETE_FAILED
    DELETE_FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "READY"
    READY
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED

    PaymentManagerWorkloadIdentityDetails, PaymentManagerWorkloadIdentityDetailsArgs

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial