

# PaymentManagerSummary
<a name="API_PaymentManagerSummary"></a>

Contains summary information about a payment manager.

## Contents
<a name="API_PaymentManagerSummary_Contents"></a>

 ** authorizerType **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-authorizerType"></a>
The type of authorizer used by the payment manager.  
+  `CUSTOM_JWT` - Authorize with a bearer token.
+  `AWS_IAM` - Authorize with your AWS IAM credentials.
Type: String  
Valid Values: `CUSTOM_JWT | AWS_IAM`   
Required: Yes

 ** lastUpdatedAt **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-lastUpdatedAt"></a>
The timestamp when the payment manager was last updated.  
Type: Timestamp  
Required: Yes

 ** name **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-name"></a>
The name of the payment manager.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 48.  
Pattern: `[a-zA-Z][a-zA-Z0-9]{0,47}`   
Required: Yes

 ** paymentManagerArn **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-paymentManagerArn"></a>
The Amazon Resource Name (ARN) of the payment manager.  
Type: String  
Length Constraints: Minimum length of 66. Maximum length of 2048.  
Pattern: `arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:payment-manager/([0-9a-z][-]?){1,48}-[a-z0-9]{10}`   
Required: Yes

 ** paymentManagerId **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-paymentManagerId"></a>
The unique identifier of the payment manager.  
Type: String  
Length Constraints: Minimum length of 12. Maximum length of 211.  
Pattern: `([0-9a-z][-]?){1,100}-[0-9a-z]{10}`   
Required: Yes

 ** roleArn **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-roleArn"></a>
The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+`   
Required: Yes

 ** status **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-status"></a>
The current status of the payment manager. Possible values include `CREATING`, `READY`, `UPDATING`, `DELETING`, `CREATE_FAILED`, `UPDATE_FAILED`, and `DELETE_FAILED`.  
Type: String  
Valid Values: `CREATING | UPDATING | DELETING | READY | CREATE_FAILED | UPDATE_FAILED | DELETE_FAILED`   
Required: Yes

 ** createdAt **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-createdAt"></a>
The timestamp when the payment manager was created.  
Type: Timestamp  
Required: No

 ** description **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-description"></a>
The description of the payment manager.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 4096.  
Pattern: `[^\p{C}]*`   
Required: No

 ** kmsKeyArn **   <a name="bedrockagentcorecontrol-Type-PaymentManagerSummary-kmsKeyArn"></a>
The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt sensitive payment manager data at rest, if configured.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}`   
Required: No

## See Also
<a name="API_PaymentManagerSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agentcore-control-2023-06-05/PaymentManagerSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agentcore-control-2023-06-05/PaymentManagerSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agentcore-control-2023-06-05/PaymentManagerSummary) 

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for Amazon Bedrock AgentCore Control Plane. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query bedrock-agentcore-control` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
