libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutMetrics.Types.AppFlowConfig

Description

 
Synopsis

Documentation

data AppFlowConfig Source #

Details about an Amazon AppFlow flow datasource.

See: newAppFlowConfig smart constructor.

Constructors

AppFlowConfig' 

Fields

  • roleArn :: Text

    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

  • flowName :: Text

    name of the flow.

Instances

Instances details
Eq AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Read AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Show AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Generic AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Associated Types

type Rep AppFlowConfig :: Type -> Type #

NFData AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Methods

rnf :: AppFlowConfig -> () #

Hashable AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

ToJSON AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

FromJSON AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

type Rep AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

type Rep AppFlowConfig = D1 ('MetaData "AppFlowConfig" "Amazonka.LookoutMetrics.Types.AppFlowConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AppFlowConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAppFlowConfig Source #

Create a value of AppFlowConfig 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:AppFlowConfig', appFlowConfig_roleArn - An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

$sel:flowName:AppFlowConfig', appFlowConfig_flowName - name of the flow.

appFlowConfig_roleArn :: Lens' AppFlowConfig Text Source #

An IAM role that gives Amazon Lookout for Metrics permission to access the flow.