VpcEndpointServicePrivateDnsNameConfiguration

data class VpcEndpointServicePrivateDnsNameConfiguration(val name: String? = null, val state: String? = null, val type: String? = null, val value: String? = null)

Constructors

constructor(name: String? = null, state: String? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the record subdomain the service provider needs to create.

Link copied to clipboard
val state: String? = null

Verification state of the VPC endpoint service. Consumers of the endpoint service can use the private name only when the state is verified.

Link copied to clipboard
val type: String? = null

Endpoint service verification type, for example TXT.

Link copied to clipboard
val value: String? = null

Value the service provider adds to the private DNS name domain record before verification.