Module Values.IdCConfigurationSource

The IAM Identity Center configuration for an application.

Sourcetype nonrec t = {
  1. idcApplicationArn : IdCApplicationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM Identity Center application.

    *)
  2. idcInstanceArn : IdCInstanceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM Identity Center instance.

    *)
}
Sourceval make : ?idcApplicationArn:??? -> ?idcInstanceArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdCApplicationArn.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