ConnectionSettingParameter Class

Extra Parameter in a Connection Setting Properties to indicate service provider specific properties.

Inheritance
ConnectionSettingParameter

Constructor

ConnectionSettingParameter(*, key: Optional[str] = None, value: Optional[str] = None, **kwargs)

Parameters

key
str
Required

Key for the Connection Setting Parameter.

value
str
Required

Value associated with the Connection Setting Parameter.