Module Values.ArgoCdAwsIdcConfigResponseSource

The response object containing IAM Identity CenterIAM; Identity Center configuration details for an Argo CD capability.

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

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

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

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

    *)
  3. idcManagedApplicationArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the managed application created in IAM Identity CenterIAM; Identity Center for this Argo CD capability. This application is automatically created and managed by Amazon EKS.

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