Class: Aws::EKS::Types::OutpostConfigResponse

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

Overview

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_plane_instance_typeString

The Amazon EC2 instance type for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. The instance type is the same for all control plane instances.

Returns:

  • (String)


6811
6812
6813
6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6811

class OutpostConfigResponse < Struct.new(
  :outpost_arns,
  :control_plane_instance_type,
  :control_plane_placement,
  :etcd_instance_type,
  :etcd_placement)
  SENSITIVE = []
  include Aws::Structure
end

#control_plane_placementTypes::ControlPlanePlacementResponse

An object representing the placement configuration for all the control plane 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.



6811
6812
6813
6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6811

class OutpostConfigResponse < Struct.new(
  :outpost_arns,
  :control_plane_instance_type,
  :control_plane_placement,
  :etcd_instance_type,
  :etcd_placement)
  SENSITIVE = []
  include Aws::Structure
end

#etcd_instance_typeString

The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. The instance type is the same for all etcd instances.

Returns:

  • (String)


6811
6812
6813
6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6811

class OutpostConfigResponse < Struct.new(
  :outpost_arns,
  :control_plane_instance_type,
  :control_plane_placement,
  :etcd_instance_type,
  :etcd_placement)
  SENSITIVE = []
  include Aws::Structure
end

#etcd_placementTypes::EtcdPlacementResponse

An object representing 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.



6811
6812
6813
6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6811

class OutpostConfigResponse < Struct.new(
  :outpost_arns,
  :control_plane_instance_type,
  :control_plane_placement,
  :etcd_instance_type,
  :etcd_placement)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnsArray<String>

The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.

Returns:

  • (Array<String>)


6811
6812
6813
6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6811

class OutpostConfigResponse < Struct.new(
  :outpost_arns,
  :control_plane_instance_type,
  :control_plane_placement,
  :etcd_instance_type,
  :etcd_placement)
  SENSITIVE = []
  include Aws::Structure
end