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")


661
662
663
# File 'sig/types.rbs', line 661

def ami_type
  @ami_type
end

#capacity_type"ON_DEMAND", ...

Returns the value of attribute capacity_type.

Returns:

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


671
672
673
# File 'sig/types.rbs', line 671

def capacity_type
  @capacity_type
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def cluster_name
  @cluster_name
end

#disk_size::Integer

Returns the value of attribute disk_size.

Returns:

  • (::Integer)


658
659
660
# File 'sig/types.rbs', line 658

def disk_size
  @disk_size
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


660
661
662
# File 'sig/types.rbs', line 660

def instance_types
  @instance_types
end

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

Returns the value of attribute labels.

Returns:

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


664
665
666
# File 'sig/types.rbs', line 664

def labels
  @labels
end

#launch_templateTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template.



668
669
670
# File 'sig/types.rbs', line 668

def launch_template
  @launch_template
end

#node_repair_configTypes::NodeRepairConfig

Returns the value of attribute node_repair_config.



670
671
672
# File 'sig/types.rbs', line 670

def node_repair_config
  @node_repair_config
end

#node_role::String

Returns the value of attribute node_role.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def node_role
  @node_role
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def nodegroup_name
  @nodegroup_name
end

#release_version::String

Returns the value of attribute release_version.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def release_version
  @release_version
end

#remote_accessTypes::RemoteAccessConfig

Returns the value of attribute remote_access.



662
663
664
# File 'sig/types.rbs', line 662

def remote_access
  @remote_access
end

#scaling_configTypes::NodegroupScalingConfig

Returns the value of attribute scaling_config.



657
658
659
# File 'sig/types.rbs', line 657

def scaling_config
  @scaling_config
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


659
660
661
# File 'sig/types.rbs', line 659

def subnets
  @subnets
end

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

Returns the value of attribute tags.

Returns:

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


666
667
668
# File 'sig/types.rbs', line 666

def tags
  @tags
end

#taints::Array[Types::Taint]

Returns the value of attribute taints.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def taints
  @taints
end

#update_configTypes::NodegroupUpdateConfig

Returns the value of attribute update_config.



669
670
671
# File 'sig/types.rbs', line 669

def update_config
  @update_config
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def version
  @version
end

#warm_pool_configTypes::WarmPoolConfig

Returns the value of attribute warm_pool_config.



674
675
676
# File 'sig/types.rbs', line 674

def warm_pool_config
  @warm_pool_config
end