stratosphere-logs-1.0.0: Stratosphere integration for AWS Logs.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Logs.Destination

Documentation

data Destination Source #

Instances

Instances details
ToJSON Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Show Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Eq Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

ToResourceProperties Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Property "DestinationName" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Associated Types

type PropertyType "DestinationName" Destination 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "DestinationName" Destination = Value Text

Methods

set :: PropertyType "DestinationName" Destination -> Destination -> Destination #

Property "DestinationPolicy" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Associated Types

type PropertyType "DestinationPolicy" Destination 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "DestinationPolicy" Destination = Value Text

Methods

set :: PropertyType "DestinationPolicy" Destination -> Destination -> Destination #

Property "RoleArn" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Associated Types

type PropertyType "RoleArn" Destination 
Instance details

Defined in Stratosphere.Logs.Destination

Property "Tags" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Associated Types

type PropertyType "Tags" Destination 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "Tags" Destination = [Tag]
Property "TargetArn" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

Associated Types

type PropertyType "TargetArn" Destination 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "TargetArn" Destination = Value Text

Methods

set :: PropertyType "TargetArn" Destination -> Destination -> Destination #

type PropertyType "DestinationName" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "DestinationName" Destination = Value Text
type PropertyType "DestinationPolicy" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "DestinationPolicy" Destination = Value Text
type PropertyType "RoleArn" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "Tags" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "Tags" Destination = [Tag]
type PropertyType "TargetArn" Destination Source # 
Instance details

Defined in Stratosphere.Logs.Destination

type PropertyType "TargetArn" Destination = Value Text