@Stability(value=Stable) public static final class CfnUserPoolClient.AnalyticsConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolClient.AnalyticsConfigurationProperty>
CfnUserPoolClient.AnalyticsConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty.Builder applicationArn(String applicationArn)
CfnUserPoolClient.AnalyticsConfigurationProperty.getApplicationArn()applicationArn - The Amazon Resource Name (ARN) of an Amazon Pinpoint project.
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.this@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty.Builder applicationId(String applicationId)
CfnUserPoolClient.AnalyticsConfigurationProperty.getApplicationId()applicationId - The application ID for an Amazon Pinpoint application.this@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty.Builder externalId(String externalId)
CfnUserPoolClient.AnalyticsConfigurationProperty.getExternalId()externalId - The external ID.this@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty.Builder roleArn(String roleArn)
CfnUserPoolClient.AnalyticsConfigurationProperty.getRoleArn()roleArn - The ARN of an AWS Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.this@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty.Builder userDataShared(Boolean userDataShared)
CfnUserPoolClient.AnalyticsConfigurationProperty.getUserDataShared()userDataShared - If `UserDataShared` is `true` , Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.this@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty.Builder userDataShared(IResolvable userDataShared)
CfnUserPoolClient.AnalyticsConfigurationProperty.getUserDataShared()userDataShared - If `UserDataShared` is `true` , Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.this@Stability(value=Stable) public CfnUserPoolClient.AnalyticsConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPoolClient.AnalyticsConfigurationProperty>CfnUserPoolClient.AnalyticsConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.