Class: Aws::KafkaConnect::Types::CapacityUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

The target capacity for the connector. The capacity can be auto scaled or provisioned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scalingTypes::AutoScalingUpdate

The target auto scaling setting.



226
227
228
229
230
231
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 226

class CapacityUpdate < Struct.new(
  :auto_scaling,
  :provisioned_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_capacityTypes::ProvisionedCapacityUpdate

The target settings for provisioned capacity.



226
227
228
229
230
231
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 226

class CapacityUpdate < Struct.new(
  :auto_scaling,
  :provisioned_capacity)
  SENSITIVE = []
  include Aws::Structure
end