You must be logged in to view saved presets
A VPC endpoint policy that restricts access through the endpoint to the specified IAM role in the account
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"*"
],
"Principal": "*",
"Resource": [
"*"
],
"Effect": "Allow",
"Condition": {
"ArnEquals": {
"aws:PrincipalArn": ""
}
}
}
]
}