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
Using getTags
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 getTags(args: GetTagsArgs, opts?: InvokeOptions): Promise<GetTagsResult>
function getTagsOutput(args: GetTagsOutputArgs, opts?: InvokeOptions): Output<GetTagsResult>def get_tags(output_file: Optional[str] = None,
resource_ids: Optional[Sequence[str]] = None,
resource_type: Optional[str] = None,
tag_filters: Optional[Sequence[GetTagsTagFilter]] = None,
tag_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTagsResult
def get_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[GetTagsTagFilterArgs]]]] = None,
tag_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTagsResult]func GetTags(ctx *Context, args *GetTagsArgs, opts ...InvokeOption) (*GetTagsResult, error)
func GetTagsOutput(ctx *Context, args *GetTagsOutputArgs, opts ...InvokeOption) GetTagsResultOutput> Note: This function is named GetTags in the Go SDK.
public static class GetTags
{
public static Task<GetTagsResult> InvokeAsync(GetTagsArgs args, InvokeOptions? opts = null)
public static Output<GetTagsResult> Invoke(GetTagsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
public static Output<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:nlb/getTags:getTags
arguments:
# arguments dictionaryThe following arguments are supported:
- Resource
Type string - Output
File string - Resource
Ids List<string> - Tag
Filters List<GetTags Tag Filter> - Tag
Type string
- Resource
Type string - Output
File string - Resource
Ids []string - Tag
Filters []GetTags Tag Filter - Tag
Type string
- resource
Type String - output
File String - resource
Ids List<String> - tag
Filters List<GetTags Tag Filter> - tag
Type String
- resource
Type string - output
File string - resource
Ids string[] - tag
Filters GetTags Tag Filter[] - tag
Type string
- resource_
type str - output_
file str - resource_
ids Sequence[str] - tag_
filters Sequence[GetTags Tag Filter] - tag_
type str
- resource
Type String - output
File String - resource
Ids List<String> - tag
Filters List<Property Map> - tag
Type String
getTags Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Type string -
List<Get
Tags Tag> - Total
Count int - Output
File string - Resource
Ids List<string> - Tag
Filters List<GetTags Tag Filter> - Tag
Type string
- Id string
- The provider-assigned unique ID for this managed resource.
- Resource
Type string -
[]Get
Tags Tag - Total
Count int - Output
File string - Resource
Ids []string - Tag
Filters []GetTags Tag Filter - Tag
Type string
- id String
- The provider-assigned unique ID for this managed resource.
- resource
Type String -
List<Get
Tags Tag> - total
Count Integer - output
File String - resource
Ids List<String> - tag
Filters List<GetTags Tag Filter> - tag
Type String
- id string
- The provider-assigned unique ID for this managed resource.
- resource
Type string -
Get
Tags Tag[] - total
Count number - output
File string - resource
Ids string[] - tag
Filters GetTags Tag Filter[] - tag
Type string
- id str
- The provider-assigned unique ID for this managed resource.
- resource_
type str -
Sequence[Get
Tags Tag] - total_
count int - output_
file str - resource_
ids Sequence[str] - tag_
filters Sequence[GetTags Tag 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
GetTagsTag
- 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.
GetTagsTagFilter
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
