Module Values.IdentityCenterConfigurationSource

Specifies whether the workgroup is IAM Identity Center supported.

Sourcetype nonrec t = {
  1. enableIdentityCenter : BoxedBoolean.t option;
    (*

    Specifies whether the workgroup is IAM Identity Center supported.

    *)
  2. identityCenterInstanceArn : IdentityCenterInstanceArn.t option;
    (*

    The IAM Identity Center instance ARN that the workgroup associates to.

    *)
}
Sourceval make : ?enableIdentityCenter:??? -> ?identityCenterInstanceArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `String of IdentityCenterInstanceArn.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