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 SourceApplicationId
The application ID for an Amazon Pinpoint application.
Declaration
public readonly string ApplicationId
Field Value
| Type | Description |
|---|---|
| System.String |
ExternalId
An ID for the Analytics Configuration.
Declaration
public readonly string ExternalId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |