AWSCognitoIdentityProviderAnalyticsMetadataType

Objective-C

@interface AWSCognitoIdentityProviderAnalyticsMetadataType

Swift

class AWSCognitoIdentityProviderAnalyticsMetadataType

An Amazon Pinpoint analytics endpoint.

An endpoint uniquely identifies a mobile device, email address, or phone number that can receive messages from Amazon Pinpoint analytics. For more information about Amazon Web Services Regions that can contain Amazon Pinpoint resources for use with Amazon Cognito user pools, see Using Amazon Pinpoint analytics with Amazon Cognito user pools.

  • The endpoint ID.

    Declaration

    Objective-C

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

    Swift

    var analyticsEndpointId: String? { get set }