User Pool Client Analytics Configuration Args
data class UserPoolClientAnalyticsConfigurationArgs(val applicationArn: Output<String>? = null, val applicationId: Output<String>? = null, val externalId: Output<String>? = null, val roleArn: Output<String>? = null, val userDataShared: Output<Boolean>? = null) : ConvertibleToJava<UserPoolClientAnalyticsConfigurationArgs>
Constructors
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project for integration with the chosen user pool client. Amazon Cognito publishes events to the Amazon Pinpoint project that the app ARN declares.
Link copied to clipboard
Your Amazon Pinpoint project ID.
Link copied to clipboard
The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.
Link copied to clipboard
If UserDataShared
is true
, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.