interface HarnessSkillProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnHarness.HarnessSkillProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnHarness_HarnessSkillProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnHarness.HarnessSkillProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnHarness.HarnessSkillProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnHarness » HarnessSkillProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const harnessSkillProperty: bedrockagentcore.CfnHarness.HarnessSkillProperty = {
path: 'path',
};
Properties
| Name | Type | Description |
|---|---|---|
| path | string | The filesystem path to the skill definition. |
path
Type:
string
The filesystem path to the skill definition.

.NET
Go
Java
Python
TypeScript