interface DailyScheduleProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.InspectorV2.CfnCisScanConfiguration.DailyScheduleProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCisScanConfiguration_DailyScheduleProperty | 
  Java | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration.DailyScheduleProperty | 
  Python | aws_cdk.aws_inspectorv2.CfnCisScanConfiguration.DailyScheduleProperty | 
  TypeScript  | aws-cdk-lib » aws_inspectorv2 » CfnCisScanConfiguration » DailyScheduleProperty | 
A daily schedule.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_inspectorv2 as inspectorv2 } from 'aws-cdk-lib';
const dailyScheduleProperty: inspectorv2.CfnCisScanConfiguration.DailyScheduleProperty = {
  startTime: {
    timeOfDay: 'timeOfDay',
    timeZone: 'timeZone',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| start | IResolvable | Time | The schedule start time. | 
startTime
Type:
IResolvable | Time
The schedule start time.

 .NET
 Go
 Java
 Python
 TypeScript