stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.FlowLog

Documentation

data FlowLog Source #

Constructors

FlowLog

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html

Fields

Instances

Instances details
ToJSON FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Show FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Eq FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Methods

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

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

ToResourceProperties FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Property "DeliverCrossAccountRole" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "DeliverCrossAccountRole" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "DeliverCrossAccountRole" FlowLog = Value Text

Methods

set :: PropertyType "DeliverCrossAccountRole" FlowLog -> FlowLog -> FlowLog #

Property "DeliverLogsPermissionArn" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "DeliverLogsPermissionArn" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "DeliverLogsPermissionArn" FlowLog = Value Text

Methods

set :: PropertyType "DeliverLogsPermissionArn" FlowLog -> FlowLog -> FlowLog #

Property "DestinationOptions" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "DestinationOptions" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "DestinationOptions" FlowLog = DestinationOptionsProperty

Methods

set :: PropertyType "DestinationOptions" FlowLog -> FlowLog -> FlowLog #

Property "LogDestination" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "LogDestination" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogDestination" FlowLog = Value Text

Methods

set :: PropertyType "LogDestination" FlowLog -> FlowLog -> FlowLog #

Property "LogDestinationType" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "LogDestinationType" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogDestinationType" FlowLog = Value Text

Methods

set :: PropertyType "LogDestinationType" FlowLog -> FlowLog -> FlowLog #

Property "LogFormat" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "LogFormat" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogFormat" FlowLog = Value Text

Methods

set :: PropertyType "LogFormat" FlowLog -> FlowLog -> FlowLog #

Property "LogGroupName" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "LogGroupName" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogGroupName" FlowLog = Value Text

Methods

set :: PropertyType "LogGroupName" FlowLog -> FlowLog -> FlowLog #

Property "MaxAggregationInterval" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "MaxAggregationInterval" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "MaxAggregationInterval" FlowLog = Value Integer

Methods

set :: PropertyType "MaxAggregationInterval" FlowLog -> FlowLog -> FlowLog #

Property "ResourceId" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "ResourceId" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "ResourceId" FlowLog = Value Text

Methods

set :: PropertyType "ResourceId" FlowLog -> FlowLog -> FlowLog #

Property "ResourceType" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "ResourceType" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "ResourceType" FlowLog = Value Text

Methods

set :: PropertyType "ResourceType" FlowLog -> FlowLog -> FlowLog #

Property "Tags" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "Tags" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "Tags" FlowLog = [Tag]

Methods

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

Property "TrafficType" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

Associated Types

type PropertyType "TrafficType" FlowLog 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "TrafficType" FlowLog = Value Text

Methods

set :: PropertyType "TrafficType" FlowLog -> FlowLog -> FlowLog #

type PropertyType "DeliverCrossAccountRole" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "DeliverCrossAccountRole" FlowLog = Value Text
type PropertyType "DeliverLogsPermissionArn" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "DeliverLogsPermissionArn" FlowLog = Value Text
type PropertyType "DestinationOptions" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "DestinationOptions" FlowLog = DestinationOptionsProperty
type PropertyType "LogDestination" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogDestination" FlowLog = Value Text
type PropertyType "LogDestinationType" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogDestinationType" FlowLog = Value Text
type PropertyType "LogFormat" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogFormat" FlowLog = Value Text
type PropertyType "LogGroupName" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "LogGroupName" FlowLog = Value Text
type PropertyType "MaxAggregationInterval" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "MaxAggregationInterval" FlowLog = Value Integer
type PropertyType "ResourceId" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "ResourceId" FlowLog = Value Text
type PropertyType "ResourceType" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "ResourceType" FlowLog = Value Text
type PropertyType "Tags" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "Tags" FlowLog = [Tag]
type PropertyType "TrafficType" FlowLog Source # 
Instance details

Defined in Stratosphere.EC2.FlowLog

type PropertyType "TrafficType" FlowLog = Value Text