1. Packages
  2. Volcengine
  3. API Docs
  4. nlb
  5. Tags
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
volcengine logo
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
    Deprecated: volcengine.nlb.Tags has been deprecated in favor of volcengine.nlb.getTags

    Using Tags

    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 tags(args: TagsArgs, opts?: InvokeOptions): Promise<TagsResult>
    function tagsOutput(args: TagsOutputArgs, opts?: InvokeOptions): Output<TagsResult>
    def tags(output_file: Optional[str] = None,
             resource_ids: Optional[Sequence[str]] = None,
             resource_type: Optional[str] = None,
             tag_filters: Optional[Sequence[TagsTagFilter]] = None,
             tag_type: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> TagsResult
    def tags_output(output_file: Optional[pulumi.Input[str]] = None,
             resource_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
             resource_type: Optional[pulumi.Input[str]] = None,
             tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[TagsTagFilterArgs]]]] = None,
             tag_type: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[TagsResult]
    func Tags(ctx *Context, args *TagsArgs, opts ...InvokeOption) (*TagsResult, error)
    func TagsOutput(ctx *Context, args *TagsOutputArgs, opts ...InvokeOption) TagsResultOutput
    public static class Tags 
    {
        public static Task<TagsResult> InvokeAsync(TagsArgs args, InvokeOptions? opts = null)
        public static Output<TagsResult> Invoke(TagsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<TagsResult> tags(TagsArgs args, InvokeOptions options)
    public static Output<TagsResult> tags(TagsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:nlb:Tags
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Tags Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceType string
    Tags List<TagsTag>
    TotalCount int
    OutputFile string
    ResourceIds List<string>
    TagFilters List<TagsTagFilter>
    TagType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceType string
    Tags []TagsTag
    TotalCount int
    OutputFile string
    ResourceIds []string
    TagFilters []TagsTagFilter
    TagType string
    id String
    The provider-assigned unique ID for this managed resource.
    resourceType String
    tags List<TagsTag>
    totalCount Integer
    outputFile String
    resourceIds List<String>
    tagFilters List<TagsTagFilter>
    tagType String
    id string
    The provider-assigned unique ID for this managed resource.
    resourceType string
    tags TagsTag[]
    totalCount number
    outputFile string
    resourceIds string[]
    tagFilters TagsTagFilter[]
    tagType string
    id str
    The provider-assigned unique ID for this managed resource.
    resource_type str
    tags Sequence[TagsTag]
    total_count int
    output_file str
    resource_ids Sequence[str]
    tag_filters Sequence[TagsTagFilter]
    tag_type str
    id String
    The provider-assigned unique ID for this managed resource.
    resourceType String
    tags List<Property Map>
    totalCount Number
    outputFile String
    resourceIds List<String>
    tagFilters List<Property Map>
    tagType String

    Supporting Types

    TagsTag

    Key string
    The key of the tag.
    ResourceId string
    The id of the resource.
    ResourceType string
    The type of the resource.
    Value string
    The value of the tag.
    Key string
    The key of the tag.
    ResourceId string
    The id of the resource.
    ResourceType string
    The type of the resource.
    Value string
    The value of the tag.
    key String
    The key of the tag.
    resourceId String
    The id of the resource.
    resourceType String
    The type of the resource.
    value String
    The value of the tag.
    key string
    The key of the tag.
    resourceId string
    The id of the resource.
    resourceType string
    The type of the resource.
    value string
    The value of the tag.
    key str
    The key of the tag.
    resource_id str
    The id of the resource.
    resource_type str
    The type of the resource.
    value str
    The value of the tag.
    key String
    The key of the tag.
    resourceId String
    The id of the resource.
    resourceType String
    The type of the resource.
    value String
    The value of the tag.

    TagsTagFilter

    Key string
    The key of the tag.
    Values List<string>
    The values of the tag.
    Key string
    The key of the tag.
    Values []string
    The values of the tag.
    key String
    The key of the tag.
    values List<String>
    The values of the tag.
    key string
    The key of the tag.
    values string[]
    The values of the tag.
    key str
    The key of the tag.
    values Sequence[str]
    The values of the tag.
    key String
    The key of the tag.
    values List<String>
    The values of the tag.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Viewing docs for Volcengine v0.0.47
    published on Friday, Mar 13, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.