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

Stratosphere.MSK.Replicator

Documentation

data ReplicationInfoProperty Source #

Instances

Instances details
ToJSON ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Show ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Eq ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

ToResourceProperties ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Property "ConsumerGroupReplication" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Associated Types

type PropertyType "ConsumerGroupReplication" ReplicationInfoProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Property "SourceKafkaClusterArn" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Associated Types

type PropertyType "SourceKafkaClusterArn" ReplicationInfoProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "SourceKafkaClusterArn" ReplicationInfoProperty = Value Text
Property "TargetCompressionType" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Associated Types

type PropertyType "TargetCompressionType" ReplicationInfoProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "TargetCompressionType" ReplicationInfoProperty = Value Text
Property "TargetKafkaClusterArn" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Associated Types

type PropertyType "TargetKafkaClusterArn" ReplicationInfoProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "TargetKafkaClusterArn" ReplicationInfoProperty = Value Text
Property "TopicReplication" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

Associated Types

type PropertyType "TopicReplication" ReplicationInfoProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "ConsumerGroupReplication" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "SourceKafkaClusterArn" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "SourceKafkaClusterArn" ReplicationInfoProperty = Value Text
type PropertyType "TargetCompressionType" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "TargetCompressionType" ReplicationInfoProperty = Value Text
type PropertyType "TargetKafkaClusterArn" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

type PropertyType "TargetKafkaClusterArn" ReplicationInfoProperty = Value Text
type PropertyType "TopicReplication" ReplicationInfoProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationInfoProperty

data ConsumerGroupReplicationProperty Source #

Instances

Instances details
ToJSON ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Show ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Eq ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

ToResourceProperties ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Property "ConsumerGroupsToExclude" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Associated Types

type PropertyType "ConsumerGroupsToExclude" ConsumerGroupReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Property "ConsumerGroupsToReplicate" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Associated Types

type PropertyType "ConsumerGroupsToReplicate" ConsumerGroupReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "ConsumerGroupsToReplicate" ConsumerGroupReplicationProperty = ValueList Text
Property "DetectAndCopyNewConsumerGroups" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Associated Types

type PropertyType "DetectAndCopyNewConsumerGroups" ConsumerGroupReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "DetectAndCopyNewConsumerGroups" ConsumerGroupReplicationProperty = Value Bool
Property "SynchroniseConsumerGroupOffsets" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

Associated Types

type PropertyType "SynchroniseConsumerGroupOffsets" ConsumerGroupReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "SynchroniseConsumerGroupOffsets" ConsumerGroupReplicationProperty = Value Bool
type PropertyType "ConsumerGroupsToExclude" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "ConsumerGroupsToReplicate" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "ConsumerGroupsToReplicate" ConsumerGroupReplicationProperty = ValueList Text
type PropertyType "DetectAndCopyNewConsumerGroups" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "DetectAndCopyNewConsumerGroups" ConsumerGroupReplicationProperty = Value Bool
type PropertyType "SynchroniseConsumerGroupOffsets" ConsumerGroupReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ConsumerGroupReplicationProperty

type PropertyType "SynchroniseConsumerGroupOffsets" ConsumerGroupReplicationProperty = Value Bool

data TopicReplicationProperty Source #

Instances

Instances details
ToJSON TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Show TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Eq TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

ToResourceProperties TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Property "CopyAccessControlListsForTopics" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Associated Types

type PropertyType "CopyAccessControlListsForTopics" TopicReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "CopyAccessControlListsForTopics" TopicReplicationProperty = Value Bool
Property "CopyTopicConfigurations" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Associated Types

type PropertyType "CopyTopicConfigurations" TopicReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "CopyTopicConfigurations" TopicReplicationProperty = Value Bool
Property "DetectAndCopyNewTopics" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Associated Types

type PropertyType "DetectAndCopyNewTopics" TopicReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "DetectAndCopyNewTopics" TopicReplicationProperty = Value Bool
Property "StartingPosition" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Property "TopicNameConfiguration" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Associated Types

type PropertyType "TopicNameConfiguration" TopicReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Property "TopicsToExclude" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Associated Types

