curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"OrganizationConfigRuleName": "string",
"OrganizationManagedRuleMetadata": {
"Description": "string",
"RuleIdentifier": "string",
"InputParameters": "string",
"MaximumExecutionFrequency": "One_Hour",
"ResourceTypesScope": [],
"ResourceIdScope": "string",
"TagKeyScope": "string",
"TagValueScope": "string"
},
"OrganizationCustomRuleMetadata": {
"Description": "string",
"LambdaFunctionArn": "string",
"OrganizationConfigRuleTriggerTypes": [],
"InputParameters": "string",
"MaximumExecutionFrequency": "One_Hour",
"ResourceTypesScope": [],
"ResourceIdScope": "string",
"TagKeyScope": "string",
"TagValueScope": "string"
},
"ExcludedAccounts": [],
"OrganizationCustomPolicyRuleMetadata": {
"Description": "string",
"OrganizationConfigRuleTriggerTypes": [],
"InputParameters": "string",
"MaximumExecutionFrequency": "One_Hour",
"ResourceTypesScope": [],
"ResourceIdScope": "string",
"TagKeyScope": "string",
"TagValueScope": "string",
"PolicyRuntime": "string",
"PolicyText": "string",
"DebugLogDeliveryAccounts": []
}
}'