Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
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) TagsResultOutputpublic 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 dictionaryThe following arguments are supported:
- Resource
Type string - Output
File string - Resource
Ids List<string> - Tag
Filters List<TagsTag Filter> - Tag
Type string
- Resource
Type string - Output
File string - Resource
Ids []string - Tag
Filters []TagsTag Filter - Tag
Type string
- resource
Type String - output
File String - resource
Ids List<String> - tag
Filters List<TagsTag Filter> - tag
Type String
- resource
Type string - output
File string - resource
Ids string[] - tag
Filters TagsTag Filter[] - tag
Type string
- resource_
type str - output_
file str - resource_
ids Sequence[str] - tag_
filters Sequence[TagsTag Filter] - tag_
type str
- resource
Type String - output
File String - resource
Ids List<String> - tag
Filters List<Property Map> - tag
Type String
Tags Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Type string -
List<Tags
Tag> - Total
Count int - Output
File string - Resource
Ids List<string> - Tag
Filters List<TagsTag Filter> - Tag
Type string
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Type string -
[]Tags
Tag - Total
Count int - Output
File string - Resource
Ids []string - Tag
Filters []TagsTag Filter - Tag
Type string
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Type String -
List<Tags
Tag> - total
Count Integer - output
File String - resource
Ids List<String> - tag
Filters List<TagsTag Filter> - tag
Type String
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Type string -
Tags
Tag[] - total
Count number - output
File string - resource
Ids string[] - tag
Filters TagsTag Filter[] - tag
Type string
- id str
- The provider-assigned unique ID for this managed resource.
- resource_
type str -
Sequence[Tags
Tag] - total_
count int - output_
file str - resource_
ids Sequence[str] - tag_
filters Sequence[TagsTag Filter] - tag_
type str
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Type String - List<Property Map>
- total
Count Number - output
File String - resource
Ids List<String> - tag
Filters List<Property Map> - tag
Type String
Supporting Types
TagsTag
- Key string
- The key of the tag.
- Resource
Id string - The id of the resource.
- Resource
Type string - The type of the resource.
- Value string
- The value of the tag.
- Key string
- The key of the tag.
- Resource
Id string - The id of the resource.
- Resource
Type string - The type of the resource.
- Value string
- The value of the tag.
- key String
- The key of the tag.
- resource
Id String - The id of the resource.
- resource
Type String - The type of the resource.
- value String
- The value of the tag.
- key string
- The key of the tag.
- resource
Id string - The id of the resource.
- resource
Type 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.
- resource
Id String - The id of the resource.
- resource
Type String - The type of the resource.
- value String
- The value of the tag.
TagsTagFilter
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
