Class: Aws::EKS::Types::EtcdPlacementResponse

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

Overview

The placement configuration for the etcd instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spread_levelString

The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.

Returns:

  • (String)


4286
4287
4288
4289
4290
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4286

class EtcdPlacementResponse < Struct.new(
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end