Class AddMcpServerTargetOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.AddMcpServerTargetOptions.Jsii$Proxy
- All Implemented Interfaces:
AddMcpServerTargetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddMcpServerTargetOptions
@Stability(Stable)
@Internal
public static final class AddMcpServerTargetOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AddMcpServerTargetOptions
An implementation for
AddMcpServerTargetOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.AddMcpServerTargetOptions
AddMcpServerTargetOptions.Builder, AddMcpServerTargetOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAddMcpServerTargetOptions.Builder.protectedJsii$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.JsonNodefinal booleanfinal List<ICredentialProviderConfig> Credential providers for authentication.final StringOptional description for the gateway target.final StringThe HTTPS endpoint URL of the MCP server.final StringThe name of the gateway target Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen).final inthashCode()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 theAddMcpServerTargetOptions.Builder.
-
-
Method Details
-
getCredentialProviderConfigurations
Description copied from interface:AddMcpServerTargetOptionsCredential providers for authentication.MCP servers require explicit authentication configuration. OAuth2 is strongly recommended over NoAuth.
- Specified by:
getCredentialProviderConfigurationsin interfaceAddMcpServerTargetOptions
-
getEndpoint
Description copied from interface:AddMcpServerTargetOptionsThe HTTPS endpoint URL of the MCP server.The endpoint must:
- Use HTTPS protocol
- Be properly URL-encoded
- Point to an MCP server that implements tool capabilities
- Specified by:
getEndpointin interfaceAddMcpServerTargetOptions
-
getDescription
Description copied from interface:AddMcpServerTargetOptionsOptional description for the gateway target.Default: - No description
- Specified by:
getDescriptionin interfaceAddMcpServerTargetOptions
-
getGatewayTargetName
Description copied from interface:AddMcpServerTargetOptionsThe name of the gateway target Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen).Default: - auto generate
- Specified by:
getGatewayTargetNamein interfaceAddMcpServerTargetOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-