Interface CfnCisScanConfigurationPropsMixin.IWeeklyScheduleProperty
A weekly schedule.
Namespace: Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnCisScanConfigurationPropsMixin.IWeeklyScheduleProperty
Syntax (vb)
Public Interface CfnCisScanConfigurationPropsMixin.IWeeklyScheduleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins;
var weeklyScheduleProperty = new WeeklyScheduleProperty {
Days = new [] { "days" },
StartTime = new TimeProperty {
TimeOfDay = "timeOfDay",
TimeZone = "timeZone"
}
};
Synopsis
Properties
| Days | The weekly schedule's days. |
| StartTime | The weekly schedule's start time. |
Properties
Days
StartTime
The weekly schedule's start time.
object? StartTime { get; }