Class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty
The protocol configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty : CfnGatewayPropsMixin.IGatewayProtocolConfigurationProperty
Syntax (vb)
Public Class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty Implements CfnGatewayPropsMixin.IGatewayProtocolConfigurationProperty
Remarks
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var gatewayProtocolConfigurationProperty = new GatewayProtocolConfigurationProperty {
Mcp = new MCPGatewayConfigurationProperty {
Instructions = "instructions",
SearchType = "searchType",
SupportedVersions = new [] { "supportedVersions" }
}
};
Synopsis
Constructors
| GatewayProtocolConfigurationProperty() | The protocol configuration. |
Properties
| Mcp | The gateway protocol configuration for MCP. |
Constructors
GatewayProtocolConfigurationProperty()
The protocol configuration.
public GatewayProtocolConfigurationProperty()
Remarks
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var gatewayProtocolConfigurationProperty = new GatewayProtocolConfigurationProperty {
Mcp = new MCPGatewayConfigurationProperty {
Instructions = "instructions",
SearchType = "searchType",
SupportedVersions = new [] { "supportedVersions" }
}
};
Properties
Mcp
The gateway protocol configuration for MCP.
public object? Mcp { get; set; }