vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getBusinessMetrics
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
Using getBusinessMetrics
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 getBusinessMetrics(opts?: InvokeOptions): Promise<GetBusinessMetricsResult>
function getBusinessMetricsOutput(opts?: InvokeOptions): Output<GetBusinessMetricsResult>
def get_business_metrics(opts: Optional[InvokeOptions] = None) -> GetBusinessMetricsResult
def get_business_metrics_output(opts: Optional[InvokeOptions] = None) -> Output[GetBusinessMetricsResult]
func GetBusinessMetrics(ctx *Context, opts ...InvokeOption) (*GetBusinessMetricsResult, error)
func GetBusinessMetricsOutput(ctx *Context, opts ...InvokeOption) GetBusinessMetricsResultOutput
> Note: This function is named GetBusinessMetrics
in the Go SDK.
public static class GetBusinessMetrics
{
public static Task<GetBusinessMetricsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetBusinessMetricsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetBusinessMetricsResult> getBusinessMetrics(InvokeOptions options)
public static Output<GetBusinessMetricsResult> getBusinessMetrics(InvokeOptions options)
fn::invoke:
function: vantage:index/getBusinessMetrics:getBusinessMetrics
arguments:
# arguments dictionary
getBusinessMetrics Result
The following output properties are available:
- Business
Metrics List<GetBusiness Metrics Business Metric> - Id string
- The provider-assigned unique ID for this managed resource.
- Business
Metrics []GetBusiness Metrics Business Metric - Id string
- The provider-assigned unique ID for this managed resource.
- business
Metrics List<GetBusiness Metrics Business Metric> - id String
- The provider-assigned unique ID for this managed resource.
- business
Metrics GetBusiness Metrics Business Metric[] - id string
- The provider-assigned unique ID for this managed resource.
- business_
metrics Sequence[GetBusiness Metrics Business Metric] - id str
- The provider-assigned unique ID for this managed resource.
- business
Metrics List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetBusinessMetricsBusinessMetric
- Cost
Report List<GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata> - The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- Created
By stringToken - The token of the Creator of the BusinessMetric.
- Title string
- The title of the BusinessMetric.
- Token string
- The token of the BusinessMetric.
- Cost
Report []GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata - The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- Created
By stringToken - The token of the Creator of the BusinessMetric.
- Title string
- The title of the BusinessMetric.
- Token string
- The token of the BusinessMetric.
- cost
Report List<GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata> - The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- created
By StringToken - The token of the Creator of the BusinessMetric.
- title String
- The title of the BusinessMetric.
- token String
- The token of the BusinessMetric.
- cost
Report GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata[] - The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- created
By stringToken - The token of the Creator of the BusinessMetric.
- title string
- The title of the BusinessMetric.
- token string
- The token of the BusinessMetric.
- cost_
report_ Sequence[Gettokens_ with_ metadatas Business Metrics Business Metric Cost Report Tokens With Metadata] - The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- created_
by_ strtoken - The token of the Creator of the BusinessMetric.
- title str
- The title of the BusinessMetric.
- token str
- The token of the BusinessMetric.
- cost
Report List<Property Map>Tokens With Metadatas - The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- created
By StringToken - The token of the Creator of the BusinessMetric.
- title String
- The title of the BusinessMetric.
- token String
- The token of the BusinessMetric.
GetBusinessMetricsBusinessMetricCostReportTokensWithMetadata
- Cost
Report stringToken - The token of the CostReport the BusinessMetric is attached to.
- Label
Filters List<string> - The labels that the BusinessMetric is filtered by within a particular CostReport.
- Unit
Scale string - Determines the scale of the BusinessMetric's values within a particular CostReport.
- Cost
Report stringToken - The token of the CostReport the BusinessMetric is attached to.
- Label
Filters []string - The labels that the BusinessMetric is filtered by within a particular CostReport.
- Unit
Scale string - Determines the scale of the BusinessMetric's values within a particular CostReport.
- cost
Report StringToken - The token of the CostReport the BusinessMetric is attached to.
- label
Filters List<String> - The labels that the BusinessMetric is filtered by within a particular CostReport.
- unit
Scale String - Determines the scale of the BusinessMetric's values within a particular CostReport.
- cost
Report stringToken - The token of the CostReport the BusinessMetric is attached to.
- label
Filters string[] - The labels that the BusinessMetric is filtered by within a particular CostReport.
- unit
Scale string - Determines the scale of the BusinessMetric's values within a particular CostReport.
- cost_
report_ strtoken - The token of the CostReport the BusinessMetric is attached to.
- label_
filters Sequence[str] - The labels that the BusinessMetric is filtered by within a particular CostReport.
- unit_
scale str - Determines the scale of the BusinessMetric's values within a particular CostReport.
- cost
Report StringToken - The token of the CostReport the BusinessMetric is attached to.
- label
Filters List<String> - The labels that the BusinessMetric is filtered by within a particular CostReport.
- unit
Scale String - Determines the scale of the BusinessMetric's values within a particular CostReport.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh