@Stability(value=Stable)
public static interface CfnUserPoolClient.AnalyticsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
In Regions where Amazon Pinpointisn'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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
AnalyticsConfigurationProperty analyticsConfigurationProperty = AnalyticsConfigurationProperty.builder()
.applicationArn("applicationArn")
.applicationId("applicationId")
.externalId("externalId")
.roleArn("roleArn")
.userDataShared(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolClient.AnalyticsConfigurationProperty.Builder
A builder for
CfnUserPoolClient.AnalyticsConfigurationProperty |
static class |
CfnUserPoolClient.AnalyticsConfigurationProperty.Jsii$Proxy
An implementation for
CfnUserPoolClient.AnalyticsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolClient.AnalyticsConfigurationProperty.Builder |
builder() |
default String |
getApplicationArn()
The Amazon Resource Name (ARN) of an Amazon Pinpoint project.
|
default String |
getApplicationId()
The application ID for an Amazon Pinpoint application.
|
default String |
getExternalId()
The external ID.
|
default String |
getRoleArn()
The ARN of an AWS Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.
|
default Object |
getUserDataShared()
If `UserDataShared` is `true` , Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.
|
@Stability(value=Stable) @Nullable default String getApplicationArn()
You can use the Amazon Pinpoint project for integration with the chosen user pool client. Amazon Cognito publishes events to the Amazon Pinpoint project that the app ARN declares.
@Stability(value=Stable) @Nullable default String getApplicationId()
@Stability(value=Stable) @Nullable default String getExternalId()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default Object getUserDataShared()
@Stability(value=Stable) static CfnUserPoolClient.AnalyticsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.