class Aws::Appflow::Types::ConnectorProfile
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.
@!attribute [rw] connector_profile_arn
The Amazon Resource Name (ARN) of the connector profile. @return [String]
@!attribute [rw] connector_profile_name
The name of the connector profile. The name is unique for each `ConnectorProfile` in the Amazon Web Services account. @return [String]
@!attribute [rw] connector_type
The type of connector, such as Salesforce, Amplitude, and so on. @return [String]
@!attribute [rw] connection_mode
Indicates the connection mode and if it is public or private. @return [String]
@!attribute [rw] credentials_arn
The Amazon Resource Name (ARN) of the connector profile credentials. @return [String]
@!attribute [rw] connector_profile_properties
The connector-specific properties of the profile configuration. @return [Types::ConnectorProfileProperties]
@!attribute [rw] created_at
Specifies when the connector profile was created. @return [Time]
@!attribute [rw] last_updated_at
Specifies when the connector profile was last updated. @return [Time]
@!attribute [rw] private_connection_provisioning_state
Specifies the private connection provisioning state. @return [Types::PrivateConnectionProvisioningState]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorProfile AWS API Documentation
Constants
- SENSITIVE