http://securityhub.{region}.amazonaws.com/standards/control/{StandardsControlArn}Used to control whether an individual security standard control is enabled or disabled.
The ARN of the security standard control to enable or disable.
The updated status of the security standard control.
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PATCH \2 --url 'http://securityhub.{region}.amazonaws.com/standards/control/{StandardsControlArn}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://securityhub.{region}.amazonaws.com/standards/control/{StandardsControlArn}Used to control whether an individual security standard control is enabled or disabled.
The ARN of the security standard control to enable or disable.
The updated status of the security standard control.
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PATCH \2 --url 'http://securityhub.{region}.amazonaws.com/standards/control/{StandardsControlArn}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}