Module Values.CreateCentralizationRuleForOrganizationInputSource

Creates a 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.

Sourcetype nonrec t = {
  1. ruleName : RuleName.t;
    (*

    A unique name for the organization-wide centralization rule being created.

    *)
  2. 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.

    *)
  3. tags : TagMapInput.t option;
    (*

    The key-value pairs to associate with the organization telemetry rule resource for categorization and management purposes.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ruleName:RuleName.t -> rule:CentralizationRule.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of RuleName.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 ]
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