AddonPodIdentityAssociation

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

A pod identity to associate with an add-on.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IAM role ARN that the pod identity association is created for.

Link copied to clipboard

The Kubernetes service account that the pod identity association is created for.