OutboundConnectionRemoteDomainInfo

data class OutboundConnectionRemoteDomainInfo(val domainName: String, val ownerId: String, val region: String)

Constructors

Link copied to clipboard
constructor(domainName: String, ownerId: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the remote domain.

Link copied to clipboard

The Account ID of the owner of the remote domain.

Link copied to clipboard

The region of the remote domain.