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 conformance packs.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "OrganizationConformancePackNames": [],
    "Limit": 0,
    "NextToken": "string"
}'
Response Response Example
200 - Example 1
{
  "OrganizationConformancePacks": [],
  "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
OrganizationConformancePackNames
array[string]
optional
The name that you assign to an organization conformance pack.
>= 0 items<= 25 items
Limit
integer 
optional
The maximum number of organization config packs 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
OrganizationConformancePacks
array[object (OrganizationConformancePack) {7}] 
optional
Returns a list of OrganizationConformancePacks objects.
OrganizationConformancePackName
string 
required
The name you assign to an organization conformance pack.
>= 1 characters<= 128 characters
Match pattern:
[a-zA-Z][-a-zA-Z0-9]*
OrganizationConformancePackArn
string 
required
Amazon Resource Name (ARN) of organization conformance pack.
>= 1 characters<= 256 characters
DeliveryS3Bucket
string 
optional
The name of the Amazon S3 bucket where Config stores conformance pack templates.
>= 0 characters<= 63 characters
DeliveryS3KeyPrefix
string 
optional
Any folder structure you want to add to an Amazon S3 bucket.
>= 0 characters<= 1024 characters
ConformancePackInputParameters
array[object (ConformancePackInputParameter) {2}] 
optional
A list of ConformancePackInputParameter objects.
>= 0 items<= 60 items
ExcludedAccounts
array[string]
optional
A comma-separated list of accounts excluded from organization conformance pack.
>= 0 items<= 1000 items
LastUpdateTime
string <date-time>
required
Last time when organization conformation pack was updated.
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.
🟠480NoSuchOrganizationConformancePackException
🟠481InvalidNextTokenException
🟠482InvalidLimitException
🟠483OrganizationAccessDeniedException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with