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"
}'
{
"OrganizationConfigRuleDetailedStatus": [],
"NextToken": "string"
}
StatusDetailFilters
object.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.OrganizationConfigRuleDetailedStatus
returned on each page. If you do not specify a number, Config uses the default. The default is 100.nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.MemberAccountStatus
objects.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.nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.