Interface DataSetUpdateDelayed.Scope

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

@Stability(Experimental) public static interface DataSetUpdateDelayed.Scope extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Scope.

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.*;
 Scope 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"))
                 .table(List.of("table"))
                 .view(List.of("view"))
                 .build()))
         .s3DataAccesses(List.of(S3DataAccessDetails.builder()
                 .keyPrefixes(List.of("keyPrefixes"))
                 .keys(List.of("keys"))
                 .build()))
         .build();
 
  • Method Details

    • getLakeFormationTagPolicies

      @Stability(Experimental) @Nullable default List<DataSetUpdateDelayed.LakeFormationTagPolicyDetails> getLakeFormationTagPolicies()
      (experimental) LakeFormationTagPolicies property.

      Specify an array of string values to match this event if the actual value of LakeFormationTagPolicies 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

    • getRedshiftDataShares

      @Stability(Experimental) @Nullable default List<DataSetUpdateDelayed.RedshiftDataShareDetails> getRedshiftDataShares()
      (experimental) RedshiftDataShares property.

      Specify an array of string values to match this event if the actual value of RedshiftDataShares 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

    • getS3DataAccesses

      @Stability(Experimental) @Nullable default List<DataSetUpdateDelayed.S3DataAccessDetails> getS3DataAccesses()
      (experimental) S3DataAccesses property.

      Specify an array of string values to match this event if the actual value of S3DataAccesses 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 DataSetUpdateDelayed.Scope.Builder builder()
      Returns:
      a DataSetUpdateDelayed.Scope.Builder of DataSetUpdateDelayed.Scope