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

Stratosphere.Logs.LogGroup

Documentation

data LogGroup Source #

Instances

Instances details
ToJSON LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Show LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Eq LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

ToResourceProperties LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Property "DataProtectionPolicy" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "DataProtectionPolicy" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "DataProtectionPolicy" LogGroup = Object

Methods

set :: PropertyType "DataProtectionPolicy" LogGroup -> LogGroup -> LogGroup #

Property "FieldIndexPolicies" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "FieldIndexPolicies" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "FieldIndexPolicies" LogGroup = Object

Methods

set :: PropertyType "FieldIndexPolicies" LogGroup -> LogGroup -> LogGroup #

Property "KmsKeyId" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "KmsKeyId" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "KmsKeyId" LogGroup = Value Text

Methods

set :: PropertyType "KmsKeyId" LogGroup -> LogGroup -> LogGroup #

Property "LogGroupClass" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "LogGroupClass" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "LogGroupClass" LogGroup = Value Text

Methods

set :: PropertyType "LogGroupClass" LogGroup -> LogGroup -> LogGroup #

Property "LogGroupName" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "LogGroupName" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "LogGroupName" LogGroup = Value Text

Methods

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

Property "ResourcePolicyDocument" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "ResourcePolicyDocument" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "ResourcePolicyDocument" LogGroup = Object

Methods

set :: PropertyType "ResourcePolicyDocument" LogGroup -> LogGroup -> LogGroup #

Property "RetentionInDays" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "RetentionInDays" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "RetentionInDays" LogGroup = Value Integer

Methods

set :: PropertyType "RetentionInDays" LogGroup -> LogGroup -> LogGroup #

Property "Tags" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

Associated Types

type PropertyType "Tags" LogGroup 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "Tags" LogGroup = [Tag]

Methods

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

type PropertyType "DataProtectionPolicy" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "DataProtectionPolicy" LogGroup = Object
type PropertyType "FieldIndexPolicies" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "FieldIndexPolicies" LogGroup = Object
type PropertyType "KmsKeyId" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "KmsKeyId" LogGroup = Value Text
type PropertyType "LogGroupClass" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "LogGroupClass" LogGroup = Value Text
type PropertyType "LogGroupName" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "LogGroupName" LogGroup = Value Text
type PropertyType "ResourcePolicyDocument" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "ResourcePolicyDocument" LogGroup = Object
type PropertyType "RetentionInDays" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "RetentionInDays" LogGroup = Value Integer
type PropertyType "Tags" LogGroup Source # 
Instance details

Defined in Stratosphere.Logs.LogGroup

type PropertyType "Tags" LogGroup = [Tag]