Interface DeprecationPlannedForDataSet.RedshiftDataShareDetails

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

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

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.*;
 RedshiftDataShareDetails redshiftDataShareDetails = RedshiftDataShareDetails.builder()
         .arn(List.of("arn"))
         .database(List.of("database"))
         .function(List.of("function"))
         .schema(List.of("schema"))
         .table(List.of("table"))
         .view(List.of("view"))
         .build();
 
  • Method Details

    • getArn

      @Stability(Experimental) @Nullable default List<String> getArn()
      (experimental) Arn property.

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

    • getDatabase

      @Stability(Experimental) @Nullable default List<String> getDatabase()
      (experimental) Database property.

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

    • getFunction

      @Stability(Experimental) @Nullable default List<String> getFunction()
      (experimental) Function property.

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

    • getSchema

      @Stability(Experimental) @Nullable default List<String> getSchema()
      (experimental) Schema property.

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

    • getTable

      @Stability(Experimental) @Nullable default List<String> getTable()
      (experimental) Table property.

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

    • getView

      @Stability(Experimental) @Nullable default List<String> getView()
      (experimental) View property.

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