Class UserPoolClientAnalyticsConfigurationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolClientAnalyticsConfigurationGetArgs : ResourceArgs
Constructors
View SourceUserPoolClientAnalyticsConfigurationGetArgs()
Declaration
public UserPoolClientAnalyticsConfigurationGetArgs()
Properties
View SourceApplicationId
The application ID for an Amazon Pinpoint application.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExternalId
An ID for the Analytics Configuration.
Declaration
public Input<string> ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |