greengrass:GetConnectivityInfo

Read

greengrass:GetConnectivityInfo is a Read access-level action in the greengrass service. Grants permission to retrieve the connectivity information for a core

Resource types

ARNs that greengrass:GetConnectivityInfo can be scoped to in an IAM policy.

arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/things/${ThingName}/connectivityInfo
connectivityInfo

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows greengrass:GetConnectivityInfo. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGreengrassGetConnectivityInfo",
      "Effect": "Allow",
      "Action": "greengrass:GetConnectivityInfo",
      "Resource": "*"
    }
  ]
}

Related actions in greengrass

View all greengrass actions →