ResourceIdArgs

data class ResourceIdArgs(val id: Output<String>) : ConvertibleToJava<ResourceIdArgs>

Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.

Constructors

Link copied to clipboard
constructor(id: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

The ID of the resource

Functions

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