Class: Aws::EKSAuth::Types::PodIdentityAssociation

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

Overview

Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_arnString

The Amazon Resource Name (ARN) of the EKS Pod Identity association.

Returns:

  • (String)


239
240
241
242
243
244
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 239

class PodIdentityAssociation < Struct.new(
  :association_arn,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#association_idString

The ID of the association.

Returns:

  • (String)


239
240
241
242
243
244
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 239

class PodIdentityAssociation < Struct.new(
  :association_arn,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end