Values.UpdateCentralizationRuleForOrganizationInputSourceUpdates an existing centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.
type nonrec t = {ruleIdentifier : RuleIdentifier.t;The identifier (name or ARN) of the organization centralization rule to update.
*)rule : CentralizationRule.t;The configuration details for the organization-wide centralization rule, including the source configuration and the destination configuration to centralize telemetry data across the organization.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RuleIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of Region.t ] list
| `String of SourceFilterString.t
| `Structure of
(string
* [> `Enum of string
| `String of LogsFilterString.t
| `Structure of
(string
* [> `Enum of string
| `String of ResourceArn.t ])
list ])
list ])
list ])
list ])
list ]