Values.GetCentralizationRuleForOrganizationOutputSourceRetrieves the details of a specific organization centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.
type nonrec t = {ruleName : RuleName.t option;The name of the organization centralization rule.
*)ruleArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the organization centralization rule.
*)creatorAccountId : String_.t option;The Amazon Web Services Account that created the organization centralization rule.
*)createdTimeStamp : Long.t option;The timestamp when the organization centralization rule was created.
*)createdRegion : Region.t option;The Amazon Web Services region where the organization centralization rule was created.
*)lastUpdateTimeStamp : Long.t option;The timestamp when the organization centralization rule was last updated.
*)ruleHealth : RuleHealth.t option;The health status of the organization centralization rule.
*)failureReason : CentralizationFailureReason.t option;The reason why an organization centralization rule is marked UNHEALTHY.
*)centralizationRule : CentralizationRule.t option;The configuration details for the organization centralization rule.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `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 ]