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

Stratosphere.MSK.Configuration

Documentation

data Configuration Source #

Instances

Instances details
ToJSON Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Show Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Eq Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

ToResourceProperties Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Property "Description" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Associated Types

type PropertyType "Description" Configuration 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "Description" Configuration = Value Text
Property "KafkaVersionsList" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Associated Types

type PropertyType "KafkaVersionsList" Configuration 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "KafkaVersionsList" Configuration = ValueList Text

Methods

set :: PropertyType "KafkaVersionsList" Configuration -> Configuration -> Configuration #

Property "LatestRevision" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Associated Types

type PropertyType "LatestRevision" Configuration 
Instance details

Defined in Stratosphere.MSK.Configuration

Methods

set :: PropertyType "LatestRevision" Configuration -> Configuration -> Configuration #

Property "Name" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Associated Types

type PropertyType "Name" Configuration 
Instance details

Defined in Stratosphere.MSK.Configuration

Property "ServerProperties" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

Associated Types

type PropertyType "ServerProperties" Configuration 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "ServerProperties" Configuration = Value Text

Methods

set :: PropertyType "ServerProperties" Configuration -> Configuration -> Configuration #

type PropertyType "Description" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "Description" Configuration = Value Text
type PropertyType "KafkaVersionsList" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "KafkaVersionsList" Configuration = ValueList Text
type PropertyType "LatestRevision" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "Name" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "ServerProperties" Configuration Source # 
Instance details

Defined in Stratosphere.MSK.Configuration

type PropertyType "ServerProperties" Configuration = Value Text