VpcEndpoint

Describes a VPC endpoint.

Types

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

Properties

Link copied to clipboard

The date and time that the endpoint was created.

Link copied to clipboard

(Interface endpoint) The DNS entries for the endpoint.

Link copied to clipboard

The DNS options for the endpoint.

Link copied to clipboard

Reason for the failure.

Link copied to clipboard

(Interface endpoint) Information about the security groups that are associated with the network interface.

Link copied to clipboard

The IP address type for the endpoint.

Link copied to clipboard

Array of IPv4 prefixes.

Link copied to clipboard

Array of IPv6 prefixes.

Link copied to clipboard

The last error that occurred for endpoint.

Link copied to clipboard

(Interface endpoint) The network interfaces for the endpoint.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the endpoint.

Link copied to clipboard

The policy document associated with the endpoint, if applicable.

Link copied to clipboard

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

Link copied to clipboard

Indicates whether the endpoint is being managed by its service.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource configuration.

Link copied to clipboard

(Gateway endpoint) The IDs of the route tables associated with the endpoint.

Link copied to clipboard

The name of the service to which the endpoint is associated.

Link copied to clipboard

The Amazon Resource Name (ARN) of the service network.

Link copied to clipboard

The Region where the service is hosted.

Link copied to clipboard
val state: State?

The state of the endpoint.

Link copied to clipboard

(Interface endpoint) The subnets for the endpoint.

Link copied to clipboard
val tags: List<Tag>?

The tags assigned to the endpoint.

Link copied to clipboard

The ID of the endpoint.

Link copied to clipboard

The type of endpoint.

Link copied to clipboard

The ID of the VPC to which the endpoint is associated.

Functions

Link copied to clipboard
inline fun copy(block: VpcEndpoint.Builder.() -> Unit = {}): VpcEndpoint
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