GetEndpointResult

data class GetEndpointResult(val arn: String? = null, val cidrBlock: String? = null, val creationTime: String? = null, val failedReason: EndpointFailedReason? = null, val id: String? = null, val networkInterfaces: List<EndpointNetworkInterface>? = null, val status: EndpointStatus? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, cidrBlock: String? = null, creationTime: String? = null, failedReason: EndpointFailedReason? = null, id: String? = null, networkInterfaces: List<EndpointNetworkInterface>? = null, status: EndpointStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard
val cidrBlock: String? = null

The VPC CIDR committed by this endpoint.

Link copied to clipboard
val creationTime: String? = null

The time the endpoint was created.

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

The ID of the endpoint.

Link copied to clipboard

The network interfaces of the endpoint.

Link copied to clipboard
val status: EndpointStatus? = null

The status of the endpoint.