Values.PodIdentityAssociationSummarySourceThe 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
type nonrec t = {clusterName : String_.t option;The name of the cluster that the association is in.
*)namespace : String_.t option;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.
*)serviceAccount : String_.t option;The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
*)associationArn : String_.t option;The Amazon Resource Name (ARN) of the association.
*)associationId : String_.t option;The ID of the association.
*)ownerArn : String_.t option;If defined, the association is owned by an Amazon EKS add-on.
*)}