Interface CfnServiceLevelObjective.WindowProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceLevelObjective.WindowProperty.Jsii$Proxy
- Enclosing class:
CfnServiceLevelObjective
@Stability(Stable)
public static interface CfnServiceLevelObjective.WindowProperty
extends software.amazon.jsii.JsiiSerializable
The start and end time of the time exclusion window.
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.*;
WindowProperty windowProperty = WindowProperty.builder()
.duration(123)
.durationUnit("durationUnit")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceLevelObjective.WindowPropertystatic final classAn implementation forCfnServiceLevelObjective.WindowProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The start and end time of the time exclusion window.The unit of measurement to use during the time window exclusion.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDuration
The start and end time of the time exclusion window.- See Also:
-
getDurationUnit
The unit of measurement to use during the time window exclusion.- See Also:
-
builder
-