interface TimeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnCisScanConfiguration.TimeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCisScanConfiguration_TimeProperty |
![]() | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration.TimeProperty |
![]() | aws_cdk.aws_inspectorv2.CfnCisScanConfiguration.TimeProperty |
![]() | aws-cdk-lib » aws_inspectorv2 » CfnCisScanConfiguration » TimeProperty |
The time.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_inspectorv2 as inspectorv2 } from 'aws-cdk-lib';
const timeProperty: inspectorv2.CfnCisScanConfiguration.TimeProperty = {
timeOfDay: 'timeOfDay',
timeZone: 'timeZone',
};
Properties
Name | Type | Description |
---|---|---|
time | string | The time of day in 24-hour format (00:00). |
time | string | The timezone. |
timeOfDay
Type:
string
The time of day in 24-hour format (00:00).
timeZone
Type:
string
The timezone.