UserPoolClientAnalyticsConfigurationArgs

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

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

Properties

Link copied to clipboard
val applicationArn: Output<String>? = null

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
val applicationId: Output<String>? = null

Your Amazon Pinpoint project ID.

Link copied to clipboard
val externalId: Output<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: Output<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: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): UserPoolClientAnalyticsConfigurationArgs