interface TimeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.InspectorV2.CfnCisScanConfiguration.TimeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCisScanConfiguration_TimeProperty |
Java | software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration.TimeProperty |
Python | aws_cdk.aws_inspectorv2.CfnCisScanConfiguration.TimeProperty |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript