Class: Aws::EKS::Types::AccessConfigResponse

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

Overview

The access configuration for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_modeString

The current authentication mode of the cluster.

Returns:

  • (String)


26
27
28
29
30
31
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 26

class AccessConfigResponse < Struct.new(
  :bootstrap_cluster_creator_admin_permissions,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_cluster_creator_admin_permissionsBoolean

Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.

Returns:

  • (Boolean)


26
27
28
29
30
31
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 26

class AccessConfigResponse < Struct.new(
  :bootstrap_cluster_creator_admin_permissions,
  :authentication_mode)
  SENSITIVE = []
  include Aws::Structure
end