Interface DataUpdatedInDataSet.DataSet
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataUpdatedInDataSet.DataSet.Jsii$Proxy
- Enclosing class:
DataUpdatedInDataSet
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.dataexchange.events.*;
DataSet dataSet = DataSet.builder()
.assetType(List.of("assetType"))
.id(List.of("id"))
.name(List.of("name"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDataUpdatedInDataSet.DataSetstatic final classAn implementation forDataUpdatedInDataSet.DataSet -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetType
(experimental) AssetType property.Specify an array of string values to match this event if the actual value of AssetType 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
-
getId
(experimental) Id property.Specify an array of string values to match this event if the actual value of Id 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
-
getName
(experimental) Name property.Specify an array of string values to match this event if the actual value of Name 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
-
builder
-