Interface CfnCisScanConfiguration.MonthlyScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfiguration.MonthlyScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfiguration
@Stability(Stable)
public static interface CfnCisScanConfiguration.MonthlyScheduleProperty
extends software.amazon.jsii.JsiiSerializable
A monthly 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.*;
MonthlyScheduleProperty monthlyScheduleProperty = MonthlyScheduleProperty.builder()
.day("day")
.startTime(TimeProperty.builder()
.timeOfDay("timeOfDay")
.timeZone("timeZone")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCisScanConfiguration.MonthlySchedulePropertystatic final classAn implementation forCfnCisScanConfiguration.MonthlyScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDay
The monthly schedule's day.- See Also:
-
getStartTime
The monthly schedule's start time.Returns union: either
IResolvableorCfnCisScanConfiguration.TimeProperty- See Also:
-
builder
-