{ "$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-no-policy-structure.json", "name": "OrganizationCustomPolicyRuleMetadataNoPolicy", "description": " metadata for your organization Config Custom Policy rule including 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 trigger 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 triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered notification types:
ConfigurationItemChangeNotification - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.
OversizedConfigurationItemChangeNotification - Triggers 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.