interface TimeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins.CfnCisScanConfigurationPropsMixin.TimeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsinspectorv2/mixins#CfnCisScanConfigurationPropsMixin_TimeProperty |
Java | software.amazon.awscdk.mixins.preview.services.inspectorv2.mixins.CfnCisScanConfigurationPropsMixin.TimeProperty |
Python | aws_cdk.mixins_preview.aws_inspectorv2.mixins.CfnCisScanConfigurationPropsMixin.TimeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_inspectorv2 » mixins » CfnCisScanConfigurationPropsMixin » TimeProperty |
The time.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as inspectorv2_mixins } from '@aws-cdk/mixins-preview/aws-inspectorv2';
const timeProperty: inspectorv2_mixins.CfnCisScanConfigurationPropsMixin.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
(optional)
The time of day in 24-hour format (00:00).
timeZone?
Type:
string
(optional)
The timezone.

.NET
Go
Java
Python
TypeScript