View a markdown version of this page

AWS::BedrockAgentCore::PaymentCredentialProvider SecretInfo - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::PaymentCredentialProvider SecretInfo

Information about a secret in AWS Secrets Manager.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "SecretArn" : String }

YAML

SecretArn: String

Properties

SecretArn

The Amazon Resource Name (ARN) of the secret in AWS Secrets Manager.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b|aws-iso-e|aws-iso-f|aws-eusc):secretsmanager:[A-Za-z0-9-]{1,64}:[0-9]{12}:secret:[a-zA-Z0-9-_/+=.@!]+$

Update requires: No interruption