AWS::BedrockAgentCore::PaymentCredentialProviderResource Type definition for AWS::BedrockAgentCore::PaymentCredentialProvider
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CredentialProviderVendor | string | Required |
Name | string | RequiredCreate-only |
ProviderConfigurationInput | PaymentProviderConfigurationInput | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | string | The timestamp when the credential provider was created |
CredentialProviderArn | string | The Amazon Resource Name (ARN) of the payment credential provider |
LastUpdatedTime | string | The timestamp when the credential provider was last updated |
ProviderConfigurationOutput | PaymentProviderConfigurationOutput | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::PaymentCredentialProvider
Resources:
MyResource:
Type: AWS::BedrockAgentCore::PaymentCredentialProvider
Properties:
Name: "my-name"
CredentialProviderVendor: "my-credentialprovidervendor"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreatePaymentCredentialProviderbedrock-agentcore:GetPaymentCredentialProviderbedrock-agentcore:CreateTokenVaultbedrock-agentcore:TagResourcesecretsmanager:CreateSecretbedrock-agentcore:GetPaymentCredentialProviderbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdatePaymentCredentialProviderbedrock-agentcore:GetPaymentCredentialProviderbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcesecretsmanager:PutSecretValuebedrock-agentcore:DeletePaymentCredentialProviderbedrock-agentcore:GetPaymentCredentialProvidersecretsmanager:DeleteSecretbedrock-agentcore:ListPaymentCredentialProvidersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCredentialProviderArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name