workspaces-web:CreateIpAccessSettings is a Write access-level action in the workspaces-web service. Grants permission to create ip access settings
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use workspaces-web:CreateIpAccessSettings you may also need to grant:
A minimal policy that allows workspaces-web:CreateIpAccessSettings. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWorkspaceswebCreateIpAccessSettings",
"Effect": "Allow",
"Action": "workspaces-web:CreateIpAccessSettings",
"Resource": "*"
}
]
}