PrivateLinkServiceConnectionArgs

data class PrivateLinkServiceConnectionArgs(val groupIds: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val privateLinkServiceId: Output<String>? = null, val requestMessage: Output<String>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionArgs>

PrivateLinkServiceConnection resource.

Constructors

Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, privateLinkServiceId: Output<String>? = null, requestMessage: 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.

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

Resource ID.

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

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

A collection of read-only information about the state of the connection to the remote resource.

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

The resource id of private link service.

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

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

Functions

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