Endpoint

class Endpoint

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 in the Amazon Simple Storage Service User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of connectivity used to access the Amazon S3 on Outposts endpoint.

Link copied to clipboard

The VPC CIDR committed by this endpoint.

Link copied to clipboard

The time the endpoint was created.

Link copied to clipboard

The ID of the customer-owned IPv4 address pool used for the endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

The failure reason, if any, for a create or delete endpoint operation.

Link copied to clipboard

The network interface of the endpoint.

Link copied to clipboard

The ID of the Outposts.

Link copied to clipboard

The ID of the security group used for the endpoint.

Link copied to clipboard

The status of the endpoint.

Link copied to clipboard

The ID of the subnet used for the endpoint.

Link copied to clipboard

The ID of the VPC used for the endpoint.

Functions

Link copied to clipboard
inline fun copy(block: Endpoint.Builder.() -> Unit = {}): Endpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String