ec2_create_instance_connect_endpoint: Creates an EC2 Instance Connect Endpoint

View source: R/ec2_operations.R

ec2_create_instance_connect_endpointR Documentation

Creates an EC2 Instance Connect Endpoint

Description

Creates an EC2 Instance Connect Endpoint.

See https://www.paws-r-sdk.com/docs/ec2_create_instance_connect_endpoint/ for full documentation.

Usage

ec2_create_instance_connect_endpoint(
  DryRun = NULL,
  SubnetId,
  SecurityGroupIds = NULL,
  PreserveClientIp = 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.

SubnetId

[required] The ID of the subnet in which to create the EC2 Instance Connect Endpoint.

SecurityGroupIds

One or more security groups to associate with the endpoint. If you don't specify a security group, the default security group for your VPC will be associated with the endpoint.

PreserveClientIp

Indicates whether your client's IP address is preserved as the source. The value is true or false.

  • If true, your client's IP address is used when you connect to a resource.

  • If false, the elastic network interface IP address is used when you connect to a resource.

Default: true

ClientToken

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

TagSpecifications

The tags to apply to the EC2 Instance Connect Endpoint during creation.


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