AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Returns a list of organization Config rules.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "OrganizationConfigRuleNames": [],
    "Limit": 0,
    "NextToken": "string"
}'
Response Response Example
200 - Example 1
{
  "OrganizationConfigRules": [],
  "NextToken": "string"
}

Request

Query Params
Limit
string 
optional
Pagination limit
NextToken
string 
optional
Pagination token
Header Params
X-Amz-Target
string 
required
Body Params application/json
OrganizationConfigRuleNames
array[string]
optional
The names of organization Config rules for which you want details. If you do not specify any names, Config returns details for all your organization Config rules.
>= 0 items<= 25 items
Limit
integer 
optional
The maximum number of organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.
>= 0<= 100
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Examples

Responses

🟢200Success
application/json
Body
OrganizationConfigRules
array[object (OrganizationConfigRule) {7}] 
optional
Returns a list of OrganizationConfigRule objects.
OrganizationConfigRuleName
string 
required
The name that you assign to organization Config rule.
>= 1 characters<= 64 characters
Match pattern:
.*\S.*
OrganizationConfigRuleArn
string 
required
Amazon Resource Name (ARN) of organization Config rule.
>= 1 characters<= 256 characters
OrganizationManagedRuleMetadata
object 
optional
An OrganizationManagedRuleMetadata object.
OrganizationCustomRuleMetadata
object 
optional
An OrganizationCustomRuleMetadata object.
ExcludedAccounts
array[string]
optional
A comma-separated list of accounts excluded from organization Config rule.
>= 0 items<= 1000 items
LastUpdateTime
string <date-time>
optional
The timestamp of the last update.
OrganizationCustomPolicyRuleMetadata
object 
optional
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.
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
🟠480NoSuchOrganizationConfigRuleException
🟠481InvalidNextTokenException
🟠482InvalidLimitException
🟠483OrganizationAccessDeniedException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with