ec2_modify_vpc_endpoint_service_payer_responsibility: Modifies the payer responsibility for your VPC endpoint...

View source: R/ec2_operations.R

ec2_modify_vpc_endpoint_service_payer_responsibilityR Documentation

Modifies the payer responsibility for your VPC endpoint service

Description

Modifies the payer responsibility for your VPC endpoint service.

See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_endpoint_service_payer_responsibility/ for full documentation.

Usage

ec2_modify_vpc_endpoint_service_payer_responsibility(
  DryRun = NULL,
  ServiceId,
  PayerResponsibility
)

Arguments

DryRun

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.

ServiceId

[required] The ID of the service.

PayerResponsibility

[required] The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.


paws.compute documentation built on May 29, 2024, 9:16 a.m.