private-networks:ActivateNetworkSite

Write

private-networks:ActivateNetworkSite is a Write access-level action in the private-networks service. Grants permission to activate a network site

Resource types

ARNs that private-networks:ActivateNetworkSite can be scoped to in an IAM policy.

arn:${Partition}:private-networks:${Region}:${Account}:network-site/${NetworkName}/${NetworkSiteName}
network-site
arn:${Partition}:private-networks:${Region}:${Account}:order/${NetworkName}/${OrderId}
order

Condition keys

Keys you can use in the Condition block of a policy that grants private-networks:ActivateNetworkSite.

aws:ResourceTag/${TagKey} String

Filters access by checking tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows private-networks:ActivateNetworkSite. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPrivatenetworksActivateNetworkSite",
      "Effect": "Allow",
      "Action": "private-networks:ActivateNetworkSite",
      "Resource": "*"
    }
  ]
}

Related actions in private-networks

View all private-networks actions →