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>)


410
411
412
413
414
415
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 410

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)


410
411
412
413
414
415
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 410

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