Class CfnUserPoolClient.AnalyticsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolClient.AnalyticsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolClient.AnalyticsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolClient.AnalyticsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolClient.AnalyticsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolClient.AnalyticsConfigurationProperty
An implementation for
CfnUserPoolClient.AnalyticsConfigurationProperty-
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.CfnUserPoolClient.AnalyticsConfigurationProperty
CfnUserPoolClient.AnalyticsConfigurationProperty.Builder, CfnUserPoolClient.AnalyticsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolClient.AnalyticsConfigurationProperty.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 StringThe Amazon Resource Name (ARN) of an 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 StringThe ARN of an AWS Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.final ObjectIfUserDataSharedistrue, 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 theCfnUserPoolClient.AnalyticsConfigurationProperty.Builder.
-
-
Method Details
-
getApplicationArn
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyThe Amazon Resource Name (ARN) of an Amazon Pinpoint project that you want to connect to your user pool app client.Amazon Cognito publishes events to the Amazon Pinpoint project that
ApplicationArndeclares. You can also configure your application to pass an endpoint ID in theAnalyticsMetadataparameter of sign-in operations. The endpoint ID is information about the destination for push notifications- Specified by:
getApplicationArnin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty- See Also:
-
getApplicationId
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyYour Amazon Pinpoint project ID.- Specified by:
getApplicationIdin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty- See Also:
-
getExternalId
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyThe external ID of the role that Amazon Cognito assumes to send analytics data to Amazon Pinpoint.- Specified by:
getExternalIdin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyThe ARN of an AWS Identity and Access Management role that has the permissions required for Amazon Cognito to publish events to Amazon Pinpoint analytics.- Specified by:
getRoleArnin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty- See Also:
-
$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()
-