A VPC endpoint policy that restricts access through the endpoint to principals in the specified Organization

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "*"
            ],
            "Principal": "*",
            "Resource": [
                "*"
            ],
            "Effect": "Allow",
            "Condition": {
                "StringEquals": {
                    "aws:PrincipalOrgID": [
                        ""
                    ]
                }
            }
        }
    ]
}

Actions



Customize Template

Custommize Policy

* Required field