@Value.Immutable
public interface DescribeConnectorConfigurationResponse
DescribeConnectorConfiguration> operation.| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig |
authenticationConfig()
AuthenticationConfig supported by the connector. |
List<ConnectorModes> |
connectorModes()
List of
ConnectorMode supported by the connector. |
String |
connectorName()
Name of the connector.
|
String |
connectorOwner()
Name of the connector owner.
|
List<ConnectorRuntimeSetting> |
connectorRuntimeSetting()
Custom connector runtime settings for which connector requires input from the end user.
|
String |
connectorVersion()
Version of the connector.
|
ErrorDetails |
errorDetails()
Error details if the Operation is unsuccessful.
|
boolean |
isSuccess()
Specifies if the operation is successful or not.
|
String |
logoURL()
Logo URL for display purposes for connector icon.
|
default List<ConnectorOperator> |
operatorsSupported()
Operators supported by the connector.
|
List<String> |
supportedApiVersions()
List of API versions supported by connector for the underlying application.
|
default List<TriggerType> |
supportedTriggerTypes()
Trigger types supported by connector.
|
default List<WriteOperationType> |
supportedWriteOperations()
Write Operations supported by Connector.
|
default List<TriggerFrequency> |
triggerFrequenciesSupported()
Trigger frequencies supported by Connector.
|
String connectorOwner()
String connectorName()
String connectorVersion()
List<ConnectorModes> connectorModes()
ConnectorMode supported by the connector.@Nullable AuthenticationConfig authenticationConfig()
AuthenticationConfig supported by the connector. Can be null if connector doesn't need any
credentials from customer.@Nullable List<ConnectorRuntimeSetting> connectorRuntimeSetting()
List<String> supportedApiVersions()
@Value.Default default List<ConnectorOperator> operatorsSupported()
@Value.Default default List<TriggerType> supportedTriggerTypes()
@Value.Default default List<TriggerFrequency> triggerFrequenciesSupported()
@Value.Default default List<WriteOperationType> supportedWriteOperations()
boolean isSuccess()
@Nullable ErrorDetails errorDetails()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.