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 AnalyticsConfigurationType = AnalyticsConfigurationType' {}
- newAnalyticsConfigurationType :: AnalyticsConfigurationType
- analyticsConfigurationType_applicationArn :: Lens' AnalyticsConfigurationType (Maybe Text)
- analyticsConfigurationType_userDataShared :: Lens' AnalyticsConfigurationType (Maybe Bool)
- analyticsConfigurationType_applicationId :: Lens' AnalyticsConfigurationType (Maybe Text)
- analyticsConfigurationType_externalId :: Lens' AnalyticsConfigurationType (Maybe Text)
- analyticsConfigurationType_roleArn :: Lens' AnalyticsConfigurationType (Maybe Text)
Documentation
data AnalyticsConfigurationType Source #
The Amazon Pinpoint analytics configuration for collecting metrics for a user pool.
In regions where Pinpoint is not available, Cognito User Pools only supports sending events to Amazon Pinpoint projects in us-east-1. In regions where Pinpoint is available, Cognito User Pools will support sending events to Amazon Pinpoint projects within that same region.
See: newAnalyticsConfigurationType
smart constructor.
AnalyticsConfigurationType' | |
|
Instances
newAnalyticsConfigurationType :: AnalyticsConfigurationType Source #
Create a value of AnalyticsConfigurationType
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:applicationArn:AnalyticsConfigurationType'
, analyticsConfigurationType_applicationArn
- The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can
use the Amazon Pinpoint project for Pinpoint integration with the chosen
User Pool Client. Amazon Cognito publishes events to the pinpoint
project declared by the app ARN.
$sel:userDataShared:AnalyticsConfigurationType'
, analyticsConfigurationType_userDataShared
- If UserDataShared
is true
, Amazon Cognito will include user data in
the events it publishes to Amazon Pinpoint analytics.
$sel:applicationId:AnalyticsConfigurationType'
, analyticsConfigurationType_applicationId
- The application ID for an Amazon Pinpoint application.
$sel:externalId:AnalyticsConfigurationType'
, analyticsConfigurationType_externalId
- The external ID.
$sel:roleArn:AnalyticsConfigurationType'
, analyticsConfigurationType_roleArn
- The ARN of an IAM role that authorizes Amazon Cognito to publish events
to Amazon Pinpoint analytics.
analyticsConfigurationType_applicationArn :: Lens' AnalyticsConfigurationType (Maybe Text) Source #
The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project for Pinpoint integration with the chosen User Pool Client. Amazon Cognito publishes events to the pinpoint project declared by the app ARN.
analyticsConfigurationType_userDataShared :: Lens' AnalyticsConfigurationType (Maybe Bool) Source #
If UserDataShared
is true
, Amazon Cognito will include user data in
the events it publishes to Amazon Pinpoint analytics.
analyticsConfigurationType_applicationId :: Lens' AnalyticsConfigurationType (Maybe Text) Source #
The application ID for an Amazon Pinpoint application.
analyticsConfigurationType_externalId :: Lens' AnalyticsConfigurationType (Maybe Text) Source #
The external ID.
analyticsConfigurationType_roleArn :: Lens' AnalyticsConfigurationType (Maybe Text) Source #
The ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.