type PropertyType "TopicsToExclude" TopicReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Property "TopicsToReplicate" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

Associated Types

type PropertyType "TopicsToReplicate" TopicReplicationProperty 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "CopyAccessControlListsForTopics" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "CopyAccessControlListsForTopics" TopicReplicationProperty = Value Bool
type PropertyType "CopyTopicConfigurations" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "CopyTopicConfigurations" TopicReplicationProperty = Value Bool
type PropertyType "DetectAndCopyNewTopics" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "DetectAndCopyNewTopics" TopicReplicationProperty = Value Bool
type PropertyType "StartingPosition" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "TopicNameConfiguration" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "TopicsToExclude" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

type PropertyType "TopicsToReplicate" TopicReplicationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.TopicReplicationProperty

data ReplicationStartingPositionProperty Source #

Instances

Instances details
ToJSON ReplicationStartingPositionProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationStartingPositionProperty

Show ReplicationStartingPositionProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationStartingPositionProperty

Eq ReplicationStartingPositionProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationStartingPositionProperty

ToResourceProperties ReplicationStartingPositionProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationStartingPositionProperty

Property "Type" ReplicationStartingPositionProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationStartingPositionProperty

type PropertyType "Type" ReplicationStartingPositionProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationStartingPositionProperty

data ReplicationTopicNameConfigurationProperty Source #

Instances

Instances details
ToJSON ReplicationTopicNameConfigurationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationTopicNameConfigurationProperty

Show ReplicationTopicNameConfigurationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationTopicNameConfigurationProperty

Eq ReplicationTopicNameConfigurationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationTopicNameConfigurationProperty

ToResourceProperties ReplicationTopicNameConfigurationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationTopicNameConfigurationProperty

Property "Type" ReplicationTopicNameConfigurationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationTopicNameConfigurationProperty

type PropertyType "Type" ReplicationTopicNameConfigurationProperty Source # 
Instance details

Defined in Stratosphere.MSK.Replicator.ReplicationTopicNameConfigurationProperty

data Replicator Source #

Instances

Instances details
ToJSON Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Show Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Eq Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

ToResourceProperties Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Property "Description" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Associated Types

type PropertyType "Description" Replicator 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "Description" Replicator = Value Text

Methods

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

Property "KafkaClusters" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Associated Types

type PropertyType "KafkaClusters" Replicator 
Instance details

Defined in Stratosphere.MSK.Replicator

Methods

set :: PropertyType "KafkaClusters" Replicator -> Replicator -> Replicator #

Property "ReplicationInfoList" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Associated Types

type PropertyType "ReplicationInfoList" Replicator 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ReplicationInfoList" Replicator = [ReplicationInfoProperty]

Methods

set :: PropertyType "ReplicationInfoList" Replicator -> Replicator -> Replicator #

Property "ReplicatorName" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Associated Types

type PropertyType "ReplicatorName" Replicator 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ReplicatorName" Replicator = Value Text

Methods

set :: PropertyType "ReplicatorName" Replicator -> Replicator -> Replicator #

Property "ServiceExecutionRoleArn" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Associated Types

type PropertyType "ServiceExecutionRoleArn" Replicator 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ServiceExecutionRoleArn" Replicator = Value Text

Methods

set :: PropertyType "ServiceExecutionRoleArn" Replicator -> Replicator -> Replicator #

Property "Tags" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

Associated Types

type PropertyType "Tags" Replicator 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "Tags" Replicator = [Tag]
type PropertyType "Description" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "Description" Replicator = Value Text
type PropertyType "KafkaClusters" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ReplicationInfoList" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ReplicationInfoList" Replicator = [ReplicationInfoProperty]
type PropertyType "ReplicatorName" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ReplicatorName" Replicator = Value Text
type PropertyType "ServiceExecutionRoleArn" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "ServiceExecutionRoleArn" Replicator = Value Text
type PropertyType "Tags" Replicator Source # 
Instance details

Defined in Stratosphere.MSK.Replicator

type PropertyType "Tags" Replicator = [Tag]