AWS::InspectorV2::Filter DateFilter - AWS CloudFormation

AWS::InspectorV2::Filter DateFilter

Contains details on the time range used to filter findings.

Syntax

To declare this entity in your AWS 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