Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to your endpoint service.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_endpoint_service_permissions/ for full documentation.
ec2_modify_vpc_endpoint_service_permissions(
DryRun = NULL,
ServiceId,
AddAllowedPrincipals = NULL,
RemoveAllowedPrincipals = NULL
)
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
[required] The ID of the service.
The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).
The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.