AWS::InspectorV2::Filter DateFilter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::InspectorV2::Filter DateFilter

Contains details on the time range used to filter findings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EndInclusive" : Integer, "StartInclusive" : Integer }

YAML

EndInclusive: Integer StartInclusive: Integer

Properties

EndInclusive

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

Required: No

Type: Integer

Update requires: No interruption

StartInclusive

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

Required: No

Type: Integer

Update requires: No interruption