Interface CfnEventTriggerPropsMixin.ObjectAttributeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventTriggerPropsMixin.ObjectAttributeProperty.Jsii$Proxy
- Enclosing class:
CfnEventTriggerPropsMixin
@Stability(Stable)
public static interface CfnEventTriggerPropsMixin.ObjectAttributeProperty
extends software.amazon.jsii.JsiiSerializable
The criteria that a specific object attribute must meet to trigger the destination.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.*;
ObjectAttributeProperty objectAttributeProperty = ObjectAttributeProperty.builder()
.comparisonOperator("comparisonOperator")
.fieldName("fieldName")
.source("source")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventTriggerPropsMixin.ObjectAttributePropertystatic final classAn implementation forCfnEventTriggerPropsMixin.ObjectAttributeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComparisonOperator
The operator used to compare an attribute against a list of values.- See Also:
-
getFieldName
A field defined within an object type.- See Also:
-
getSource
An attribute contained within a source object.- See Also:
-
getValues
The amount of time of the specified unit.- See Also:
-
builder
-