Class: Aws::EKS::Types::CreatePodIdentityAssociationRequest

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

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


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1842

class CreatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :namespace,
  :service_account,
  :role_arn,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster to create the association in.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1842

class CreatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :namespace,
  :service_account,
  :role_arn,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1842

class CreatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :namespace,
  :service_account,
  :role_arn,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1842

class CreatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :namespace,
  :service_account,
  :role_arn,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#service_accountString

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1842

class CreatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :namespace,
  :service_account,
  :role_arn,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource – 50

  • For each resource, each tag key must be unique, and each tag key can have only one value.

  • Maximum key length – 128 Unicode characters in UTF-8

  • Maximum value length – 256 Unicode characters in UTF-8

  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

  • Tag keys and values are case-sensitive.

  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.

Returns:

  • (Hash<String,String>)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1842

class CreatePodIdentityAssociationRequest < Struct.new(
  :cluster_name,
  :namespace,
  :service_account,
  :role_arn,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end