Show / Hide Table of Contents

Class UserPoolClientAnalyticsConfiguration

Inheritance
System.Object
UserPoolClientAnalyticsConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolClientAnalyticsConfiguration

Fields

View Source

ApplicationId

The application ID for an Amazon Pinpoint application.

Declaration
public readonly string ApplicationId
Field Value
Type Description
System.String
View Source

ExternalId

An ID for the Analytics Configuration.

Declaration
public readonly string ExternalId
Field Value
Type Description
System.String
View Source

RoleArn

The ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
View Source

UserDataShared

If set to true, Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.

Declaration
public readonly bool? UserDataShared
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.