interface WeeklyScheduleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.InspectorV2.CfnCisScanConfiguration.WeeklyScheduleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCisScanConfiguration_WeeklyScheduleProperty |
Java | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration.WeeklyScheduleProperty |
Python | aws_cdk.aws_inspectorv2.CfnCisScanConfiguration.WeeklyScheduleProperty |
TypeScript | aws-cdk-lib » aws_inspectorv2 » CfnCisScanConfiguration » WeeklyScheduleProperty |
A weekly 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 weeklyScheduleProperty: inspectorv2.CfnCisScanConfiguration.WeeklyScheduleProperty = {
days: ['days'],
startTime: {
timeOfDay: 'timeOfDay',
timeZone: 'timeZone',
},
};
Properties
Name | Type | Description |
---|---|---|
days | string[] | The weekly schedule's days. |
start | IResolvable | Time | The weekly schedule's start time. |
days
Type:
string[]
The weekly schedule's days.
startTime
Type:
IResolvable
|
Time
The weekly schedule's start time.