ConnectorTargetConfiguration¶
Structure Class¶
ConnectorTargetConfiguration
dataclass
¶
Configuration for a connector integration target. Connectors provide pre-built integrations with Amazon Web Services services and third-party tools.
Attributes¶
configurations
class-attribute
instance-attribute
¶
configurations: list[ConnectorConfiguration] | None = None
A list of per-tool configurations for the connector.
enabled
class-attribute
instance-attribute
¶
enabled: list[str] | None = None
A list of tool names to enable from this connector. If absent, all tools provided by the connector are enabled.
source
instance-attribute
¶
source: ConnectorSource
The source configuration identifying which connector to use.