Interface CfnEventRulePropsMixin.EventRuleStatusSummaryProperty

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

@Stability(Stable) public static interface CfnEventRulePropsMixin.EventRuleStatusSummaryProperty extends software.amazon.jsii.JsiiSerializable
Provides additional information about the current EventRule status.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.notifications.*;
 EventRuleStatusSummaryProperty eventRuleStatusSummaryProperty = EventRuleStatusSummaryProperty.builder()
         .reason("reason")
         .status("status")
         .build();
 

See Also: