Class: Aws::EKS::Types::AddonPodIdentityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AddonPodIdentityConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Information about how to configure IAM for an Addon.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommended_managed_policies ⇒ Array<String>
A suggested IAM Policy for the addon.
-
#service_account ⇒ String
The Kubernetes Service Account name used by the addon.
Instance Attribute Details
#recommended_managed_policies ⇒ Array<String>
A suggested IAM Policy for the addon.
410 411 412 413 414 415 |
# File 'lib/aws-sdk-eks/types.rb', line 410 class AddonPodIdentityConfiguration < Struct.new( :service_account, :recommended_managed_policies) SENSITIVE = [] include Aws::Structure end |
#service_account ⇒ String
The Kubernetes Service Account name used by the addon.
410 411 412 413 414 415 |
# File 'lib/aws-sdk-eks/types.rb', line 410 class AddonPodIdentityConfiguration < Struct.new( :service_account, :recommended_managed_policies) SENSITIVE = [] include Aws::Structure end |