PrivateLinkResourceArgs

data class PrivateLinkResourceArgs(val groupId: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val requiredMembers: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<PrivateLinkResourceArgs>

A private link resource

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, requiredMembers: Output<List<String>>? = null, type: Output<String>? = null)

Properties

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

The group ID of the resource.

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

The ID of the private link resource.

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

The name of the private link resource.

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

The RequiredMembers of the resource

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

The resource type.

Functions

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