Show / Hide Table of Contents

Interface CfnCisScanConfigurationPropsMixin.ITimeProperty

The time.

Namespace: Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnCisScanConfigurationPropsMixin.ITimeProperty
Syntax (vb)
Public Interface CfnCisScanConfigurationPropsMixin.ITimeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-time.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 timeProperty = new TimeProperty {
                 TimeOfDay = "timeOfDay",
                 TimeZone = "timeZone"
             };

Synopsis

Properties

TimeOfDay

The time of day in 24-hour format (00:00).

TimeZone

The timezone.

Properties

TimeOfDay

The time of day in 24-hour format (00:00).

string? TimeOfDay { get; }
Property Value

string

Remarks

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

TimeZone

The timezone.

string? TimeZone { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX