AWS::SecurityHub::AutomationRule 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::SecurityHub::AutomationRule DateFilter

A date filter for querying findings.

Syntax

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

JSON

{ "DateRange" : DateRange, "End" : String, "Start" : String }

YAML

DateRange: DateRange End: String Start: String

Properties

DateRange

A date range for the date filter.

Required: No

Type: DateRange

Update requires: No interruption

End

A timestamp that provides the end date for the date filter.

For more information about the validation and formatting of timestamp fields in Amazon Security Hub, see Timestamps.

Required: No

Type: String

Pattern: ^(\d\d\d\d)-([0][1-9]|[1][0-2])-([0][1-9]|[1-2](\d)|[3][0-1])[T](?:([0-1](\d)|[2][0-3]):[0-5](\d):[0-5](\d)|23:59:60)(?:\.(\d)+)?([Z]|[+-](\d\d)(:?(\d\d))?)$

Update requires: No interruption

Start

A timestamp that provides the start date for the date filter.

For more information about the validation and formatting of timestamp fields in Amazon Security Hub, see Timestamps.

Required: No

Type: String

Pattern: ^(\d\d\d\d)-([0][1-9]|[1][0-2])-([0][1-9]|[1-2](\d)|[3][0-1])[T](?:([0-1](\d)|[2][0-3]):[0-5](\d):[0-5](\d)|23:59:60)(?:\.(\d)+)?([Z]|[+-](\d\d)(:?(\d\d))?)$

Update requires: No interruption