Interface CfnHarness.HarnessSkillAwsSkillsSourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnHarness.HarnessSkillAwsSkillsSourceProperty.Jsii$Proxy
Enclosing class:
CfnHarness

@Stability(Stable) public static interface CfnHarness.HarnessSkillAwsSkillsSourceProperty extends software.amazon.jsii.JsiiSerializable
AWS Skills baked into the Harness's underlying Runtime.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrockagentcore.*;
 HarnessSkillAwsSkillsSourceProperty harnessSkillAwsSkillsSourceProperty = HarnessSkillAwsSkillsSourceProperty.builder()
         .paths(List.of("paths"))
         .build();
 

See Also: