@Stability(value=Stable)
public static interface CfnUserPoolClient.AnalyticsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
In regions where Pinpoint is not available, Cognito User Pools only supports sending events to Amazon Pinpoint projects in us-east-1. In regions where Pinpoint is available, Cognito User Pools will 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()
`CfnUserPoolClient.AnalyticsConfigurationProperty.ApplicationArn`.
|
default String |
getApplicationId()
The application ID for an Amazon Pinpoint application.
|
default String |
getExternalId()
The external ID.
|
default String |
getRoleArn()
The ARN of an IAM role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.
|
default Object |
getUserDataShared()
If `UserDataShared` is `true` , Amazon Cognito will include user data in the events it publishes to Amazon Pinpoint analytics.
|
@Stability(value=Stable) @Nullable default String getApplicationArn()
@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.