- 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
/
POST
/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"OrganizationConfigRuleName": "string",
"Filters": {
"AccountId": "string",
"MemberAccountRuleStatus": "CREATE_SUCCESSFUL"
},
"Limit": 0,
"NextToken": "string"
}'
Response Response Example
200 - Example 1
{
"OrganizationConfigRuleDetailedStatus": [],
"NextToken": "string"
}
Request
Query Params
Limit
stringÂ
optional
NextToken
stringÂ
optional
Header Params
X-Amz-Target
stringÂ
required
Body Params application/json
OrganizationConfigRuleName
stringÂ
required
>= 1 characters<= 64 characters
Match pattern:
.*\S.*
Filters
objectÂ
optional
StatusDetailFilters
object.AccountId
stringÂ
optional
Match pattern:
\d{12}
MemberAccountRuleStatus
enum<string>Â
optional
PutOrganizationConfigRule
action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule
action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletes OrganizationConfigRule
and disables service access for config-multiaccountsetup.amazonaws.com
. -
CREATE_SUCCESSFUL
when Config rule has been created in the member account. -
CREATE_IN_PROGRESS
when Config rule is being created in the member account. -
CREATE_FAILED
when Config rule creation has failed in the member account. -
DELETE_FAILED
when Config rule deletion has failed in the member account. -
DELETE_IN_PROGRESS
when Config rule is being deleted in the member account. -
DELETE_SUCCESSFUL
when Config rule has been deleted in the member account. -
UPDATE_SUCCESSFUL
when Config rule has been updated in the member account. -
UPDATE_IN_PROGRESS
when Config rule is being updated in the member account. -
UPDATE_FAILED
when Config rule deletion has failed in the member account.
Allowed values:
CREATE_SUCCESSFULCREATE_IN_PROGRESSCREATE_FAILEDDELETE_SUCCESSFULDELETE_FAILEDDELETE_IN_PROGRESSUPDATE_SUCCESSFULUPDATE_IN_PROGRESSUPDATE_FAILED
Limit
integerÂ
optional
OrganizationConfigRuleDetailedStatus
returned on each page. If you do not specify a number, Config uses the default. The default is 100.>= 0<= 100
NextToken
stringÂ
optional
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
OrganizationConfigRuleDetailedStatus
array[object (MemberAccountStatus) {6}]Â
optional
MemberAccountStatus
objects.AccountId
stringÂ
required
Match pattern:
\d{12}
ConfigRuleName
stringÂ
required
>= 1 characters<= 64 characters
MemberAccountRuleStatus
enum<string>Â
required
PutOrganizationConfigRule
action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule
action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletes OrganizationConfigRule
and disables service access for config-multiaccountsetup.amazonaws.com
. -
CREATE_SUCCESSFUL
when Config rule has been created in the member account. -
CREATE_IN_PROGRESS
when Config rule is being created in the member account. -
CREATE_FAILED
when Config rule creation has failed in the member account. -
DELETE_FAILED
when Config rule deletion has failed in the member account. -
DELETE_IN_PROGRESS
when Config rule is being deleted in the member account. -
DELETE_SUCCESSFUL
when Config rule has been deleted in the member account. -
UPDATE_SUCCESSFUL
when Config rule has been updated in the member account. -
UPDATE_IN_PROGRESS
when Config rule is being updated in the member account. -
UPDATE_FAILED
when Config rule deletion has failed in the member account.
Allowed values:
CREATE_SUCCESSFULCREATE_IN_PROGRESSCREATE_FAILEDDELETE_SUCCESSFULDELETE_FAILEDDELETE_IN_PROGRESSUPDATE_SUCCESSFULUPDATE_IN_PROGRESSUPDATE_FAILED
ErrorCode
stringÂ
optional
ErrorMessage
stringÂ
optional
LastUpdateTime
string <date-time>
optional
NextToken
stringÂ
optional
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.🟠480NoSuchOrganizationConfigRuleException
🟠481InvalidLimitException
🟠482InvalidNextTokenException
🟠483OrganizationAccessDeniedException
Modified at 2023-08-15 05:59:06