Show / Hide Table of Contents

Class UserPoolClientAnalyticsConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolClientAnalyticsConfigurationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolClientAnalyticsConfigurationArgs : ResourceArgs

Constructors

View Source

UserPoolClientAnalyticsConfigurationArgs()

Declaration
public UserPoolClientAnalyticsConfigurationArgs()

Properties

View Source

ApplicationId

The application ID for an Amazon Pinpoint application.

Declaration
public Input<string> ApplicationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExternalId

An ID for the Analytics Configuration.

Declaration
public Input<string> ExternalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

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

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<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 Input<bool> UserDataShared { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.