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

Stratosphere.KafkaConnect.Connector.CapacityProperty

Documentation

data AutoScalingProperty Source #

Instances

Instances details
ToJSON AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Show AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Eq AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

ToResourceProperties AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Property "MaxWorkerCount" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Associated Types

type PropertyType "MaxWorkerCount" AutoScalingProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Property "McuCount" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Property "MinWorkerCount" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Associated Types

type PropertyType "MinWorkerCount" AutoScalingProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Property "ScaleInPolicy" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Associated Types

type PropertyType "ScaleInPolicy" AutoScalingProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Property "ScaleOutPolicy" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

Associated Types

type PropertyType "ScaleOutPolicy" AutoScalingProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

type PropertyType "MaxWorkerCount" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

type PropertyType "McuCount" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

type PropertyType "MinWorkerCount" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

type PropertyType "ScaleInPolicy" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

type PropertyType "ScaleOutPolicy" AutoScalingProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.AutoScalingProperty

data ScaleInPolicyProperty Source #

Instances

Instances details
ToJSON ScaleInPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

Show ScaleInPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

Eq ScaleInPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

ToResourceProperties ScaleInPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

Property "CpuUtilizationPercentage" ScaleInPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

Associated Types

type PropertyType "CpuUtilizationPercentage" ScaleInPolicyProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

type PropertyType "CpuUtilizationPercentage" ScaleInPolicyProperty = Value Integer
type PropertyType "CpuUtilizationPercentage" ScaleInPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleInPolicyProperty

type PropertyType "CpuUtilizationPercentage" ScaleInPolicyProperty = Value Integer

data ScaleOutPolicyProperty Source #

Instances

Instances details
ToJSON ScaleOutPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

Show ScaleOutPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

Eq ScaleOutPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

ToResourceProperties ScaleOutPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

Property "CpuUtilizationPercentage" ScaleOutPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

Associated Types

type PropertyType "CpuUtilizationPercentage" ScaleOutPolicyProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

type PropertyType "CpuUtilizationPercentage" ScaleOutPolicyProperty = Value Integer
type PropertyType "CpuUtilizationPercentage" ScaleOutPolicyProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.ScaleOutPolicyProperty

type PropertyType "CpuUtilizationPercentage" ScaleOutPolicyProperty = Value Integer

data CapacityProperty Source #

Instances

Instances details
ToJSON CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Show CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Eq CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

ToResourceProperties CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Property "AutoScaling" CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Associated Types

type PropertyType "AutoScaling" CapacityProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Property "ProvisionedCapacity" CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Associated Types

type PropertyType "ProvisionedCapacity" CapacityProperty 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

Methods

set :: PropertyType "ProvisionedCapacity" CapacityProperty -> CapacityProperty -> CapacityProperty #

type PropertyType "AutoScaling" CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty

type PropertyType "ProvisionedCapacity" CapacityProperty Source # 
Instance details

Defined in Stratosphere.KafkaConnect.Connector.CapacityProperty