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.final StringThe application ID for an Amazon Pinpoint application.final StringThe external ID.final StringThe ARN of an AWS Identity and Access Management role that authorizes 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.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:
getApplicationArnin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
getApplicationId
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyThe application ID for an Amazon Pinpoint application.- Specified by:
getApplicationIdin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
getExternalId
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyThe external ID.- Specified by:
getExternalIdin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
getRoleArn
Description copied from interface:CfnUserPoolClient.AnalyticsConfigurationPropertyThe ARN of an AWS Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.- Specified by:
getRoleArnin interfaceCfnUserPoolClient.AnalyticsConfigurationProperty
-
$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()
-