GetVpceConfigurationResult

data class GetVpceConfigurationResult(val arn: String? = null, val serviceDnsName: String? = null, val tags: List<Tag>? = null, val vpceConfigurationDescription: String? = null, val vpceConfigurationName: String? = null, val vpceServiceName: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, serviceDnsName: String? = null, tags: List<Tag>? = null, vpceConfigurationDescription: String? = null, vpceConfigurationName: String? = null, vpceServiceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the VPC endpoint. See Amazon resource names in the General Reference guide .

Link copied to clipboard
val serviceDnsName: String? = null

The DNS name that Device Farm will use to map to the private service you want to access.

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

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

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
val vpceServiceName: String? = null

The name of the VPC endpoint service that you want to access from Device Farm. The name follows the format com.amazonaws.vpce.us-west-2.vpce-svc-id .