Class: Aws::EKS::Types::ComputeConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ComputeConfigResponse
- 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
-
#enabled ⇒ Boolean
Indicates if the compute capability is enabled on your EKS Auto Mode cluster.
-
#node_pools ⇒ Array<String>
Indicates the current configuration of node pools in your EKS Auto Mode cluster.
-
#node_role_arn ⇒ String
The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.
Instance Attribute Details
#enabled ⇒ Boolean
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.
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-eks/types.rb', line 1155 class ComputeConfigResponse < Struct.new( :enabled, :node_pools, :node_role_arn) SENSITIVE = [] include Aws::Structure end |
#node_pools ⇒ Array<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.
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-eks/types.rb', line 1155 class ComputeConfigResponse < Struct.new( :enabled, :node_pools, :node_role_arn) SENSITIVE = [] include Aws::Structure end |
#node_role_arn ⇒ String
The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-eks/types.rb', line 1155 class ComputeConfigResponse < Struct.new( :enabled, :node_pools, :node_role_arn) SENSITIVE = [] include Aws::Structure end |