Module Values.PodIdentityAssociationSource

Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.

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

    The Amazon Resource Name (ARN) of the EKS Pod Identity association.

    *)
  2. associationId : String_.t option;
    (*

    The ID of the association.

    *)
}
Sourceval make : ?associationArn:??? -> ?associationId:??? -> 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