Interface CfnCisScanConfiguration.TimeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCisScanConfiguration.TimeProperty.Jsii$Proxy
- Enclosing class:
CfnCisScanConfiguration
@Stability(Stable)
public static interface CfnCisScanConfiguration.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.services.inspectorv2.*; TimeProperty timeProperty = TimeProperty.builder() .timeOfDay("timeOfDay") .timeZone("timeZone") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCisScanConfiguration.TimeProperty
static final class
An implementation forCfnCisScanConfiguration.TimeProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The time of day in 24-hour format (00:00).The timezone.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
-