OutboundConnectionLocalDomainInfoArgs

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

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 local domain.

Link copied to clipboard
val ownerId: Output<String>

The Account ID of the owner of the local domain.

Link copied to clipboard
val region: Output<String>

The region of the local domain.

Functions

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