Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
CustomerProfilesDestinationProperties' | |
|
Instances
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.