AWS.S3Outposts (aws-elixir v0.10.1) View Source

Amazon S3 on Outposts provides access to S3 on Outposts operations.

Link to this section Summary

Functions

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.

Link to this section Functions

Link to this function

create_endpoint(client, input, options \\ [])

View Source

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.

S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC only access points.

This action creates an endpoint and associates it with the specified Outposts.

It can take up to 5 minutes for this action to complete.

Related actions include:

DeleteEndpoint ListEndpoints

Link to this function

delete_endpoint(client, input, options \\ [])

View Source

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.

S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC only access points.

This action deletes an endpoint.

It can take up to 5 minutes for this action to complete.

Related actions include:

CreateEndpoint ListEndpoints

Link to this function

list_endpoints(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.

S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC only access points.

This action lists endpoints associated with the Outposts.

Related actions include:

CreateEndpoint DeleteEndpoint