PrivateLinkServiceConnectionArgs

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

Represents of an NRP private link service connection.

Constructors

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

Properties

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

Gets or sets group ids.

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

Gets or sets private link service connection name.

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

Gets or sets the request message for the private link service connection.

Functions

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