vpc-lattice:UpdateListener

Write

vpc-lattice:UpdateListener is a Write access-level action in the vpc-lattice service. Grants permission to update a listener

Resource types

ARNs that vpc-lattice:UpdateListener can be scoped to in an IAM policy.

arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}/listener/${ListenerId}
Listener

Condition keys

Keys you can use in the Condition block of a policy that grants vpc-lattice:UpdateListener.

aws:RequestTag/${TagKey} String

Filters access by the presence of tag key-value pairs in the request

aws:ResourceTag/${TagKey} String

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

aws:TagKeys ArrayOfString

Filters access by the presence of tag keys in the request

vpc-lattice:CreateAction String

Filters access by the name of a resource-creating API action

vpc-lattice:Protocol String

Filters access by the protocol specified in the request

vpc-lattice:TargetGroupArns ArrayOfARN

Filters access by the ARNs of target groups

Example IAM policy

A minimal policy that allows vpc-lattice:UpdateListener. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowVpclatticeUpdateListener",
      "Effect": "Allow",
      "Action": "vpc-lattice:UpdateListener",
      "Resource": "*"
    }
  ]
}

Related actions in vpc-lattice

View all vpc-lattice actions →