Interface CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayPropsMixin
@Stability(Stable)
public static interface CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The protocol configuration.
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.*;
GatewayProtocolConfigurationProperty gatewayProtocolConfigurationProperty = GatewayProtocolConfigurationProperty.builder()
.mcp(MCPGatewayConfigurationProperty.builder()
.instructions("instructions")
.searchType("searchType")
.supportedVersions(List.of("supportedVersions"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnGatewayPropsMixin.GatewayProtocolConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMcp
The gateway protocol configuration for MCP.Returns union: either
IResolvableorCfnGatewayPropsMixin.MCPGatewayConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Builder builder()
-