{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-organization-custom-policy-rule-metadata-structure.json", "name": "OrganizationCustomPolicyRuleMetadata", "description": "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.", "type": "object", "properties": { "Description": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256Min0" }, { "description": "The description that you provide for your organization Config Custom Policy rule." } ] }, "OrganizationConfigRuleTriggerTypes": { "allOf": [ { "$ref": "#/components/schemas/OrganizationConfigRuleTriggerTypeNoSNs" }, { "description": "
The type of notification that initiates Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change-initiated notification types:
ConfigurationItemChangeNotification - Initiates an evaluation when Config delivers a configuration item as a result of a resource change.
OversizedConfigurationItemChangeNotification - Initiates an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.