GetDimensionValues

Use this data source to get a list of dimension values matching the provided query.

NOTE This data source only allows 1000 values, as it’s kinda nuts to make anything with for_each that big in SignalFx. This is negotiable.

Using GetDimensionValues

function getDimensionValues(args: GetDimensionValuesArgs, opts?: InvokeOptions): Promise<GetDimensionValuesResult>
function  get_dimension_values(query=None, opts=None)
func GetDimensionValues(ctx *Context, args *GetDimensionValuesArgs, opts ...InvokeOption) (*GetDimensionValuesResult, error)
public static class GetDimensionValues {
    public static Task<GetDimensionValuesResult> InvokeAsync(GetDimensionValuesArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Query string
Query string
query string
query str

GetDimensionValues Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Query string
Values List<string>
Id string

The provider-assigned unique ID for this managed resource.

Query string
Values []string
id string

The provider-assigned unique ID for this managed resource.

query string
values string[]
id str

The provider-assigned unique ID for this managed resource.

query str
values List[str]

Package Details

Repository
https://github.com/pulumi/pulumi-signalfx
License
Apache-2.0
Notes
This Pulumi package is based on the signalfx Terraform Provider.