Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
LinkTag data source
Using getLinkTag
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLinkTag(args: GetLinkTagArgs, opts?: InvokeOptions): Promise<GetLinkTagResult>
function getLinkTagOutput(args: GetLinkTagOutputArgs, opts?: InvokeOptions): Output<GetLinkTagResult>def get_link_tag(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLinkTagResult
def get_link_tag_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLinkTagResult]func LookupLinkTag(ctx *Context, args *LookupLinkTagArgs, opts ...InvokeOption) (*LookupLinkTagResult, error)
func LookupLinkTagOutput(ctx *Context, args *LookupLinkTagOutputArgs, opts ...InvokeOption) LookupLinkTagResultOutput> Note: This function is named LookupLinkTag in the Go SDK.
public static class GetLinkTag
{
public static Task<GetLinkTagResult> InvokeAsync(GetLinkTagArgs args, InvokeOptions? opts = null)
public static Output<GetLinkTagResult> Invoke(GetLinkTagInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLinkTagResult> getLinkTag(GetLinkTagArgs args, InvokeOptions options)
public static Output<GetLinkTagResult> getLinkTag(GetLinkTagArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getLinkTag:getLinkTag
arguments:
# arguments dictionaryThe following arguments are supported:
getLinkTag Result
The following output properties are available:
- Color string
- The color of the link tag
- Comments string
- Description of the link tag
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the link tag
- Name string
- The name of the link tag
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Color string
- The color of the link tag
- Comments string
- Description of the link tag
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the link tag
- Name string
- The name of the link tag
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- color String
- The color of the link tag
- comments String
- Description of the link tag
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- UUID of the link tag
- name String
- The name of the link tag
- snippet String
- The snippet in which the resource is defined
- tfid String
- color string
- The color of the link tag
- comments string
- Description of the link tag
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- id string
- UUID of the link tag
- name string
- The name of the link tag
- snippet string
- The snippet in which the resource is defined
- tfid string
- color str
- The color of the link tag
- comments str
- Description of the link tag
- device str
- The device in which the resource is defined
- folder str
- The folder in which the resource is defined
- id str
- UUID of the link tag
- name str
- The name of the link tag
- snippet str
- The snippet in which the resource is defined
- tfid str
- color String
- The color of the link tag
- comments String
- Description of the link tag
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- UUID of the link tag
- name String
- The name of the link tag
- snippet String
- The snippet in which the resource is defined
- tfid String
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
