s3outposts_create_endpoint: Creates an endpoint and associates it with the specified...

View source: R/s3outposts_operations.R

s3outposts_create_endpointR Documentation

Creates an endpoint and associates it with the specified Outpost

Description

Creates an endpoint and associates it with the specified Outpost.

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

Usage

s3outposts_create_endpoint(
  OutpostId,
  SubnetId,
  SecurityGroupId,
  AccessType = NULL,
  CustomerOwnedIpv4Pool = NULL
)

Arguments

OutpostId

[required] The ID of the Outposts.

SubnetId

[required] The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.

SecurityGroupId

[required] The ID of the security group to use with the endpoint.

AccessType

The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).

Private is the default access type value.

CustomerOwnedIpv4Pool

The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.