amazonka-inspector2-2.0: Amazon Inspector2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector2.Types.Filter

Description

 
Synopsis

Documentation

data Filter Source #

Details about a filter.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

Instances

Instances details
FromJSON Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.Filter

newFilter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:Filter', filter_description - A description of the filter.

$sel:reason:Filter', filter_reason - The reason for the filter.

$sel:tags:Filter', filter_tags - The tags attached to the filter.

$sel:action:Filter', filter_action - The action that is to be applied to the findings that match the filter.

$sel:arn:Filter', filter_arn - The Amazon Resource Number (ARN) associated with this filter.

$sel:createdAt:Filter', filter_createdAt - The date and time this filter was created at.

$sel:criteria:Filter', filter_criteria - Details on the filter criteria associated with this filter.

$sel:name:Filter', filter_name - The name of the filter.

$sel:ownerId:Filter', filter_ownerId - The Amazon Web Services account ID of the account that created the filter.

Filter, filter_updatedAt - The date and time the filter was last updated at.

filter_description :: Lens' Filter (Maybe Text) Source #

A description of the filter.

filter_reason :: Lens' Filter (Maybe Text) Source #

The reason for the filter.

filter_tags :: Lens' Filter (Maybe (HashMap Text Text)) Source #

The tags attached to the filter.

filter_action :: Lens' Filter FilterAction Source #

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

filter_arn :: Lens' Filter Text Source #

The Amazon Resource Number (ARN) associated with this filter.

filter_createdAt :: Lens' Filter UTCTime Source #

The date and time this filter was created at.

filter_criteria :: Lens' Filter FilterCriteria Source #

Details on the filter criteria associated with this filter.

filter_name :: Lens' Filter Text Source #

The name of the filter.

filter_ownerId :: Lens' Filter Text Source #

The Amazon Web Services account ID of the account that created the filter.

filter_updatedAt :: Lens' Filter UTCTime Source #

The date and time the filter was last updated at.