Function createUrn

  • createUrn computes a URN from the combination of a resource name, resource type, optional parent, optional project and optional stack.

    Parameters

    • name: Input<string>
    • type: Input<string>
    • Optional parent: Resource | Input<string>
    • Optional project: string
    • Optional stack: string

    Returns Output<string>

Generated using TypeDoc