Interface CfnLifecyclePolicyPropsMixin.EventParametersProperty

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

@Stability(Stable) public static interface CfnLifecyclePolicyPropsMixin.EventParametersProperty extends software.amazon.jsii.JsiiSerializable
[Event-based policies only] Specifies an event that activates an event-based policy.

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.dlm.*;
 EventParametersProperty eventParametersProperty = EventParametersProperty.builder()
         .descriptionRegex("descriptionRegex")
         .eventType("eventType")
         .snapshotOwner(List.of("snapshotOwner"))
         .build();
 

See Also: