Class DataUpdatedInDataSet.DataUpdatedInDataSetProps.Jsii$Proxy
- All Implemented Interfaces:
DataUpdatedInDataSet.DataUpdatedInDataSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataUpdatedInDataSet.DataUpdatedInDataSetProps
DataUpdatedInDataSet.DataUpdatedInDataSetProps-
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.mixins.preview.services.dataexchange.events.DataUpdatedInDataSet.DataUpdatedInDataSetProps
DataUpdatedInDataSet.DataUpdatedInDataSetProps.Builder, DataUpdatedInDataSet.DataUpdatedInDataSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDataUpdatedInDataSet.DataUpdatedInDataSetProps.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 boolean(experimental) DataSet property.final AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) Notification property.(experimental) Product property.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 theDataUpdatedInDataSet.DataUpdatedInDataSetProps.Builder.
-
-
Method Details
-
getDataSet
Description copied from interface:DataUpdatedInDataSet.DataUpdatedInDataSetProps(experimental) DataSet property.Specify an array of string values to match this event if the actual value of DataSet is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getDataSetin interfaceDataUpdatedInDataSet.DataUpdatedInDataSetProps
-
getEventMetadata
Description copied from interface:DataUpdatedInDataSet.DataUpdatedInDataSetProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceDataUpdatedInDataSet.DataUpdatedInDataSetProps
-
getNotification
Description copied from interface:DataUpdatedInDataSet.DataUpdatedInDataSetProps(experimental) Notification property.Specify an array of string values to match this event if the actual value of Notification is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getNotificationin interfaceDataUpdatedInDataSet.DataUpdatedInDataSetProps
-
getProduct
Description copied from interface:DataUpdatedInDataSet.DataUpdatedInDataSetProps(experimental) Product property.Specify an array of string values to match this event if the actual value of Product is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getProductin interfaceDataUpdatedInDataSet.DataUpdatedInDataSetProps
-
$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()
-