amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

Description

 
Synopsis

Documentation

data AppflowIntegrationWorkflowAttributes Source #

Structure holding all APPFLOW_INTEGRATION specific workflow attributes.

See: newAppflowIntegrationWorkflowAttributes smart constructor.

Constructors

AppflowIntegrationWorkflowAttributes' 

Fields

  • roleArn :: Maybe Text

    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.

  • sourceConnectorType :: SourceConnectorType

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

  • connectorProfileName :: Text

    The name of the AppFlow connector profile used for ingestion.

Instances

Instances details
FromJSON AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

Generic AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

Read AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

Show AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

NFData AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

Eq AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

Hashable AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

type Rep AppflowIntegrationWorkflowAttributes Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes

type Rep AppflowIntegrationWorkflowAttributes = D1 ('MetaData "AppflowIntegrationWorkflowAttributes" "Amazonka.CustomerProfiles.Types.AppflowIntegrationWorkflowAttributes" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "AppflowIntegrationWorkflowAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceConnectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceConnectorType) :*: S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAppflowIntegrationWorkflowAttributes Source #

Create a value of AppflowIntegrationWorkflowAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:roleArn:AppflowIntegrationWorkflowAttributes', appflowIntegrationWorkflowAttributes_roleArn - 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.

$sel:sourceConnectorType:AppflowIntegrationWorkflowAttributes', appflowIntegrationWorkflowAttributes_sourceConnectorType - Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

$sel:connectorProfileName:AppflowIntegrationWorkflowAttributes', appflowIntegrationWorkflowAttributes_connectorProfileName - The name of the AppFlow connector profile used for ingestion.

appflowIntegrationWorkflowAttributes_roleArn :: Lens' AppflowIntegrationWorkflowAttributes (Maybe Text) Source #

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.

appflowIntegrationWorkflowAttributes_sourceConnectorType :: Lens' AppflowIntegrationWorkflowAttributes SourceConnectorType Source #

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