Interface CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfigurationPropsMixin
@Stability(Stable)
public static interface CfnCisScanConfigurationPropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnCisScanConfigurationPropsMixin.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
IResolvableorCfnCisScanConfigurationPropsMixin.TimeProperty- See Also:
-
builder
@Stability(Stable) static CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder builder()
-