| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.Types.CustomerProfilesDestinationProperties
Description
Synopsis
- data CustomerProfilesDestinationProperties = CustomerProfilesDestinationProperties' {}
- newCustomerProfilesDestinationProperties :: Text -> CustomerProfilesDestinationProperties
- customerProfilesDestinationProperties_objectTypeName :: Lens' CustomerProfilesDestinationProperties (Maybe Text)
- customerProfilesDestinationProperties_domainName :: Lens' CustomerProfilesDestinationProperties Text
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
| |
Instances
newCustomerProfilesDestinationProperties Source #
Arguments
| :: Text | |
| -> CustomerProfilesDestinationProperties |
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.