Skip to main content

AutomationConnectionPicker

The AutomationConnectionPicker allows users to select a single settings object. The available options will be fetched and displayed by the given settings schema. Users can also create a new settings object by selecting the link Create a new connection or edit the selected one by choosing the Edit button.

Import

import { AutomationConnectionPicker } from '@dynatrace/automation-action-components';

Props

AutomationConnectionPickerProps

NameTypeDefaultDescription
schema
-App settings schema identifier.
onChange
(connectionId: ) =>
-Callback that is called when the selected value changes.
placeholder?
- ID of the app settings object of `schema`.
Still have questions?
Find answers in the Dynatrace Community