libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.Types.SlackSourceProperties

Description

 
Synopsis

Documentation

data SlackSourceProperties Source #

The properties that are applied when Slack is being used as a source.

See: newSlackSourceProperties smart constructor.

Constructors

SlackSourceProperties' 

Fields

  • object' :: Text

    The object specified in the Slack flow source.

Instances

Instances details
Eq SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Read SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Show SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Generic SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Associated Types

type Rep SlackSourceProperties :: Type -> Type #

NFData SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

Methods

rnf :: SlackSourceProperties -> () #

Hashable SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

ToJSON SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

FromJSON SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

type Rep SlackSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackSourceProperties

type Rep SlackSourceProperties = D1 ('MetaData "SlackSourceProperties" "Amazonka.AppFlow.Types.SlackSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SlackSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSlackSourceProperties Source #

Create a value of SlackSourceProperties 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:object':SlackSourceProperties', slackSourceProperties_object - The object specified in the Slack flow source.

slackSourceProperties_object :: Lens' SlackSourceProperties Text Source #

The object specified in the Slack flow source.