stratosphere-macie-1.0.0: Stratosphere integration for AWS Macie.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Macie.AllowList

Documentation

data CriteriaProperty Source #

Instances

Instances details
ToJSON CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

Show CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

Eq CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

ToResourceProperties CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

Property "Regex" CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

Associated Types

type PropertyType "Regex" CriteriaProperty 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

Property "S3WordsList" CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

Associated Types

type PropertyType "S3WordsList" CriteriaProperty 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

type PropertyType "Regex" CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

type PropertyType "S3WordsList" CriteriaProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.CriteriaProperty

data S3WordsListProperty Source #

Instances

Instances details
ToJSON S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

Show S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

Eq S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

ToResourceProperties S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

Property "BucketName" S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

Associated Types

type PropertyType "BucketName" S3WordsListProperty 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

Property "ObjectKey" S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

Associated Types

type PropertyType "ObjectKey" S3WordsListProperty 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

type PropertyType "BucketName" S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

type PropertyType "ObjectKey" S3WordsListProperty Source # 
Instance details

Defined in Stratosphere.Macie.AllowList.S3WordsListProperty

data AllowList Source #

Instances

Instances details
ToJSON AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Show AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Eq AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

ToResourceProperties AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Property "Criteria" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Associated Types

type PropertyType "Criteria" AllowList 
Instance details

Defined in Stratosphere.Macie.AllowList

Methods

set :: PropertyType "Criteria" AllowList -> AllowList -> AllowList #

Property "Description" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Associated Types

type PropertyType "Description" AllowList 
Instance details

Defined in Stratosphere.Macie.AllowList

type PropertyType "Description" AllowList = Value Text

Methods

set :: PropertyType "Description" AllowList -> AllowList -> AllowList #

Property "Name" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Associated Types

type PropertyType "Name" AllowList 
Instance details

Defined in Stratosphere.Macie.AllowList

Property "Tags" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

Associated Types

type PropertyType "Tags" AllowList 
Instance details

Defined in Stratosphere.Macie.AllowList

type PropertyType "Tags" AllowList = [Tag]
type PropertyType "Criteria" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

type PropertyType "Description" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

type PropertyType "Description" AllowList = Value Text
type PropertyType "Name" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

type PropertyType "Tags" AllowList Source # 
Instance details

Defined in Stratosphere.Macie.AllowList

type PropertyType "Tags" AllowList = [Tag]