Class: Aws::EKS::Types::CreateAccessConfigRequest

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

Overview

The access configuration information for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_modeString

The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value is API_AND_CONFIG_MAP.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1011

class CreateAccessConfigRequest < 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. The default value is true.

Returns:

  • (Boolean)


1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1011

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