Module Values.AddonPodIdentityAssociationsSource

A type of EKS Pod Identity association owned by an Amazon EKS add-on. Each association maps a role to a service account in a namespace in the cluster. For more information, see Attach an IAM Role to an Amazon EKS add-on using EKS Pod Identity in the Amazon EKS User Guide.

Sourcetype nonrec t = {
  1. serviceAccount : String_.t;
    (*

    The name of a Kubernetes Service Account.

    *)
  2. roleArn : String_.t;
    (*

    The ARN of an IAM Role.

    *)
}
Sourceval context_ : string
Sourceval make : serviceAccount:String_.t -> roleArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t