Class CfnCisScanConfigurationPropsMixin.TimeProperty
The time.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCisScanConfigurationPropsMixin.TimeProperty : CfnCisScanConfigurationPropsMixin.ITimeProperty
Syntax (vb)
Public Class CfnCisScanConfigurationPropsMixin.TimeProperty Implements CfnCisScanConfigurationPropsMixin.ITimeProperty
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 timeProperty = new TimeProperty {
TimeOfDay = "timeOfDay",
TimeZone = "timeZone"
};
Synopsis
Constructors
| TimeProperty() | The time. |
Properties
| TimeOfDay | The time of day in 24-hour format (00:00). |
| TimeZone | The timezone. |
Constructors
TimeProperty()
The time.
public TimeProperty()
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 timeProperty = new TimeProperty {
TimeOfDay = "timeOfDay",
TimeZone = "timeZone"
};
Properties
TimeOfDay
The time of day in 24-hour format (00:00).
public string? TimeOfDay { get; set; }
Property Value
Remarks
TimeZone
The timezone.
public string? TimeZone { get; set; }