Class: Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Structure holding all APPFLOW_INTEGRATION specific workflow attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_nameString

The name of the AppFlow connector profile used for ingestion.

Returns:

  • (String)


204
205
206
207
208
209
210
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 204

class AppflowIntegrationWorkflowAttributes < Struct.new(
  :source_connector_type,
  :connector_profile_name,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.

Returns:

  • (String)


204
205
206
207
208
209
210
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 204

class AppflowIntegrationWorkflowAttributes < Struct.new(
  :source_connector_type,
  :connector_profile_name,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_connector_typeString

Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

Returns:

  • (String)


204
205
206
207
208
209
210
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 204

class AppflowIntegrationWorkflowAttributes < Struct.new(
  :source_connector_type,
  :connector_profile_name,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end