interconnect:GetEnvironment

Read

interconnect:GetEnvironment is a Read access-level action in the interconnect service. Grants permission to describe an environment

Resource types

ARNs that interconnect:GetEnvironment can be scoped to in an IAM policy.

arn:${Partition}:interconnect:${Region}:${Account}:environment/${Id}
environment

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowInterconnectGetEnvironment",
      "Effect": "Allow",
      "Action": "interconnect:GetEnvironment",
      "Resource": "*"
    }
  ]
}

Related actions in interconnect

View all interconnect actions →