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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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.

Returns:



1141
1142
1143
1144
1145
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1141

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