stratosphere-kafkaconnect-1.0.0: Stratosphere integration for AWS KafkaConnect.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.KafkaConnect.CustomPlugin

Documentation

data CustomPluginLocationProperty Source #

Instances

Instances details
ToJSON CustomPluginLocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.CustomPluginLocationProperty

Show CustomPluginLocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.CustomPluginLocationProperty

Eq CustomPluginLocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.CustomPluginLocationProperty

ToResourceProperties CustomPluginLocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.CustomPluginLocationProperty

Property "S3Location" CustomPluginLocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.CustomPluginLocationProperty

type PropertyType "S3Location" CustomPluginLocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.CustomPluginLocationProperty

data S3LocationProperty Source #

Instances

Instances details
ToJSON S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Show S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Eq S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

ToResourceProperties S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Property "BucketArn" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Associated Types

type PropertyType "BucketArn" S3LocationProperty 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Property "FileKey" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Property "ObjectVersion" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

Associated Types

type PropertyType "ObjectVersion" S3LocationProperty 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

type PropertyType "ObjectVersion" S3LocationProperty = Value Text
type PropertyType "BucketArn" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

type PropertyType "FileKey" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

type PropertyType "ObjectVersion" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin.S3LocationProperty

type PropertyType "ObjectVersion" S3LocationProperty = Value Text

data CustomPlugin Source #

Instances

Instances details
ToJSON CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Show CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Eq CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

ToResourceProperties CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Property "ContentType" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Associated Types

type PropertyType "ContentType" CustomPlugin 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "ContentType" CustomPlugin = Value Text

Methods

set :: PropertyType "ContentType" CustomPlugin -> CustomPlugin -> CustomPlugin #

Property "Description" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Associated Types

type PropertyType "Description" CustomPlugin 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "Description" CustomPlugin = Value Text

Methods

set :: PropertyType "Description" CustomPlugin -> CustomPlugin -> CustomPlugin #

Property "Location" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Associated Types

type PropertyType "Location" CustomPlugin 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Property "Name" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Associated Types

type PropertyType "Name" CustomPlugin 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Property "Tags" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

Associated Types

type PropertyType "Tags" CustomPlugin 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "Tags" CustomPlugin = [Tag]
type PropertyType "ContentType" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "ContentType" CustomPlugin = Value Text
type PropertyType "Description" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "Description" CustomPlugin = Value Text
type PropertyType "Location" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "Name" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "Tags" CustomPlugin Source # 
Instance details

Defined in Stratosphere.KafkaConnect.CustomPlugin

type PropertyType "Tags" CustomPlugin = [Tag]