View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessSkillGitAuth - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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