Module Values.ArgoCdAwsIdcConfigRequestSource

Configuration for integrating Argo CD with IAM Identity CenterIAM; Identity Center. This allows you to use your organization's identity provider for authentication to Argo CD.

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

    The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance to use for authentication.

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

    The Region where your IAM Identity CenterIAM; Identity Center instance is located.

    *)
}
Sourceval context_ : string
Sourceval make : ?idcRegion:??? -> idcInstanceArn: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