DatabaseInstanceDnsName

data class DatabaseInstanceDnsName(val connectionType: String? = null, val dnsScope: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(connectionType: String? = null, dnsScope: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionType: String? = null

The connection type of the DNS name. Can be either PUBLIC, PRIVATE_SERVICES_ACCESS, or PRIVATE_SERVICE_CONNECT.

Link copied to clipboard
val dnsScope: String? = null

The scope that the DNS name applies to.

Link copied to clipboard
val name: String? = null

The name of the instance. If the name is left blank, the provider will randomly generate one when the instance is first created. This is done because after a name is used, it cannot be reused for up to one week.