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.
Amazon Cognito user pools only support sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the Region where the user pool resides.
-
The endpoint ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable analyticsEndpointId;
Swift
var analyticsEndpointId: String? { get set }