Class AnalyticsConfiguration.Jsii$Proxy
- All Implemented Interfaces:
AnalyticsConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AnalyticsConfiguration
AnalyticsConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.AnalyticsConfiguration
AnalyticsConfiguration.Builder, AnalyticsConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AnalyticsConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theAnalyticsConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal CfnAppThe Amazon Pinpoint project that you want to connect to your user pool app client.final StringYour Amazon Pinpoint project ID.final StringThe external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.final IRoleRefgetRole()The IAM role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.final BooleanIftrue, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAnalyticsConfiguration.Builder.
-
-
Method Details
-
getApplication
Description copied from interface:AnalyticsConfigurationThe Amazon Pinpoint project that you want to connect to your user pool app client.Amazon Cognito publishes events to the Amazon Pinpoint project. You can also configure your application to pass an endpoint ID in the
AnalyticsMetadataparameter of sign-in operations. The endpoint ID is information about the destination for push notifications.Default: - no configuration, you need to specify either `application` or all of `applicationId`, `externalId`, and `role`.
- Specified by:
getApplicationin interfaceAnalyticsConfiguration
-
getApplicationId
Description copied from interface:AnalyticsConfigurationYour Amazon Pinpoint project ID.Default: - no configuration, you need to specify either this property along with `externalId` and `role` or `application`.
- Specified by:
getApplicationIdin interfaceAnalyticsConfiguration
-
getExternalId
Description copied from interface:AnalyticsConfigurationThe external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.More info here: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
Default: - no configuration, you need to specify either this property along with `applicationId` and `role` or `application`.
- Specified by:
getExternalIdin interfaceAnalyticsConfiguration
-
getRole
Description copied from interface:AnalyticsConfigurationThe IAM role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.Default: - no configuration, you need to specify either this property along with `applicationId` and `externalId` or `application`.
- Specified by:
getRolein interfaceAnalyticsConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-