SubResourceArgs

data class SubResourceArgs(val id: Output<String>? = null) : ConvertibleToJava<SubResourceArgs>

Reference to another subresource.

Constructors

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

Properties

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

Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.

Functions

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