Class: Aws::GuardDuty::Types::CoverageEksClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageEksClusterDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about the EKS cluster that has a coverage status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_details ⇒ Types::AddonDetails
Information about the installed EKS add-on.
-
#cluster_name ⇒ String
Name of the EKS cluster.
-
#compatible_nodes ⇒ Integer
Represents all the nodes within the EKS cluster in your account.
-
#covered_nodes ⇒ Integer
Represents the nodes within the EKS cluster that have a
HEALTHY
coverage status. -
#management_type ⇒ String
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
Instance Attribute Details
#addon_details ⇒ Types::AddonDetails
Information about the installed EKS add-on.
1047 1048 1049 1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1047 class CoverageEksClusterDetails < Struct.new( :cluster_name, :covered_nodes, :compatible_nodes, :addon_details, :management_type) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
Name of the EKS cluster.
1047 1048 1049 1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1047 class CoverageEksClusterDetails < Struct.new( :cluster_name, :covered_nodes, :compatible_nodes, :addon_details, :management_type) SENSITIVE = [] include Aws::Structure end |
#compatible_nodes ⇒ Integer
Represents all the nodes within the EKS cluster in your account.
1047 1048 1049 1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1047 class CoverageEksClusterDetails < Struct.new( :cluster_name, :covered_nodes, :compatible_nodes, :addon_details, :management_type) SENSITIVE = [] include Aws::Structure end |
#covered_nodes ⇒ Integer
Represents the nodes within the EKS cluster that have a HEALTHY
coverage status.
1047 1048 1049 1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1047 class CoverageEksClusterDetails < Struct.new( :cluster_name, :covered_nodes, :compatible_nodes, :addon_details, :management_type) SENSITIVE = [] include Aws::Structure end |
#management_type ⇒ String
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGED
indicates GuardDuty deploys and manages updates for
this resource.
MANUAL
indicates that you are responsible to deploy, update, and
manage the Amazon EKS add-on GuardDuty agent for this resource.
1047 1048 1049 1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1047 class CoverageEksClusterDetails < Struct.new( :cluster_name, :covered_nodes, :compatible_nodes, :addon_details, :management_type) SENSITIVE = [] include Aws::Structure end |