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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1219

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 Amazon EKS User Guide.

Returns:

  • (Array<String>)


1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1219

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)


1219
1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1219

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