PodIdentityAssociationSummary

The summarized description of the association.

Each summary is simplified by removing these fields compared to the full PodIdentityAssociation:

  • The IAM role: roleArn

  • The timestamp that the association was created at: createdAt

  • The most recent timestamp that the association was modified at:. modifiedAt

  • The tags on the association: tags

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the association.

Link copied to clipboard

The ID of the association.

Link copied to clipboard

The name of the cluster that the association is in.

Link copied to clipboard

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.

Link copied to clipboard

If defined, the association is owned by an Amazon EKS add-on.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String