OrganizationConfigRule is a JSON Structure definition published by Amazon Config, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-organization-config-rule-structure.json",
"name": "OrganizationConfigRule",
"description": "An organization Config rule that has information about Config rules that Config creates in member accounts.",
"type": "object",
"properties": {
"OrganizationConfigRuleName": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationConfigRuleName"
},
{
"description": "The name that you assign to organization Config rule."
}
]
},
"OrganizationConfigRuleArn": {
"allOf": [
{
"$ref": "#/components/schemas/StringWithCharLimit256"
},
{
"description": "Amazon Resource Name (ARN) of organization Config rule."
}
]
},
"OrganizationManagedRuleMetadata": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationManagedRuleMetadata"
},
{
"description": "An <code>OrganizationManagedRuleMetadata</code> object."
}
]
},
"OrganizationCustomRuleMetadata": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationCustomRuleMetadata"
},
{
"description": "An <code>OrganizationCustomRuleMetadata</code> object."
}
]
},
"ExcludedAccounts": {
"allOf": [
{
"$ref": "#/components/schemas/ExcludedAccounts"
},
{
"description": "A comma-separated list of accounts excluded from organization Config rule."
}
]
},
"LastUpdateTime": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The timestamp of the last update."
}
]
},
"OrganizationCustomPolicyRuleMetadata": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationCustomPolicyRuleMetadataNoPolicy"
},
{
"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."
}
]
}
},
"required": [
"OrganizationConfigRuleName",
"OrganizationConfigRuleArn"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.