Skip to main content

AutomationConnectionPicker

  • Reference
  • 2-min read

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

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