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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


6119
6120
6121
6122
6123
6124
6125
6126
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6119

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)


6119
6120
6121
6122
6123
6124
6125
6126
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6119

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)


6119
6120
6121
6122
6123
6124
6125
6126
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6119

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)


6119
6120
6121
6122
6123
6124
6125
6126
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6119

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