Show / Hide Table of Contents

Class CfnHarnessPropsMixin.HarnessSkillGitAuthProperty

Authentication configuration for accessing a private git repository.

Inheritance
object
CfnHarnessPropsMixin.HarnessSkillGitAuthProperty
Implements
CfnHarnessPropsMixin.IHarnessSkillGitAuthProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnHarnessPropsMixin.HarnessSkillGitAuthProperty : CfnHarnessPropsMixin.IHarnessSkillGitAuthProperty
Syntax (vb)
Public Class CfnHarnessPropsMixin.HarnessSkillGitAuthProperty Implements CfnHarnessPropsMixin.IHarnessSkillGitAuthProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessskillgitauth.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;

             var harnessSkillGitAuthProperty = new HarnessSkillGitAuthProperty {
                 CredentialArn = "credentialArn",
                 Username = "username"
             };

Synopsis

Constructors

HarnessSkillGitAuthProperty()

Authentication configuration for accessing a private git repository.

Properties

CredentialArn

The ARN of the credential in AgentCore Identity containing the password or personal access token.

Username

Username for authentication.

Constructors

HarnessSkillGitAuthProperty()

Authentication configuration for accessing a private git repository.

public HarnessSkillGitAuthProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessskillgitauth.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;

             var harnessSkillGitAuthProperty = new HarnessSkillGitAuthProperty {
                 CredentialArn = "credentialArn",
                 Username = "username"
             };

Properties

CredentialArn

The ARN of the credential in AgentCore Identity containing the password or personal access token.

public string? CredentialArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessskillgitauth.html#cfn-bedrockagentcore-harness-harnessskillgitauth-credentialarn

Username

Username for authentication.

public string? Username { get; set; }
Property Value

string

Remarks

Defaults to 'oauth2' if not specified.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessskillgitauth.html#cfn-bedrockagentcore-harness-harnessskillgitauth-username

Implements

CfnHarnessPropsMixin.IHarnessSkillGitAuthProperty
Back to top Generated by DocFX