sqlworkbench:AssociateNotebookWithTab is a Write access-level action in the sqlworkbench service. Grants permission to associate notebook to a tab
ARNs that sqlworkbench:AssociateNotebookWithTab can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants sqlworkbench:AssociateNotebookWithTab.
Filters access by the tags that are associated with the resource
A minimal policy that allows sqlworkbench:AssociateNotebookWithTab. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSqlworkbenchAssociateNotebookWithTab",
"Effect": "Allow",
"Action": "sqlworkbench:AssociateNotebookWithTab",
"Resource": "*"
}
]
}