Method: Aws::Batch::Types::CreateComputeEnvironmentRequest#eks_configuration

Defined in:
lib/aws-sdk-batch/types.rb

#eks_configurationTypes::EksConfiguration

The details for the Amazon EKS cluster that supports the compute environment.

<note markdown=“1”> To create a compute environment that uses EKS resources, the caller must have permissions to call eks:DescribeCluster.

</note>


2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
# File 'lib/aws-sdk-batch/types.rb', line 2453

class CreateComputeEnvironmentRequest < Struct.new(
  :compute_environment_name,
  :type,
  :state,
  :unmanagedv_cpus,
  :compute_resources,
  :service_role,
  :tags,
  :eks_configuration,
  :context)
  SENSITIVE = []
  include Aws::Structure
end