Class: Aws::Types::CreateNodegroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_type"AL2_x86_64", ...

Returns the value of attribute ami_type.

Returns:

  • ("AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "WINDOWS_CORE_2025_x86_64", "WINDOWS_FULL_2025_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA")


591
592
593
# File 'sig/types.rbs', line 591

def ami_type
  @ami_type
end

#capacity_type"ON_DEMAND", ...

Returns the value of attribute capacity_type.

Returns:

  • ("ON_DEMAND", "SPOT", "CAPACITY_BLOCK")


601
602
603
# File 'sig/types.rbs', line 601

def capacity_type
  @capacity_type
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def cluster_name
  @cluster_name
end

#disk_size::Integer

Returns the value of attribute disk_size.

Returns:

  • (::Integer)


588
589
590
# File 'sig/types.rbs', line 588

def disk_size
  @disk_size
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


590
591
592
# File 'sig/types.rbs', line 590

def instance_types
  @instance_types
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


594
595
596
# File 'sig/types.rbs', line 594

def labels
  @labels
end

#launch_templateTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template.



598
599
600
# File 'sig/types.rbs', line 598

def launch_template
  @launch_template
end

#node_repair_configTypes::NodeRepairConfig

Returns the value of attribute node_repair_config.



600
601
602
# File 'sig/types.rbs', line 600

def node_repair_config
  @node_repair_config
end

#node_role::String

Returns the value of attribute node_role.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def node_role
  @node_role
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def nodegroup_name
  @nodegroup_name
end

#release_version::String

Returns the value of attribute release_version.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def release_version
  @release_version
end

#remote_accessTypes::RemoteAccessConfig

Returns the value of attribute remote_access.



592
593
594
# File 'sig/types.rbs', line 592

def remote_access
  @remote_access
end

#scaling_configTypes::NodegroupScalingConfig

Returns the value of attribute scaling_config.



587
588
589
# File 'sig/types.rbs', line 587

def scaling_config
  @scaling_config
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


589
590
591
# File 'sig/types.rbs', line 589

def subnets
  @subnets
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


596
597
598
# File 'sig/types.rbs', line 596

def tags
  @tags
end

#taints::Array[Types::Taint]

Returns the value of attribute taints.

Returns:



595
596
597
# File 'sig/types.rbs', line 595

def taints
  @taints
end

#update_configTypes::NodegroupUpdateConfig

Returns the value of attribute update_config.



599
600
601
# File 'sig/types.rbs', line 599

def update_config
  @update_config
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def version
  @version
end

#warm_pool_configTypes::WarmPoolConfig

Returns the value of attribute warm_pool_config.



604
605
606
# File 'sig/types.rbs', line 604

def warm_pool_config
  @warm_pool_config
end