Interface CfnGateway.MCPGatewayConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGateway.MCPGatewayConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnGateway

@Stability(Stable) public static interface CfnGateway.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.services.bedrockagentcore.*;
 MCPGatewayConfigurationProperty mCPGatewayConfigurationProperty = MCPGatewayConfigurationProperty.builder()
         .instructions("instructions")
         .searchType("searchType")
         .supportedVersions(List.of("supportedVersions"))
         .build();
 

See Also: