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)


705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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:



705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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.



705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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:



705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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.



705
706
707
708
709
710
711
712
713
714
715
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 705

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