Interface AWSAPICallViaCloudTrail.CreateRule
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.CreateRule.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.CreateRulestatic final classAn implementation forAWSAPICallViaCloudTrail.CreateRule -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-