You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::ConnectorConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The configuration settings related to a given connector.

Instance Attribute Summary collapse

Instance Attribute Details

#can_use_as_destinationBoolean

Specifies whether the connector can be used as a destination.

Returns:

  • (Boolean)

    Specifies whether the connector can be used as a destination.

#can_use_as_sourceBoolean

Specifies whether the connector can be used as a source.

Returns:

  • (Boolean)

    Specifies whether the connector can be used as a source.

#connector_metadataTypes::ConnectorMetadata

Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.

Returns:

  • (Types::ConnectorMetadata)

    Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.

Specifies if PrivateLink is enabled for that connector.

Returns:

  • (Boolean)

    Specifies if PrivateLink is enabled for that connector.

Specifies if a PrivateLink endpoint URL is required.

Returns:

  • (Boolean)

    Specifies if a PrivateLink endpoint URL is required.

#supported_destination_connectorsArray<String>

Lists the connectors that are available for use as destinations.

Returns:

  • (Array<String>)

    Lists the connectors that are available for use as destinations.

#supported_scheduling_frequenciesArray<String>

Specifies the supported flow frequency for that connector.

Returns:

  • (Array<String>)

    Specifies the supported flow frequency for that connector.

#supported_trigger_typesArray<String>

Specifies the supported trigger types for the flow.

Returns:

  • (Array<String>)

    Specifies the supported trigger types for the flow.