shield:UpdateApplicationLayerAutomaticResponse is a Write access-level action in the shield service. Grants permission to update application layer automatic response for Shield Advanced protection for a resource
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use shield:UpdateApplicationLayerAutomaticResponse you may also need to grant:
A minimal policy that allows shield:UpdateApplicationLayerAutomaticResponse. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowShieldUpdateApplicationLayerAutomaticResponse",
"Effect": "Allow",
"Action": "shield:UpdateApplicationLayerAutomaticResponse",
"Resource": "*"
}
]
}