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

Class: Aws::Appflow::Types::ConnectorProfile

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

Overview

Describes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the connectorProfileProperties field.

Instance Attribute Summary collapse

Instance Attribute Details

#connection_modeString

Indicates the connection mode and if it is public or private.

Possible values:

  • Public
  • Private

Returns:

  • (String)

    Indicates the connection mode and if it is public or private.

#connector_profile_arnString

The Amazon Resource Name (ARN) of the connector profile.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the connector profile.

#connector_profile_nameString

The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.

Returns:

  • (String)

    The name of the connector profile.

#connector_profile_propertiesTypes::ConnectorProfileProperties

The connector-specific properties of the profile configuration.

Returns:

#connector_typeString

The type of connector, such as Salesforce, Amplitude, and so on.

Possible values:

  • Salesforce
  • Singular
  • Slack
  • Redshift
  • S3
  • Marketo
  • Googleanalytics
  • Zendesk
  • Servicenow
  • Datadog
  • Trendmicro
  • Snowflake
  • Dynatrace
  • Infornexus
  • Amplitude
  • Veeva
  • EventBridge

Returns:

  • (String)

    The type of connector, such as Salesforce, Amplitude, and so on.

#created_atTime

Specifies when the connector profile was created.

Returns:

  • (Time)

    Specifies when the connector profile was created.

#credentials_arnString

The Amazon Resource Name (ARN) of the connector profile credentials.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the connector profile credentials.

#last_updated_atTime

Specifies when the connector profile was last updated.

Returns:

  • (Time)

    Specifies when the connector profile was last updated.