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.CustomerProfilesDestinationProperties

Description

 
Synopsis

Documentation

data CustomerProfilesDestinationProperties Source #

The properties that are applied when Amazon Connect Customer Profiles is used as a destination.

See: newCustomerProfilesDestinationProperties smart constructor.

Constructors

CustomerProfilesDestinationProperties' 

Fields

  • objectTypeName :: Maybe Text

    The object specified in the Amazon Connect Customer Profiles flow destination.

  • domainName :: Text

    The unique name of the Amazon Connect Customer Profiles domain.

Instances

Instances details
Eq CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Read CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Show CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Generic CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

NFData CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

Hashable CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

ToJSON CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

FromJSON CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

type Rep CustomerProfilesDestinationProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties

type Rep CustomerProfilesDestinationProperties = D1 ('MetaData "CustomerProfilesDestinationProperties" "Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CustomerProfilesDestinationProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomerProfilesDestinationProperties Source #

Create a value of CustomerProfilesDestinationProperties 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:objectTypeName:CustomerProfilesDestinationProperties', customerProfilesDestinationProperties_objectTypeName - The object specified in the Amazon Connect Customer Profiles flow destination.

$sel:domainName:CustomerProfilesDestinationProperties', customerProfilesDestinationProperties_domainName - The unique name of the Amazon Connect Customer Profiles domain.

customerProfilesDestinationProperties_objectTypeName :: Lens' CustomerProfilesDestinationProperties (Maybe Text) Source #

The object specified in the Amazon Connect Customer Profiles flow destination.

customerProfilesDestinationProperties_domainName :: Lens' CustomerProfilesDestinationProperties Text Source #

The unique name of the Amazon Connect Customer Profiles domain.