This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::Harness HarnessSkillGitAuth
Authentication configuration for accessing a private git repository.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CredentialArn" :String, "Username" :String}
YAML
CredentialArn:StringUsername:String
Properties
CredentialArn-
The ARN of the credential in AgentCore Identity containing the password or personal access token.
Required: Yes
Type: String
Pattern:
^arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:token-vault/[a-zA-Z0-9-.]+/apikeycredentialprovider/[a-zA-Z0-9-.]+$Update requires: No interruption
Username-
Username for authentication. Defaults to 'oauth2' if not specified.
Required: No
Type: String
Update requires: No interruption