View source: R/ec2_operations.R
ec2_create_vpc_endpoint_service_configuration | R Documentation |
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
)
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 |
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 |
ClientToken |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency. |
TagSpecifications |
The tags to associate with the service. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.