Interface DataUpdatedInDataSet.DataUpdatedInDataSetProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DataUpdatedInDataSet.DataUpdatedInDataSetProps.Jsii$Proxy
Enclosing class:
DataUpdatedInDataSet

@Stability(Experimental) public static interface DataUpdatedInDataSet.DataUpdatedInDataSetProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.dataexchange@DataUpdatedInDataSet event.

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.*;
 DataUpdatedInDataSetProps dataUpdatedInDataSetProps = DataUpdatedInDataSetProps.builder()
         .dataSet(DataSet.builder()
                 .assetType(List.of("assetType"))
                 .id(List.of("id"))
                 .name(List.of("name"))
                 .build())
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .notification(Notification.builder()
                 .comment(List.of("comment"))
                 .details(Details.builder()
                         .dataUpdate(DataUpdate.builder()
                                 .dataUpdatedAt(List.of("dataUpdatedAt"))
                                 .build())
                         .build())
                 .scope(Scope.builder()
                         .lakeFormationTagPolicies(List.of(LakeFormationTagPolicyDetails.builder()
                                 .database(List.of("database"))
                                 .table(List.of("table"))
                                 .build()))
                         .redshiftDataShares(List.of(RedshiftDataShareDetails.builder()
                                 .arn(List.of("arn"))
                                 .database(List.of("database"))
                                 .function(List.of("function"))
                                 .schema(List.of("schema"))
                                 .view(List.of("view"))
                                 .build()))
                         .s3DataAccesses(List.of(S3DataAccessDetails.builder()
                                 .keyPrefixes(List.of("keyPrefixes"))
                                 .keys(List.of("keys"))
                                 .build()))
                         .build())
                 .type(List.of("type"))
                 .build())
         .product(Product.builder()
                 .id(List.of("id"))
                 .name(List.of("name"))
                 .providerContact(List.of("providerContact"))
                 .build())
         .build();
 
  • Method Details

    • getDataSet

      @Stability(Experimental) @Nullable default DataUpdatedInDataSet.DataSet getDataSet()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getNotification

      @Stability(Experimental) @Nullable default DataUpdatedInDataSet.Notification getNotification()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getProduct

      @Stability(Experimental) @Nullable default DataUpdatedInDataSet.Product getProduct()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static DataUpdatedInDataSet.DataUpdatedInDataSetProps.Builder builder()
      Returns:
      a DataUpdatedInDataSet.DataUpdatedInDataSetProps.Builder of DataUpdatedInDataSet.DataUpdatedInDataSetProps