Stratosphere.GuardDuty.Filter
module Stratosphere.GuardDuty.Filter.FindingCriteriaProperty
module Stratosphere.GuardDuty.Filter.TagItemProperty
data Filter Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-action
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-detectorid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-findingcriteria
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-rank
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-filter.html#cfn-guardduty-filter-tags
Defined in Stratosphere.GuardDuty.Filter
Methods
toJSON :: Filter -> Value #
toEncoding :: Filter -> Encoding #
toJSONList :: [Filter] -> Value #
toEncodingList :: [Filter] -> Encoding #
omitField :: Filter -> Bool #
showsPrec :: Int -> Filter -> ShowS #
show :: Filter -> String #
showList :: [Filter] -> ShowS #
(==) :: Filter -> Filter -> Bool #
(/=) :: Filter -> Filter -> Bool #
toResourceProperties :: Filter -> ResourceProperties #
Associated Types
set :: PropertyType "Action" Filter -> Filter -> Filter #
set :: PropertyType "Description" Filter -> Filter -> Filter #
set :: PropertyType "DetectorId" Filter -> Filter -> Filter #
set :: PropertyType "FindingCriteria" Filter -> Filter -> Filter #
set :: PropertyType "Name" Filter -> Filter -> Filter #
set :: PropertyType "Rank" Filter -> Filter -> Filter #
set :: PropertyType "Tags" Filter -> Filter -> Filter #
mkFilter :: Value Text -> FindingCriteriaProperty -> Value Text -> Filter Source #