aws-cdk-lib.aws_inspectorv2.CfnFilter.DateFilterProperty

interface DateFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.InspectorV2.CfnFilter.DateFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnFilter_DateFilterProperty
Javasoftware.amazon.awscdk.services.inspectorv2.CfnFilter.DateFilterProperty
Pythonaws_cdk.aws_inspectorv2.CfnFilter.DateFilterProperty
TypeScript aws-cdk-lib » aws_inspectorv2 » CfnFilter » DateFilterProperty

Contains details on the time range used to filter findings.

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 dateFilterProperty: inspectorv2.CfnFilter.DateFilterProperty = {
  endInclusive: 123,
  startInclusive: 123,
};

Properties

NameTypeDescription
endInclusive?numberA timestamp representing the end of the time period filtered on.
startInclusive?numberA timestamp representing the start of the time period filtered on.

endInclusive?

Type: number (optional)

A timestamp representing the end of the time period filtered on.


startInclusive?

Type: number (optional)

A timestamp representing the start of the time period filtered on.