Interface CfnCisScanConfigurationPropsMixin.TimeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfigurationPropsMixin.TimeProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfigurationPropsMixin
@Stability(Stable)
public static interface CfnCisScanConfigurationPropsMixin.TimeProperty
extends software.amazon.jsii.JsiiSerializable
The time.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.inspectorv2.*;
TimeProperty timeProperty = TimeProperty.builder()
.timeOfDay("timeOfDay")
.timeZone("timeZone")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCisScanConfigurationPropsMixin.TimePropertystatic final classAn implementation forCfnCisScanConfigurationPropsMixin.TimeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimeOfDay
The time of day in 24-hour format (00:00).- See Also:
-
getTimeZone
The timezone.- See Also:
-
builder
-