stratosphere-cloudtrail-1.0.0: Stratosphere integration for AWS CloudTrail.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CloudTrail.Channel

Documentation

data Channel Source #

Instances

Instances details
ToJSON Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Show Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Eq Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Methods

(==) :: Channel -> Channel -> Bool #

(/=) :: Channel -> Channel -> Bool #

ToResourceProperties Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Property "Destinations" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Associated Types

type PropertyType "Destinations" Channel 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Destinations" Channel = [DestinationProperty]

Methods

set :: PropertyType "Destinations" Channel -> Channel -> Channel #

Property "Name" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Associated Types

type PropertyType "Name" Channel 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Methods

set :: PropertyType "Name" Channel -> Channel -> Channel #

Property "Source" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Associated Types

type PropertyType "Source" Channel 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Source" Channel = Value Text

Methods

set :: PropertyType "Source" Channel -> Channel -> Channel #

Property "Tags" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

Associated Types

type PropertyType "Tags" Channel 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Tags" Channel = [Tag]

Methods

set :: PropertyType "Tags" Channel -> Channel -> Channel #

type PropertyType "Destinations" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Destinations" Channel = [DestinationProperty]
type PropertyType "Name" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Source" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Source" Channel = Value Text
type PropertyType "Tags" Channel Source # 
Instance details

Defined in Stratosphere.CloudTrail.Channel

type PropertyType "Tags" Channel = [Tag]