/AWS1/CL_EC2=>MODIFYVPCENDPOINT()
¶
About ModifyVpcEndpoint¶
Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the Amazon Web Services PrivateLink Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_VPCENDPOINTID
TYPE /AWS1/EC2VPCENDPOINTID
/AWS1/EC2VPCENDPOINTID
¶
The ID of the endpoint.
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 isUnauthorizedOperation
.
IV_RESETPOLICY
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
(Gateway endpoint) Specify
true
to reset the policy document to the default policy. The default policy allows full access to the service.
IV_POLICYDOCUMENT
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.
IT_ADDROUTETABLEIDS
TYPE /AWS1/CL_EC2VPCENDPTROUTETBL00=>TT_VPCENDPOINTROUTETABLEIDLIST
TT_VPCENDPOINTROUTETABLEIDLIST
¶
(Gateway endpoint) The IDs of the route tables to associate with the endpoint.
IT_REMOVEROUTETABLEIDS
TYPE /AWS1/CL_EC2VPCENDPTROUTETBL00=>TT_VPCENDPOINTROUTETABLEIDLIST
TT_VPCENDPOINTROUTETABLEIDLIST
¶
(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.
IT_ADDSUBNETIDS
TYPE /AWS1/CL_EC2VPCENDPTSNETIDLS00=>TT_VPCENDPOINTSUBNETIDLIST
TT_VPCENDPOINTSUBNETIDLIST
¶
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
IT_REMOVESUBNETIDS
TYPE /AWS1/CL_EC2VPCENDPTSNETIDLS00=>TT_VPCENDPOINTSUBNETIDLIST
TT_VPCENDPOINTSUBNETIDLIST
¶
(Interface endpoint) The IDs of the subnets from which to remove the endpoint.
IT_ADDSECURITYGROUPIDS
TYPE /AWS1/CL_EC2VPCENDPTSECGRIDL00=>TT_VPCENDPTSECURITYGROUPIDLIST
TT_VPCENDPTSECURITYGROUPIDLIST
¶
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.
IT_REMOVESECURITYGROUPIDS
TYPE /AWS1/CL_EC2VPCENDPTSECGRIDL00=>TT_VPCENDPTSECURITYGROUPIDLIST
TT_VPCENDPTSECURITYGROUPIDLIST
¶
(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.
IV_IPADDRESSTYPE
TYPE /AWS1/EC2IPADDRESSTYPE
/AWS1/EC2IPADDRESSTYPE
¶
The IP address type for the endpoint.
IO_DNSOPTIONS
TYPE REF TO /AWS1/CL_EC2DNSOPTIONSSPEC
/AWS1/CL_EC2DNSOPTIONSSPEC
¶
The DNS options for the endpoint.
IV_PRIVATEDNSENABLED
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.
IT_SUBNETCONFIGURATIONS
TYPE /AWS1/CL_EC2SUBNETCONF=>TT_SUBNETCONFIGURATIONSLIST
TT_SUBNETCONFIGURATIONSLIST
¶
The subnet configurations for the endpoint.