Module Values.UpdateOrganizationConfigurationRequestSource

Updates the configuration for the Organizations integration in the current Region. Can only be called by the Detective administrator account for the organization.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The ARN of the organization behavior graph.

    *)
  2. autoEnable : Boolean.t option;
    (*

    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

    *)
}
Sourceval context_ : string
Sourceval make : ?autoEnable:??? -> graphArn:GraphArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of GraphArn.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