interface McpToolSchemaConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnGatewayTarget.McpToolSchemaConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGatewayTarget_McpToolSchemaConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.McpToolSchemaConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnGatewayTarget.McpToolSchemaConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnGatewayTarget » McpToolSchemaConfigurationProperty |
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 mcpToolSchemaConfigurationProperty: bedrockagentcore.CfnGatewayTarget.McpToolSchemaConfigurationProperty = {
inlinePayload: 'inlinePayload',
s3: {
bucketOwnerAccountId: 'bucketOwnerAccountId',
uri: 'uri',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| inline | string | |
| s3? | IResolvable | S3 |
inlinePayload?
Type:
string
(optional)
s3?
Type:
IResolvable | S3
(optional)

.NET
Go
Java
Python
TypeScript