UserPoolClientAnalyticsConfiguration

data class UserPoolClientAnalyticsConfiguration(val applicationArn: String? = null, val applicationId: String? = null, val externalId: String? = null, val roleArn: String? = null, val userDataShared: Boolean? = null)

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, applicationId: String? = null, externalId: String? = null, roleArn: String? = null, userDataShared: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client. Amazon Cognito publishes events to the Amazon Pinpoint project that ApplicationArn declares. You can also configure your application to pass an endpoint ID in the AnalyticsMetadata parameter of sign-in operations. The endpoint ID is information about the destination for push notifications

Link copied to clipboard
val applicationId: String? = null

Your Amazon Pinpoint project ID.

Link copied to clipboard
val externalId: String? = null

The external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.

Link copied to clipboard
val roleArn: String? = null

The ARN of an AWS Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.

Link copied to clipboard
val userDataShared: Boolean? = null

If UserDataShared is true , Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.