AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The Amazon Pinpoint analytics configuration necessary to collect metrics for a user pool.

In Regions where Amazon Pinpoint isn't available, user pools only support sending events to Amazon Pinpoint projects in us-east-1. In Regions where Amazon Pinpoint is available, user pools support sending events to Amazon Pinpoint projects within that same Region.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.AnalyticsConfigurationType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class AnalyticsConfigurationType

The AnalyticsConfigurationType type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationArn System.String

Gets and sets the property ApplicationArn.

The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project to integrate with the chosen user pool Client. Amazon Cognito publishes events to the Amazon Pinpoint project that the app ARN declares.

Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The application ID for an Amazon Pinpoint application.

Public Property ExternalId System.String

Gets and sets the property ExternalId.

The external ID.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.

Public Property UserDataShared System.Boolean

Gets and sets the property UserDataShared.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5