ServiceDetail

Describes a VPC endpoint service.

Types

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

Properties

Link copied to clipboard

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

Link copied to clipboard

The Availability Zones in which the service is available.

Link copied to clipboard

The DNS names for the service.

Link copied to clipboard

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

Link copied to clipboard

The Amazon Web Services account ID of the service owner.

Link copied to clipboard

The payer responsibility.

Link copied to clipboard

The private DNS name for the service.

Link copied to clipboard

The private DNS names assigned to the VPC endpoint service.

Link copied to clipboard

The verification state of the VPC endpoint service.

Link copied to clipboard

The ID of the endpoint service.

Link copied to clipboard

The name of the service.

Link copied to clipboard

The type of service.

Link copied to clipboard

The supported IP address types.

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

The tags assigned to the service.

Link copied to clipboard

Indicates whether the service supports endpoint policies.

Functions

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