Interface CfnCisScanConfiguration.DailyScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfiguration.DailyScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfiguration
@Stability(Stable)
public static interface CfnCisScanConfiguration.DailyScheduleProperty
extends software.amazon.jsii.JsiiSerializable
A daily schedule.
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.inspectorv2.*; DailyScheduleProperty dailyScheduleProperty = DailyScheduleProperty.builder() .startTime(TimeProperty.builder() .timeOfDay("timeOfDay") .timeZone("timeZone") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCisScanConfiguration.DailyScheduleProperty
static final class
An implementation forCfnCisScanConfiguration.DailyScheduleProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStartTime
The schedule start time.- See Also:
-
builder
-