interface TimeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2.CfnCisScanConfigurationPropsMixin.TimeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinspectorv2#CfnCisScanConfigurationPropsMixin_TimeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.inspectorv2.CfnCisScanConfigurationPropsMixin.TimeProperty |
Python | aws_cdk.cfn_property_mixins.aws_inspectorv2.CfnCisScanConfigurationPropsMixin.TimeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_inspectorv2 » 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 { aws_inspectorv2 as inspectorv2 } from '@aws-cdk/cfn-property-mixins';
const timeProperty: inspectorv2.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