ConnectorConfiguration
Configuration for a single tool within a connector.
Contents
- name
-
The tool or operation name (for example,
retrieveorwebSearch).Type: String
Length Constraints: Minimum length of 0. Maximum length of 64.
Pattern:
[a-zA-Z][a-zA-Z0-9_-]*Required: Yes
- description
-
An agent-facing description override for this tool.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2000.
Required: No
- parameterOverrides
-
Parameters to expose to the agent at runtime, with optional description overrides.
Type: Array of ConnectorParameterOverride objects
Required: No
- parameterValues
-
Parameters to set as fixed or default values when provisioning this tool.
Type: JSON value
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: