Class: Aws::GuardDuty::Types::CoverageEksClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageEksClusterDetails
- Includes:
- Structure
- Defined in:
- 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.
958 959 960 961 962 963 964 965 966 |
# File 'lib/aws-sdk-guardduty/types.rb', line 958 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.
958 959 960 961 962 963 964 965 966 |
# File 'lib/aws-sdk-guardduty/types.rb', line 958 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.
958 959 960 961 962 963 964 965 966 |
# File 'lib/aws-sdk-guardduty/types.rb', line 958 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.
958 959 960 961 962 963 964 965 966 |
# File 'lib/aws-sdk-guardduty/types.rb', line 958 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.
958 959 960 961 962 963 964 965 966 |
# File 'lib/aws-sdk-guardduty/types.rb', line 958 class CoverageEksClusterDetails < Struct.new( :cluster_name, :covered_nodes, :compatible_nodes, :addon_details, :management_type) SENSITIVE = [] include Aws::Structure end |