Stratosphere.Events.Archive
data Archive Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html#cfn-events-archive-archivename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html#cfn-events-archive-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html#cfn-events-archive-eventpattern
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html#cfn-events-archive-kmskeyidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html#cfn-events-archive-retentiondays
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html#cfn-events-archive-sourcearn
Defined in Stratosphere.Events.Archive
Methods
toJSON :: Archive -> Value #
toEncoding :: Archive -> Encoding #
toJSONList :: [Archive] -> Value #
toEncodingList :: [Archive] -> Encoding #
omitField :: Archive -> Bool #
showsPrec :: Int -> Archive -> ShowS #
show :: Archive -> String #
showList :: [Archive] -> ShowS #
(==) :: Archive -> Archive -> Bool #
(/=) :: Archive -> Archive -> Bool #
toResourceProperties :: Archive -> ResourceProperties #
Associated Types
set :: PropertyType "ArchiveName" Archive -> Archive -> Archive #
set :: PropertyType "Description" Archive -> Archive -> Archive #
set :: PropertyType "EventPattern" Archive -> Archive -> Archive #
set :: PropertyType "KmsKeyIdentifier" Archive -> Archive -> Archive #
set :: PropertyType "RetentionDays" Archive -> Archive -> Archive #
set :: PropertyType "SourceArn" Archive -> Archive -> Archive #
mkArchive :: Value Text -> Archive Source #