@Value.Immutable
public interface ConnectorRuntimeSetting
| Modifier and Type | Method and Description |
|---|---|
List<String> |
connectorSuppliedValueOptions()
Optional connector supplied value options (with matching data type) that the user can pick from as a value for
this runtime setting.
|
ConnectorRuntimeSettingDataType |
dataType()
Data type for the connector runtime setting.
|
String |
description()
Description of the connector runtime setting.
|
String |
key()
Unique identifier for the connector runtime setting.
|
String |
label()
Label for the connector runtime setting.
|
boolean |
required()
Specifies if this setting is required or not.
|
ConnectorRuntimeSettingScope |
scope()
Scope of the runtime setting needed for CONNECTOR_PROFILE, SOURCE, DESTINATION etc.
|
String key()
ConnectorRuntimeSettingDataType dataType()
boolean required()
String label()
String description()
ConnectorRuntimeSettingScope scope()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.