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 one or more conformance packs.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConformancePackNames": [],
    "Limit": 0,
    "NextToken": "string"
}'
Response Response Example
200 - Example 1
{
    "ConformancePackDetails": [],
    "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
ConformancePackNames
array[string]
optional
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
>= 0 items<= 25 items
Limit
integer 
optional
The maximum number of conformance packs returned on each page.
>= 0<= 20
NextToken
string 
optional
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Examples

Responses

🟢200Success
application/json
Body
ConformancePackDetails
array[object (ConformancePackDetail) {9}] 
optional
Returns a list of ConformancePackDetail objects.
>= 0 items<= 25 items
ConformancePackName
string 
required
Name of the conformance pack.
>= 1 characters<= 256 characters
Match pattern:
[a-zA-Z][-a-zA-Z0-9]*
ConformancePackArn
string 
required
Amazon Resource Name (ARN) of the conformance pack.
>= 1 characters<= 2048 characters
ConformancePackId
string 
required
ID of the conformance pack.
>= 1 characters<= 1024 characters
DeliveryS3Bucket
string 
optional
The name of the Amazon S3 bucket where Config stores conformance pack templates.
>= 0 characters<= 63 characters
DeliveryS3KeyPrefix
string 
optional
The prefix for the Amazon S3 bucket.
>= 0 characters<= 1024 characters
ConformancePackInputParameters
array[object (ConformancePackInputParameter) {2}] 
optional
A list of ConformancePackInputParameter objects.
>= 0 items<= 60 items
LastUpdateRequestedTime
string <date-time>
optional
The last time a conformation pack update was requested.
CreatedBy
string 
optional
The Amazon Web Services service that created the conformance pack.
>= 1 characters<= 256 characters
TemplateSSMDocumentDetails
object 
optional
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
NextToken
string 
optional
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
🟠480NoSuchConformancePackException
🟠481InvalidLimitException
🟠482InvalidNextTokenException
🟠483InvalidParameterValueException
Previous
/
Next
/
Built with