stratosphere-msk-1.0.0: Stratosphere integration for AWS MSK.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.MSK.Cluster.LoggingInfoProperty

Documentation

data BrokerLogsProperty Source #

Instances

Instances details
ToJSON BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Show BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Eq BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

ToResourceProperties BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Property "CloudWatchLogs" BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Associated Types

type PropertyType "CloudWatchLogs" BrokerLogsProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Property "Firehose" BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Associated Types

type PropertyType "Firehose" BrokerLogsProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

Property "S3" BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

type PropertyType "CloudWatchLogs" BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

type PropertyType "Firehose" BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

type PropertyType "S3" BrokerLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.BrokerLogsProperty

data CloudWatchLogsProperty Source #

Instances

Instances details
ToJSON CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

Show CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

Eq CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

ToResourceProperties CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

Property "Enabled" CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

Associated Types

type PropertyType "Enabled" CloudWatchLogsProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

Property "LogGroup" CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

Associated Types

type PropertyType "LogGroup" CloudWatchLogsProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

type PropertyType "Enabled" CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

type PropertyType "LogGroup" CloudWatchLogsProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.CloudWatchLogsProperty

data FirehoseProperty Source #

Instances

Instances details
ToJSON FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

Show FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

Eq FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

ToResourceProperties FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

Property "DeliveryStream" FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

Associated Types

type PropertyType "DeliveryStream" FirehoseProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

type PropertyType "DeliveryStream" FirehoseProperty = Value Text
Property "Enabled" FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

Associated Types

type PropertyType "Enabled" FirehoseProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

type PropertyType "DeliveryStream" FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

type PropertyType "DeliveryStream" FirehoseProperty = Value Text
type PropertyType "Enabled" FirehoseProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.FirehoseProperty

data S3Property Source #

Instances

Instances details
ToJSON S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Show S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Eq S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

ToResourceProperties S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Property "Bucket" S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Associated Types

type PropertyType "Bucket" S3Property 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Property "Enabled" S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Associated Types

type PropertyType "Enabled" S3Property 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Methods

set :: PropertyType "Enabled" S3Property -> S3Property -> S3Property #

Property "Prefix" S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

Associated Types

type PropertyType "Prefix" S3Property 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

type PropertyType "Bucket" S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

type PropertyType "Enabled" S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

type PropertyType "Prefix" S3Property Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.S3Property

data LoggingInfoProperty Source #

Instances

Instances details
ToJSON LoggingInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty

Show LoggingInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty

Eq LoggingInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty

ToResourceProperties LoggingInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty

Property "BrokerLogs" LoggingInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty

Associated Types

type PropertyType "BrokerLogs" LoggingInfoProperty 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty

type PropertyType "BrokerLogs" LoggingInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Cluster.LoggingInfoProperty