greengrass:UpdateConnectivityInfo is a Write access-level action in the greengrass service. Grants permission to update the connectivity information for a Greengrass core. Any devices that belong to the group that has this core will receive this information in order to find the location of the core and connect to it
ARNs that greengrass:UpdateConnectivityInfo can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows greengrass:UpdateConnectivityInfo. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGreengrassUpdateConnectivityInfo",
"Effect": "Allow",
"Action": "greengrass:UpdateConnectivityInfo",
"Resource": "*"
}
]
}