AWSCognitoIdentityProviderAnalyticsConfigurationType

Objective-C

@interface AWSCognitoIdentityProviderAnalyticsConfigurationType

Swift

class AWSCognitoIdentityProviderAnalyticsConfigurationType

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.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable applicationArn;

    Swift

    var applicationArn: String? { get set }
  • The application ID for an Amazon Pinpoint application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable applicationId;

    Swift

    var applicationId: String? { get set }
  • The external ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable externalId;

    Swift

    var externalId: String? { get set }
  • The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable roleArn;

    Swift

    var roleArn: String? { get set }
  • If UserDataShared is true, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable userDataShared;

    Swift

    var userDataShared: NSNumber? { get set }