AddonPodIdentityAssociationArgs

data class AddonPodIdentityAssociationArgs(val roleArn: Output<String>, val serviceAccount: Output<String>) : ConvertibleToJava<AddonPodIdentityAssociationArgs>

Constructors

Link copied to clipboard
constructor(roleArn: Output<String>, serviceAccount: Output<String>)

Properties

Link copied to clipboard
val roleArn: Output<String>

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.

Link copied to clipboard
val serviceAccount: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AddonPodIdentityAssociationArgs