Interface CfnServiceLevelObjective.CalendarIntervalProperty

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

@Stability(Stable) public static interface CfnServiceLevelObjective.CalendarIntervalProperty extends software.amazon.jsii.JsiiSerializable
If the interval for this service level objective is a calendar interval, this structure contains the interval specifications.

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.applicationsignals.*;
 CalendarIntervalProperty calendarIntervalProperty = CalendarIntervalProperty.builder()
         .duration(123)
         .durationUnit("durationUnit")
         .startTime(123)
         .build();
 

See Also: