Filter

class Filter : KotlinCustomResource

Resource Type definition for AWS::GuardDuty::Filter

Properties

Link copied to clipboard
val action: Output<String>?

Specifies the action that is to be applied to the findings that match the filter.

Link copied to clipboard
val description: Output<String>?

The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ( { } , [ ] , and ( ) ), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.

Link copied to clipboard
val detectorId: Output<String>

The detector ID associated with the GuardDuty account for which you want to create a filter. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Link copied to clipboard

Represents the criteria to be used in the filter for querying findings.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the filter. Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rank: Output<Int>?

Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings. The minimum value for this property is 1 and the maximum is 100. By default, filters may not be created in the same order as they are ranked. To ensure that the filters are created in the expected order, you can use an optional attribute, DependsOn , with the following syntax: "DependsOn":[ "ObjectName" ] .

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags to be added to a new filter resource. Each tag consists of a key and an optional value, both of which you define. For more information, see Tag .

Link copied to clipboard
val urn: Output<String>