Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.
See https://www.paws-r-sdk.com/docs/ec2_create_vpc_endpoint_service_configuration/ for full documentation.
ec2_create_vpc_endpoint_service_configuration(
DryRun = NULL,
AcceptanceRequired = NULL,
PrivateDnsName = NULL,
NetworkLoadBalancerArns = NULL,
GatewayLoadBalancerArns = NULL,
SupportedIpAddressTypes = NULL,
ClientToken = NULL,
TagSpecifications = 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
.
Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
The Amazon Resource Names (ARNs) of the Network Load Balancers.
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
The supported IP address types. The possible values are ipv4
and
ipv6
.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
The tags to associate with the service.