Class: Aws::EKS::Types::CreateAccessEntryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateAccessEntryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_entry ⇒ Types::AccessEntry
An access entry allows an IAM principal (user or role) to access your cluster.
Instance Attribute Details
#access_entry ⇒ Types::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
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 |