Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-weeklyschedule.html

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

The weekly schedule's days.

string[]? Days { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-weeklyschedule.html#cfn-inspectorv2-cisscanconfiguration-weeklyschedule-days

StartTime

The weekly schedule's start time.

object? StartTime { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-weeklyschedule.html#cfn-inspectorv2-cisscanconfiguration-weeklyschedule-starttime

Type union: either IResolvable or CfnCisScanConfigurationPropsMixin.ITimeProperty

Back to top Generated by DocFX