Show / Hide Table of Contents

Interface CfnHarness.IHarnessInlineFunctionConfigProperty

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.IHarnessInlineFunctionConfigProperty
Syntax (vb)
Public Interface CfnHarness.IHarnessInlineFunctionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessinlinefunctionconfig.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.AWS.BedrockAgentCore;

             var inputSchema;

             var harnessInlineFunctionConfigProperty = new HarnessInlineFunctionConfigProperty {
                 Description = "description",
                 InputSchema = inputSchema
             };

Synopsis

Properties

Description
InputSchema

JSON Schema describing the tool's input parameters.

Properties

Description

string Description { get; }
Property Value

string

Remarks

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

InputSchema

JSON Schema describing the tool's input parameters.

object InputSchema { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX