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
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
Remarks
TimeZone
The timezone.
string? TimeZone { get; }