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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolClient.AnalyticsConfigurationProperty
CfnUserPoolClient.AnalyticsConfigurationProperty.Builder, CfnUserPoolClient.AnalyticsConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPoolClient.AnalyticsConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of an Amazon Pinpoint project.final String
The application ID for an Amazon Pinpoint application.final String
The external ID.final String
The ARN of an AWS Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.final Object
IfUserDataShared
istrue
, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.final int
hashCode()
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.AnalyticsConfigurationProperty
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.
- Specified by:
getApplicationArn
in interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
getApplicationId
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationProperty
The application ID for an Amazon Pinpoint application.- Specified by:
getApplicationId
in interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
getExternalId
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationProperty
The external ID.- Specified by:
getExternalId
in interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
getRoleArn
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationProperty
The ARN of an AWS Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.- Specified by:
getRoleArn
in interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-