Interface CfnRule.UnlockDelayProperty

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

@Stability(Stable) public static interface CfnRule.UnlockDelayProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.rbin.*;
 UnlockDelayProperty unlockDelayProperty = UnlockDelayProperty.builder()
         .unlockDelayUnit("unlockDelayUnit")
         .unlockDelayValue(123)
         .build();
 

See Also: