Class: Aws::EKS::Types::StorageConfigRequest

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

Overview

Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#block_storageTypes::BlockStorage

Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.

Returns:



6261
6262
6263
6264
6265
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6261

class StorageConfigRequest < Struct.new(
  :block_storage)
  SENSITIVE = []
  include Aws::Structure
end