Class: Aws::EKS::Types::ComputeConfigResponse

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

Overview

Indicates the status of the request to update the compute capability of your EKS Auto Mode cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates if the compute capability is enabled on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.

Returns:

  • (Boolean)


1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-eks/types.rb', line 1082

class ComputeConfigResponse < Struct.new(
  :enabled,
  :node_pools,
  :node_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#node_poolsArray<String>

Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.

Returns:

  • (Array<String>)


1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-eks/types.rb', line 1082

class ComputeConfigResponse < Struct.new(
  :enabled,
  :node_pools,
  :node_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#node_role_arnString

The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.

Returns:

  • (String)


1082
1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-eks/types.rb', line 1082

class ComputeConfigResponse < Struct.new(
  :enabled,
  :node_pools,
  :node_role_arn)
  SENSITIVE = []
  include Aws::Structure
end