Values.OrganizationConfigRuleSourceAn organization Config rule that has information about Config rules that Config creates in member accounts.
type nonrec t = {organizationConfigRuleName : OrganizationConfigRuleName.t option;The name that you assign to organization Config rule.
*)organizationConfigRuleArn : StringWithCharLimit256.t option;Amazon Resource Name (ARN) of organization Config rule.
*)organizationManagedRuleMetadata : OrganizationManagedRuleMetadata.t option;An OrganizationManagedRuleMetadata object.
*)organizationCustomRuleMetadata : OrganizationCustomRuleMetadata.t option;An OrganizationCustomRuleMetadata object.
*)excludedAccounts : ExcludedAccounts.t option;A comma-separated list of accounts excluded from organization Config rule.
*)lastUpdateTime : Date.t option;The timestamp of the last update.
*)organizationCustomPolicyRuleMetadata : OrganizationCustomPolicyRuleMetadataNoPolicy.t
option;An object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug logging enabled, and other custom rule metadata, such as resource type, resource ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list
| `String of OrganizationConfigRuleName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string | `String of StringWithCharLimit256.t ]
list
| `String of StringWithCharLimit256Min0.t ])
list
| `Timestamp of Date.t ])
list ]