Stratosphere.CloudTrail.Channel
module Stratosphere.CloudTrail.Channel.DestinationProperty
data Channel Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html#cfn-cloudtrail-channel-destinations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html#cfn-cloudtrail-channel-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html#cfn-cloudtrail-channel-source
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html#cfn-cloudtrail-channel-tags
Defined in Stratosphere.CloudTrail.Channel
Methods
toJSON :: Channel -> Value #
toEncoding :: Channel -> Encoding #
toJSONList :: [Channel] -> Value #
toEncodingList :: [Channel] -> Encoding #
omitField :: Channel -> Bool #
showsPrec :: Int -> Channel -> ShowS #
show :: Channel -> String #
showList :: [Channel] -> ShowS #
(==) :: Channel -> Channel -> Bool #
(/=) :: Channel -> Channel -> Bool #
toResourceProperties :: Channel -> ResourceProperties #
Associated Types
set :: PropertyType "Destinations" Channel -> Channel -> Channel #
set :: PropertyType "Name" Channel -> Channel -> Channel #
set :: PropertyType "Source" Channel -> Channel -> Channel #
set :: PropertyType "Tags" Channel -> Channel -> Channel #
mkChannel :: Channel Source #