Class AddLambdaTargetOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.AddLambdaTargetOptions.Jsii$Proxy
- All Implemented Interfaces:
AddLambdaTargetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddLambdaTargetOptions
@Stability(Stable)
@Internal
public static final class AddLambdaTargetOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AddLambdaTargetOptions
An implementation for
AddLambdaTargetOptions-
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.AddLambdaTargetOptions
AddLambdaTargetOptions.Builder, AddLambdaTargetOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AddLambdaTargetOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAddLambdaTargetOptions.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 name of the gateway target Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen).final IFunctionThe Lambda function to associate with this target.final ToolSchemaThe tool schema defining the available tools.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 theAddLambdaTargetOptions.Builder.
-
-
Method Details
-
getLambdaFunction
Description copied from interface:AddLambdaTargetOptionsThe Lambda function to associate with this target.- Specified by:
getLambdaFunctionin interfaceAddLambdaTargetOptions
-
getToolSchema
Description copied from interface:AddLambdaTargetOptionsThe tool schema defining the available tools.- Specified by:
getToolSchemain interfaceAddLambdaTargetOptions
-
getCredentialProviderConfigurations
Description copied from interface:AddLambdaTargetOptionsCredential providers for authentication.Default: - [GatewayCredentialProvider.iamRole()]
- Specified by:
getCredentialProviderConfigurationsin interfaceAddLambdaTargetOptions
-
getDescription
Description copied from interface:AddLambdaTargetOptionsOptional description for the gateway target.Default: - No description
- Specified by:
getDescriptionin interfaceAddLambdaTargetOptions
-
getGatewayTargetName
Description copied from interface:AddLambdaTargetOptionsThe name of the gateway target Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen).Default: - auto generate
- Specified by:
getGatewayTargetNamein interfaceAddLambdaTargetOptions
-
$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()
-