1. Packages
  2. Vantage Provider
  3. API Docs
  4. getVirtualTagConfigs
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.getVirtualTagConfigs

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

    Using getVirtualTagConfigs

    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 getVirtualTagConfigs(opts?: InvokeOptions): Promise<GetVirtualTagConfigsResult>
    function getVirtualTagConfigsOutput(opts?: InvokeOptions): Output<GetVirtualTagConfigsResult>
    def get_virtual_tag_configs(opts: Optional[InvokeOptions] = None) -> GetVirtualTagConfigsResult
    def get_virtual_tag_configs_output(opts: Optional[InvokeOptions] = None) -> Output[GetVirtualTagConfigsResult]
    func GetVirtualTagConfigs(ctx *Context, opts ...InvokeOption) (*GetVirtualTagConfigsResult, error)
    func GetVirtualTagConfigsOutput(ctx *Context, opts ...InvokeOption) GetVirtualTagConfigsResultOutput

    > Note: This function is named GetVirtualTagConfigs in the Go SDK.

    public static class GetVirtualTagConfigs 
    {
        public static Task<GetVirtualTagConfigsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetVirtualTagConfigsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualTagConfigsResult> getVirtualTagConfigs(InvokeOptions options)
    public static Output<GetVirtualTagConfigsResult> getVirtualTagConfigs(InvokeOptions options)
    
    fn::invoke:
      function: vantage:index/getVirtualTagConfigs:getVirtualTagConfigs
      arguments:
        # arguments dictionary

    getVirtualTagConfigs Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    VirtualTagConfigs List<GetVirtualTagConfigsVirtualTagConfig>
    Id string
    The provider-assigned unique ID for this managed resource.
    VirtualTagConfigs []GetVirtualTagConfigsVirtualTagConfig
    id String
    The provider-assigned unique ID for this managed resource.
    virtualTagConfigs List<GetVirtualTagConfigsVirtualTagConfig>
    id string
    The provider-assigned unique ID for this managed resource.
    virtualTagConfigs GetVirtualTagConfigsVirtualTagConfig[]
    id str
    The provider-assigned unique ID for this managed resource.
    virtual_tag_configs Sequence[GetVirtualTagConfigsVirtualTagConfig]
    id String
    The provider-assigned unique ID for this managed resource.
    virtualTagConfigs List<Property Map>

    Supporting Types

    GetVirtualTagConfigsVirtualTagConfig

    BackfillUntil string
    The earliest month VirtualTagConfig should be backfilled to.
    CreatedByToken string
    The token of the Creator of the VirtualTagConfig.
    Key string
    The key of the VirtualTagConfig.
    Overridable bool
    Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
    Token string
    The token of the VirtualTagConfig.
    Values List<GetVirtualTagConfigsVirtualTagConfigValue>
    Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.
    BackfillUntil string
    The earliest month VirtualTagConfig should be backfilled to.
    CreatedByToken string
    The token of the Creator of the VirtualTagConfig.
    Key string
    The key of the VirtualTagConfig.
    Overridable bool
    Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
    Token string
    The token of the VirtualTagConfig.
    Values []GetVirtualTagConfigsVirtualTagConfigValue
    Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.
    backfillUntil String
    The earliest month VirtualTagConfig should be backfilled to.
    createdByToken String
    The token of the Creator of the VirtualTagConfig.
    key String
    The key of the VirtualTagConfig.
    overridable Boolean
    Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
    token String
    The token of the VirtualTagConfig.
    values List<GetVirtualTagConfigsVirtualTagConfigValue>
    Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.
    backfillUntil string
    The earliest month VirtualTagConfig should be backfilled to.
    createdByToken string
    The token of the Creator of the VirtualTagConfig.
    key string
    The key of the VirtualTagConfig.
    overridable boolean
    Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
    token string
    The token of the VirtualTagConfig.
    values GetVirtualTagConfigsVirtualTagConfigValue[]
    Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.
    backfill_until str
    The earliest month VirtualTagConfig should be backfilled to.
    created_by_token str
    The token of the Creator of the VirtualTagConfig.
    key str
    The key of the VirtualTagConfig.
    overridable bool
    Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
    token str
    The token of the VirtualTagConfig.
    values Sequence[GetVirtualTagConfigsVirtualTagConfigValue]
    Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.
    backfillUntil String
    The earliest month VirtualTagConfig should be backfilled to.
    createdByToken String
    The token of the Creator of the VirtualTagConfig.
    key String
    The key of the VirtualTagConfig.
    overridable Boolean
    Whether the VirtualTagConfig can override a provider-supplied tag on a matching Cost.
    token String
    The token of the VirtualTagConfig.
    values List<Property Map>
    Values for the VirtualTagConfig, with match precedence determined by their relative order in the list.

    GetVirtualTagConfigsVirtualTagConfigValue

    BusinessMetricToken string
    The token of the associated BusinessMetric.
    CostMetric GetVirtualTagConfigsVirtualTagConfigValueCostMetric
    Filter string
    The filter VQL for the Value.
    Name string
    The name of the Value.
    BusinessMetricToken string
    The token of the associated BusinessMetric.
    CostMetric GetVirtualTagConfigsVirtualTagConfigValueCostMetric
    Filter string
    The filter VQL for the Value.
    Name string
    The name of the Value.
    businessMetricToken String
    The token of the associated BusinessMetric.
    costMetric GetVirtualTagConfigsVirtualTagConfigValueCostMetric
    filter String
    The filter VQL for the Value.
    name String
    The name of the Value.
    businessMetricToken string
    The token of the associated BusinessMetric.
    costMetric GetVirtualTagConfigsVirtualTagConfigValueCostMetric
    filter string
    The filter VQL for the Value.
    name string
    The name of the Value.
    business_metric_token str
    The token of the associated BusinessMetric.
    cost_metric GetVirtualTagConfigsVirtualTagConfigValueCostMetric
    filter str
    The filter VQL for the Value.
    name str
    The name of the Value.
    businessMetricToken String
    The token of the associated BusinessMetric.
    costMetric Property Map
    filter String
    The filter VQL for the Value.
    name String
    The name of the Value.

    GetVirtualTagConfigsVirtualTagConfigValueCostMetric

    aggregation Property Map
    filter String
    The filter VQL for the cost metric.

    GetVirtualTagConfigsVirtualTagConfigValueCostMetricAggregation

    Tag string
    The tag to aggregate on.
    Tag string
    The tag to aggregate on.
    tag String
    The tag to aggregate on.
    tag string
    The tag to aggregate on.
    tag str
    The tag to aggregate on.
    tag String
    The tag to aggregate on.

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh