Stratosphere.EC2.FlowLog
module Stratosphere.EC2.FlowLog.DestinationOptionsProperty
data FlowLog Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-delivercrossaccountrole
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-destinationoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logformat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-maxaggregationinterval
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype
Defined in Stratosphere.EC2.FlowLog
Methods
toJSON :: FlowLog -> Value #
toEncoding :: FlowLog -> Encoding #
toJSONList :: [FlowLog] -> Value #
toEncodingList :: [FlowLog] -> Encoding #
omitField :: FlowLog -> Bool #
showsPrec :: Int -> FlowLog -> ShowS #
show :: FlowLog -> String #
showList :: [FlowLog] -> ShowS #
(==) :: FlowLog -> FlowLog -> Bool #
(/=) :: FlowLog -> FlowLog -> Bool #
toResourceProperties :: FlowLog -> ResourceProperties #
Associated Types
set :: PropertyType "DeliverCrossAccountRole" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "DeliverLogsPermissionArn" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "DestinationOptions" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "LogDestination" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "LogDestinationType" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "LogFormat" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "LogGroupName" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "MaxAggregationInterval" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "ResourceId" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "ResourceType" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "Tags" FlowLog -> FlowLog -> FlowLog #
set :: PropertyType "TrafficType" FlowLog -> FlowLog -> FlowLog #
mkFlowLog :: Value Text -> Value Text -> FlowLog Source #