Class CfnHarnessPropsMixin.HarnessSkillProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.HarnessSkillProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHarnessPropsMixin.HarnessSkillProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarnessPropsMixin.HarnessSkillProperty
@Stability(Stable)
@Internal
public static final class CfnHarnessPropsMixin.HarnessSkillProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarnessPropsMixin.HarnessSkillProperty
An implementation for
CfnHarnessPropsMixin.HarnessSkillProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.HarnessSkillProperty
CfnHarnessPropsMixin.HarnessSkillProperty.Builder, CfnHarnessPropsMixin.HarnessSkillProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHarnessPropsMixin.HarnessSkillProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAWS Skills baked into the Harness's underlying Runtime.final ObjectgetGit()A git repository containing the skill, cloned over HTTPS.final StringgetPath()The filesystem path to the skill definition.final ObjectgetS3()An S3 source containing the skill.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnHarnessPropsMixin.HarnessSkillProperty.Builder.
-
-
Method Details
-
getAwsSkills
Description copied from interface:CfnHarnessPropsMixin.HarnessSkillPropertyAWS Skills baked into the Harness's underlying Runtime.Returns union: either
IResolvableorCfnHarnessPropsMixin.HarnessSkillAwsSkillsSourceProperty- Specified by:
getAwsSkillsin interfaceCfnHarnessPropsMixin.HarnessSkillProperty- See Also:
-
getGit
Description copied from interface:CfnHarnessPropsMixin.HarnessSkillPropertyA git repository containing the skill, cloned over HTTPS.Returns union: either
IResolvableorCfnHarnessPropsMixin.HarnessSkillGitSourceProperty- Specified by:
getGitin interfaceCfnHarnessPropsMixin.HarnessSkillProperty- See Also:
-
getPath
Description copied from interface:CfnHarnessPropsMixin.HarnessSkillPropertyThe filesystem path to the skill definition.- Specified by:
getPathin interfaceCfnHarnessPropsMixin.HarnessSkillProperty- See Also:
-
getS3
Description copied from interface:CfnHarnessPropsMixin.HarnessSkillPropertyAn S3 source containing the skill.Returns union: either
IResolvableorCfnHarnessPropsMixin.HarnessSkillS3SourceProperty- Specified by:
getS3in interfaceCfnHarnessPropsMixin.HarnessSkillProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-