discovery:GetNetworkConnectionGraph is a Read access-level action in the discovery service. Grants permission to GetNetworkConnectionGraph API. GetNetworkConnectionGraph accepts input list of one of - Ip Addresses, server ids or node ids. Returns a list of nodes and edges which help customer visualize network connection graph. This API is used for visualize network graph functionality in MigrationHub console
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows discovery:GetNetworkConnectionGraph. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDiscoveryGetNetworkConnectionGraph",
"Effect": "Allow",
"Action": "discovery:GetNetworkConnectionGraph",
"Resource": "*"
}
]
}