PrivateLinkServiceConnectionArgs

data class PrivateLinkServiceConnectionArgs(val groupIds: Output<List<String>>? = null, val privateLinkServiceId: Output<String>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionArgs>

A grouping of information about the connection to the remote resource.

Constructors

Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateLinkServiceId: Output<String>? = null)

Properties

Link copied to clipboard
val groupIds: Output<List<String>>? = null

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.

Link copied to clipboard
val privateLinkServiceId: Output<String>? = null

The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.

Functions

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