Class CfnGatewayTarget.McpTargetConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.McpTargetConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayTarget.McpTargetConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayTarget.McpTargetConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayTarget.McpTargetConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayTarget.McpTargetConfigurationProperty
An implementation for
CfnGatewayTarget.McpTargetConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.McpTargetConfigurationProperty
CfnGatewayTarget.McpTargetConfigurationProperty.Builder, CfnGatewayTarget.McpTargetConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayTarget.McpTargetConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The Lambda MCP configuration for the gateway target.final Object
The OpenApi schema for the gateway target MCP configuration.final Object
The target configuration for the Smithy model target.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGatewayTarget.McpTargetConfigurationProperty.Builder
.
-
-
Method Details
-
getLambda
Description copied from interface:CfnGatewayTarget.McpTargetConfigurationProperty
The Lambda MCP configuration for the gateway target.- Specified by:
getLambda
in interfaceCfnGatewayTarget.McpTargetConfigurationProperty
- See Also:
-
getOpenApiSchema
Description copied from interface:CfnGatewayTarget.McpTargetConfigurationProperty
The OpenApi schema for the gateway target MCP configuration.- Specified by:
getOpenApiSchema
in interfaceCfnGatewayTarget.McpTargetConfigurationProperty
- See Also:
-
getSmithyModel
Description copied from interface:CfnGatewayTarget.McpTargetConfigurationProperty
The target configuration for the Smithy model target.- Specified by:
getSmithyModel
in interfaceCfnGatewayTarget.McpTargetConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-