OutboundConnectionRemoteDomainInfoArgs

data class OutboundConnectionRemoteDomainInfoArgs(val domainName: Output<String>, val ownerId: Output<String>, val region: Output<String>) : ConvertibleToJava<OutboundConnectionRemoteDomainInfoArgs>

Constructors

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

Properties

Link copied to clipboard
val domainName: Output<String>

The name of the remote domain.

Link copied to clipboard
val ownerId: Output<String>

The Account ID of the owner of the remote domain.

Link copied to clipboard
val region: Output<String>

The region of the remote domain.

Functions

Link copied to clipboard
open override fun toJava(): OutboundConnectionRemoteDomainInfoArgs