paws.compute (version 0.1.0)

ec2_create_vpc_endpoint_service_configuration: Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect

Description

Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect. Service consumers can create an interface VPC endpoint to connect to your service.

Usage

ec2_create_vpc_endpoint_service_configuration(DryRun,
  AcceptanceRequired, NetworkLoadBalancerArns, ClientToken)

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 is UnauthorizedOperation.

AcceptanceRequired

Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.

NetworkLoadBalancerArns

[required] The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

ClientToken

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

Request syntax

svc$create_vpc_endpoint_service_configuration(
  DryRun = TRUE|FALSE,
  AcceptanceRequired = TRUE|FALSE,
  NetworkLoadBalancerArns = list(
    "string"
  ),
  ClientToken = "string"
)

Details

To create an endpoint service configuration, you must first create a Network Load Balancer for your service. For more information, see VPC Endpoint Services in the Amazon Virtual Private Cloud User Guide.