Class: Aws::EKS::Types::CreateAccessEntryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_entryTypes::AccessEntry

An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the ‘aws-auth` `ConfigMap` for authentication. For more information about access entries, see [Access entries] in the *Amazon EKS User Guide*.

[1]: docs.aws.amazon.com/eks/latest/userguide/access-entries.html

Returns:



1338
1339
1340
1341
1342
# File 'lib/aws-sdk-eks/types.rb', line 1338

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