VpceConfiguration

Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the VPC endpoint configuration.

Link copied to clipboard

The DNS name that maps to the private IP address of the service you want to access.

Link copied to clipboard

An optional description that provides details about your VPC endpoint configuration.

Link copied to clipboard

The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

Link copied to clipboard

The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

Functions

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