Interface CfnGatewayPropsMixin.MCPGatewayConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayPropsMixin.MCPGatewayConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayPropsMixin
@Stability(Stable)
public static interface CfnGatewayPropsMixin.MCPGatewayConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The gateway configuration for MCP.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
MCPGatewayConfigurationProperty mCPGatewayConfigurationProperty = MCPGatewayConfigurationProperty.builder()
.instructions("instructions")
.searchType("searchType")
.supportedVersions(List.of("supportedVersions"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayPropsMixin.MCPGatewayConfigurationPropertystatic final classAn implementation forCfnGatewayPropsMixin.MCPGatewayConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstructions
- See Also:
-
getSearchType
The MCP gateway configuration search type.- See Also:
-
getSupportedVersions
The supported versions for the MCP configuration for the gateway target.- See Also:
-
builder
-