Class: Aws::EKS::Types::AddonPodIdentityConfiguration

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

Overview

Information about how to configure IAM for an Addon.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

A suggested IAM Policy for the addon.

Returns:

  • (Array<String>)


432
433
434
435
436
437
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 432

class AddonPodIdentityConfiguration < Struct.new(
  :service_account,
  :recommended_managed_policies)
  SENSITIVE = []
  include Aws::Structure
end

#service_accountString

The Kubernetes Service Account name used by the addon.

Returns:

  • (String)


432
433
434
435
436
437
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 432

class AddonPodIdentityConfiguration < Struct.new(
  :service_account,
  :recommended_managed_policies)
  SENSITIVE = []
  include Aws::Structure
end