ec2_create_vpc_endpoint_service_configuration: Creates a VPC endpoint service to which service consumers...

View source: R/ec2_operations.R

ec2_create_vpc_endpoint_service_configurationR Documentation

Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect

Description

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.

Usage

ec2_create_vpc_endpoint_service_configuration(
  DryRun = NULL,
  AcceptanceRequired = NULL,
  PrivateDnsName = NULL,
  NetworkLoadBalancerArns = NULL,
  GatewayLoadBalancerArns = NULL,
  SupportedIpAddressTypes = 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 is UnauthorizedOperation.

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 ipv4 and ipv6.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.