AWS::BedrockAgentCore::Harness HarnessSkillGitAuth - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Harness HarnessSkillGitAuth

Authentication configuration for accessing a private git repository.

Syntax

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

JSON

{ "CredentialArn" : String, "Username" : String }

YAML

CredentialArn: String Username: 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