Module Values.DescribeOrganizationConfigurationRequestSource

Returns information about the configuration for the organization behavior graph. Currently indicates whether to automatically enable new organization accounts as member accounts. 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.

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