Class CfnEventTriggerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnEventTriggerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventTriggerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventTriggerProps
@Stability(Stable)
@Internal
public static final class CfnEventTriggerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventTriggerProps
An implementation for
CfnEventTriggerProps
-
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.customerprofiles.CfnEventTriggerProps
CfnEventTriggerProps.Builder, CfnEventTriggerProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEventTriggerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventTriggerProps.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 description of the event trigger.final String
The unique name of the domain.final Object
A list of conditions that determine when an event should trigger the destination.final Object
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.final String
The unique name of the event trigger.final String
The unique name of the object type.final String
The destination is triggered only for profiles that meet the criteria of a segment definition.getTags()
An array of key-value pairs to apply to this resource.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 theCfnEventTriggerProps.Builder
.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnEventTriggerProps
The unique name of the domain.- Specified by:
getDomainName
in interfaceCfnEventTriggerProps
- See Also:
-
getEventTriggerConditions
Description copied from interface:CfnEventTriggerProps
A list of conditions that determine when an event should trigger the destination.- Specified by:
getEventTriggerConditions
in interfaceCfnEventTriggerProps
- See Also:
-
getEventTriggerName
Description copied from interface:CfnEventTriggerProps
The unique name of the event trigger.- Specified by:
getEventTriggerName
in interfaceCfnEventTriggerProps
- See Also:
-
getObjectTypeName
Description copied from interface:CfnEventTriggerProps
The unique name of the object type.- Specified by:
getObjectTypeName
in interfaceCfnEventTriggerProps
- See Also:
-
getDescription
Description copied from interface:CfnEventTriggerProps
The description of the event trigger.- Specified by:
getDescription
in interfaceCfnEventTriggerProps
- See Also:
-
getEventTriggerLimits
Description copied from interface:CfnEventTriggerProps
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.- Specified by:
getEventTriggerLimits
in interfaceCfnEventTriggerProps
- See Also:
-
getSegmentFilter
Description copied from interface:CfnEventTriggerProps
The destination is triggered only for profiles that meet the criteria of a segment definition.- Specified by:
getSegmentFilter
in interfaceCfnEventTriggerProps
- See Also:
-
getTags
Description copied from interface:CfnEventTriggerProps
An array of key-value pairs to apply to this resource.- Specified by:
getTags
in interfaceCfnEventTriggerProps
- See Also:
-
$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()
-