Class: Aws::Appflow::Types::ConnectorProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_mode ⇒ String
Indicates the connection mode and if it is public or private.
-
#connector_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile.
-
#connector_profile_name ⇒ String
The name of the connector profile.
-
#connector_profile_properties ⇒ Types::ConnectorProfileProperties
The connector-specific properties of the profile configuration.
-
#connector_type ⇒ String
The type of connector, such as Salesforce, Amplitude, and so on.
-
#created_at ⇒ Time
Specifies when the connector profile was created.
-
#credentials_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile credentials.
-
#last_updated_at ⇒ Time
Specifies when the connector profile was last updated.
Instance Attribute Details
#connection_mode ⇒ String
Indicates the connection mode and if it is public or private.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#connector_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#connector_profile_name ⇒ String
The name of the connector profile. The name is unique for each ‘ConnectorProfile` in the AWS account.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#connector_profile_properties ⇒ Types::ConnectorProfileProperties
The connector-specific properties of the profile configuration.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#connector_type ⇒ String
The type of connector, such as Salesforce, Amplitude, and so on.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Specifies when the connector profile was created.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#credentials_arn ⇒ String
The Amazon Resource Name (ARN) of the connector profile credentials.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Specifies when the connector profile was last updated.
544 545 546 547 548 549 550 551 552 553 554 555 |
# File 'lib/aws-sdk-appflow/types.rb', line 544 class ConnectorProfile < Struct.new( :connector_profile_arn, :connector_profile_name, :connector_type, :connection_mode, :credentials_arn, :connector_profile_properties, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |