| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Macie.AllowList
Documentation
data CriteriaProperty Source #
Constructors
| CriteriaProperty | |
Fields
| |
Instances
data S3WordsListProperty Source #
Constructors
| S3WordsListProperty | |
Fields
| |
Instances
| ToJSON S3WordsListProperty Source # | |||||
Defined in Stratosphere.Macie.AllowList.S3WordsListProperty Methods toJSON :: S3WordsListProperty -> Value # toEncoding :: S3WordsListProperty -> Encoding # toJSONList :: [S3WordsListProperty] -> Value # toEncodingList :: [S3WordsListProperty] -> Encoding # omitField :: S3WordsListProperty -> Bool # | |||||
| Show S3WordsListProperty Source # | |||||
Defined in Stratosphere.Macie.AllowList.S3WordsListProperty Methods showsPrec :: Int -> S3WordsListProperty -> ShowS # show :: S3WordsListProperty -> String # showList :: [S3WordsListProperty] -> ShowS # | |||||
| Eq S3WordsListProperty Source # | |||||
Defined in Stratosphere.Macie.AllowList.S3WordsListProperty Methods (==) :: S3WordsListProperty -> S3WordsListProperty -> Bool # (/=) :: S3WordsListProperty -> S3WordsListProperty -> Bool # | |||||
| ToResourceProperties S3WordsListProperty Source # | |||||
Defined in Stratosphere.Macie.AllowList.S3WordsListProperty Methods toResourceProperties :: S3WordsListProperty -> ResourceProperties # | |||||
| Property "BucketName" S3WordsListProperty Source # | |||||
Defined in Stratosphere.Macie.AllowList.S3WordsListProperty Associated Types
Methods set :: PropertyType "BucketName" S3WordsListProperty -> S3WordsListProperty -> S3WordsListProperty # | |||||
| Property "ObjectKey" S3WordsListProperty Source # | |||||
Defined in Stratosphere.Macie.AllowList.S3WordsListProperty Associated Types
Methods set :: PropertyType "ObjectKey" S3WordsListProperty -> S3WordsListProperty -> S3WordsListProperty # | |||||
| type PropertyType "BucketName" S3WordsListProperty Source # | |||||
| type PropertyType "ObjectKey" S3WordsListProperty Source # | |||||
Constructors
| AllowList | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html |
Fields
| |
Instances
| ToJSON AllowList Source # | |||||
| Show AllowList Source # | |||||
| Eq AllowList Source # | |||||
| ToResourceProperties AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList Methods | |||||
| Property "Criteria" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList Associated Types
| |||||
| Property "Description" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList Associated Types
| |||||
| Property "Name" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList Associated Types
| |||||
| Property "Tags" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList Associated Types
| |||||
| type PropertyType "Criteria" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList | |||||
| type PropertyType "Description" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList | |||||
| type PropertyType "Name" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList | |||||
| type PropertyType "Tags" AllowList Source # | |||||
Defined in Stratosphere.Macie.AllowList | |||||
mkAllowList :: CriteriaProperty -> Value Text -> AllowList Source #