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
/
Provides one or more conformance packs deployment status.
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
{
  "ConformancePackStatusDetails": [],
  "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.
>= 0 items<= 25 items
Limit
integer 
optional
The maximum number of conformance packs status 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
ConformancePackStatusDetails
array[object (ConformancePackStatusDetail) {8}] 
optional
A list of ConformancePackStatusDetail 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]*
ConformancePackId
string 
required
ID of the conformance pack.
>= 1 characters<= 1024 characters
ConformancePackArn
string 
required
Amazon Resource Name (ARN) of comformance pack.
>= 1 characters<= 2048 characters
ConformancePackState
enum<string> 
required
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
  • CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
  • CREATE_COMPLETE when a conformance pack has been successfully created in your account.
  • CREATE_FAILED when a conformance pack creation failed in your account.
  • DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
  • DELETE_FAILED when a conformance pack deletion failed in your account.
Allowed values:
CREATE_IN_PROGRESSCREATE_COMPLETECREATE_FAILEDDELETE_IN_PROGRESSDELETE_FAILED
StackArn
string 
required
Amazon Resource Name (ARN) of CloudFormation stack.
>= 1 characters<= 2048 characters
ConformancePackStatusReason
string 
optional
The reason of conformance pack creation failure.
>= 0 characters<= 2000 characters
LastUpdateRequestedTime
string <date-time>
required
Last time when conformation pack creation and update was requested.
LastUpdateCompletedTime
string <date-time>
optional
Last time when conformation pack creation and update was successful.
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.
🟠480InvalidLimitException
🟠481InvalidNextTokenException
🟠482InvalidParameterValueException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with