Class: Aws::EKS::Types::UpdatePodIdentityAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association to be updated.

Returns:

  • (String)


6293
6294
6295
6296
6297
6298
6299
6300
# File 'lib/aws-sdk-eks/types.rb', line 6293

class UpdatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :association_id,
  :role_arn,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


6293
6294
6295
6296
6297
6298
6299
6300
# File 'lib/aws-sdk-eks/types.rb', line 6293

class UpdatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :association_id,
  :role_arn,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster that you want to update the association in.

Returns:

  • (String)


6293
6294
6295
6296
6297
6298
6299
6300
# File 'lib/aws-sdk-eks/types.rb', line 6293

class UpdatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :association_id,
  :role_arn,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The new IAM role to change the

Returns:

  • (String)


6293
6294
6295
6296
6297
6298
6299
6300
# File 'lib/aws-sdk-eks/types.rb', line 6293

class UpdatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :association_id,
  :role_arn,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end