Skip to content

/AWS1/CL_EC2=>MODIFYVPCENDPOINTSERVICECONF()

About ModifyVpcEndpointServiceConfiguration

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

If you set or modify the private DNS name, you must prove that you own the private DNS domain name.

Method Signature

IMPORTING

Required arguments:

IV_SERVICEID TYPE /AWS1/EC2VPCENDPOINTSERVICEID /AWS1/EC2VPCENDPOINTSERVICEID

The ID of the service.

Optional arguments:

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

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.

IV_PRIVATEDNSNAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

(Interface endpoint configuration) The private DNS name to assign to the endpoint service.

IV_REMOVEPRIVATEDNSNAME TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

(Interface endpoint configuration) Removes the private DNS name of the endpoint service.

IV_ACCEPTANCEREQUIRED TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether requests to create an endpoint to your service must be accepted.

IT_ADDNETWORKLOADBALANCERA00 TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

IT_REMNETWORKLOADBALANCERA00 TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

IT_ADDGWLOADBALANCERARNS TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST

The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.

IT_REMOVEGWLOADBALANCERARNS TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST

The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.

IT_ADDSUPPEDIPADDRESSTYPES TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST

The IP address types to add to your service configuration.

IT_REMSUPPEDIPADDRESSTYPES TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST TT_VALUESTRINGLIST

The IP address types to remove from your service configuration.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2MODVPCENDPTSVCCO01 /AWS1/CL_EC2MODVPCENDPTSVCCO01