Class: Aws::ARCRegionswitch::Types::EksResourceScalingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

The Amazon Web Services EKS resource scaling configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_monitoring_approachString

The monitoring approach for the configuration, that is, whether it was sampled in the last 24 hours or autoscaled in the last 24 hours.

Returns:

  • (String)


636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end

#eks_clustersArray<Types::EksCluster>

The clusters for the configuration.

Returns:



636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_resource_typeTypes::KubernetesResourceType

The Kubernetes resource type for the configuration.



636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_resourcesArray<Hash<String,Hash<String,Types::KubernetesScalingResource>>>

The scaling resources for the configuration.

Returns:



636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end

#target_percentInteger

The target percentage for the configuration.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_minutesInteger

The timeout value specified for the configuration.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end

#ungracefulTypes::EksResourceScalingUngraceful

The settings for ungraceful execution.



636
637
638
639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 636

class EksResourceScalingConfiguration < Struct.new(
  :timeout_minutes,
  :kubernetes_resource_type,
  :scaling_resources,
  :eks_clusters,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach)
  SENSITIVE = []
  include Aws::Structure
end