Interface AWSAPICallViaCloudTrail.CreateRule

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

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

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.dlm.events.*;
 CreateRule createRule = CreateRule.builder()
         .interval(List.of("interval"))
         .intervalUnit(List.of("intervalUnit"))
         .times(List.of("times"))
         .build();
 
  • Method Details

    • getInterval

      @Stability(Experimental) @Nullable default List<String> getInterval()
      (experimental) Interval property.

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

    • getIntervalUnit

      @Stability(Experimental) @Nullable default List<String> getIntervalUnit()
      (experimental) IntervalUnit property.

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

    • getTimes

      @Stability(Experimental) @Nullable default List<String> getTimes()
      (experimental) Times property.

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