GetAddonPodIdentityAssociation

data class GetAddonPodIdentityAssociation(val roleArn: String, val serviceAccount: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the IAM role associated with the EKS add-on.

Link copied to clipboard

Service account associated with the EKS add-on.