Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect
Source:R/ec2_operations.R
ec2_create_vpc_endpoint_service_configuration.RdCreates 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.
Usage
ec2_create_vpc_endpoint_service_configuration(
DryRun = NULL,
AcceptanceRequired = NULL,
PrivateDnsName = NULL,
NetworkLoadBalancerArns = NULL,
GatewayLoadBalancerArns = NULL,
SupportedIpAddressTypes = NULL,
SupportedRegions = NULL,
ClientToken = NULL,
TagSpecifications = NULL
)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 isUnauthorizedOperation.- AcceptanceRequired
Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.
- PrivateDnsName
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
- NetworkLoadBalancerArns
The Amazon Resource Names (ARNs) of the Network Load Balancers.
- GatewayLoadBalancerArns
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
- SupportedIpAddressTypes
The supported IP address types. The possible values are
ipv4andipv6.- SupportedRegions
The Regions from which service consumers can access the service.
- ClientToken
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.