signalfx.Dashboard
Explore with Pulumi AI
Create Dashboard Resource
new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);
@overload
def Dashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
authorized_writer_teams: Optional[Sequence[str]] = None,
authorized_writer_users: Optional[Sequence[str]] = None,
charts: Optional[Sequence[DashboardChartArgs]] = None,
charts_resolution: Optional[str] = None,
columns: Optional[Sequence[DashboardColumnArgs]] = None,
dashboard_group: Optional[str] = None,
description: Optional[str] = None,
discovery_options_query: Optional[str] = None,
discovery_options_selectors: Optional[Sequence[str]] = None,
end_time: Optional[int] = None,
event_overlays: Optional[Sequence[DashboardEventOverlayArgs]] = None,
filters: Optional[Sequence[DashboardFilterArgs]] = None,
grids: Optional[Sequence[DashboardGridArgs]] = None,
name: Optional[str] = None,
permissions: Optional[DashboardPermissionsArgs] = None,
selected_event_overlays: Optional[Sequence[DashboardSelectedEventOverlayArgs]] = None,
start_time: Optional[int] = None,
tags: Optional[Sequence[str]] = None,
time_range: Optional[str] = None,
variables: Optional[Sequence[DashboardVariableArgs]] = None)
@overload
def Dashboard(resource_name: str,
args: DashboardArgs,
opts: Optional[ResourceOptions] = None)
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
public Dashboard(String name, DashboardArgs args)
public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
type: signalfx:Dashboard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Dashboard Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Dashboard resource accepts the following input properties:
- Dashboard
Group string The ID of the dashboard group that contains the dashboard.
- List<string>
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- List<string>
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- Charts
List<Pulumi.
Signal Fx. Inputs. Dashboard Chart> Chart ID and layout information for the charts in the dashboard.
- Charts
Resolution string Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- Columns
List<Pulumi.
Signal Fx. Inputs. Dashboard Column> Column number for the layout.
- Description string
Variable description.
- Discovery
Options stringQuery - Discovery
Options List<string>Selectors - End
Time int Seconds since epoch. Used for visualization.
- Event
Overlays List<Pulumi.Signal Fx. Inputs. Dashboard Event Overlay> Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- Filters
List<Pulumi.
Signal Fx. Inputs. Dashboard Filter> Filter to apply to the charts when displaying the dashboard.
- Grids
List<Pulumi.
Signal Fx. Inputs. Dashboard Grid> Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- Name string
Name of the dashboard.
- Permissions
Pulumi.
Signal Fx. Inputs. Dashboard Permissions Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- Selected
Event List<Pulumi.Overlays Signal Fx. Inputs. Dashboard Selected Event Overlay> Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- Start
Time int Seconds since epoch. Used for visualization.
- List<string>
Tags of the dashboard.
- Time
Range string The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- Variables
List<Pulumi.
Signal Fx. Inputs. Dashboard Variable> Dashboard variable to apply to each chart in the dashboard.
- Dashboard
Group string The ID of the dashboard group that contains the dashboard.
- []string
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- []string
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- Charts
[]Dashboard
Chart Args Chart ID and layout information for the charts in the dashboard.
- Charts
Resolution string Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- Columns
[]Dashboard
Column Args Column number for the layout.
- Description string
Variable description.
- Discovery
Options stringQuery - Discovery
Options []stringSelectors - End
Time int Seconds since epoch. Used for visualization.
- Event
Overlays []DashboardEvent Overlay Args Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- Filters
[]Dashboard
Filter Args Filter to apply to the charts when displaying the dashboard.
- Grids
[]Dashboard
Grid Args Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- Name string
Name of the dashboard.
- Permissions
Dashboard
Permissions Args Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- Selected
Event []DashboardOverlays Selected Event Overlay Args Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- Start
Time int Seconds since epoch. Used for visualization.
- []string
Tags of the dashboard.
- Time
Range string The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- Variables
[]Dashboard
Variable Args Dashboard variable to apply to each chart in the dashboard.
- dashboard
Group String The ID of the dashboard group that contains the dashboard.
- List<String>
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- List<String>
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts
List<Dashboard
Chart> Chart ID and layout information for the charts in the dashboard.
- charts
Resolution String Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns
List<Dashboard
Column> Column number for the layout.
- description String
Variable description.
- discovery
Options StringQuery - discovery
Options List<String>Selectors - end
Time Integer Seconds since epoch. Used for visualization.
- event
Overlays List<DashboardEvent Overlay> Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters
List<Dashboard
Filter> Filter to apply to the charts when displaying the dashboard.
- grids
List<Dashboard
Grid> Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name String
Name of the dashboard.
- permissions
Dashboard
Permissions Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected
Event List<DashboardOverlays Selected Event Overlay> Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start
Time Integer Seconds since epoch. Used for visualization.
- List<String>
Tags of the dashboard.
- time
Range String The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- variables
List<Dashboard
Variable> Dashboard variable to apply to each chart in the dashboard.
- dashboard
Group string The ID of the dashboard group that contains the dashboard.
- string[]
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- string[]
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts
Dashboard
Chart[] Chart ID and layout information for the charts in the dashboard.
- charts
Resolution string Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns
Dashboard
Column[] Column number for the layout.
- description string
Variable description.
- discovery
Options stringQuery - discovery
Options string[]Selectors - end
Time number Seconds since epoch. Used for visualization.
- event
Overlays DashboardEvent Overlay[] Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters
Dashboard
Filter[] Filter to apply to the charts when displaying the dashboard.
- grids
Dashboard
Grid[] Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name string
Name of the dashboard.
- permissions
Dashboard
Permissions Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected
Event DashboardOverlays Selected Event Overlay[] Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start
Time number Seconds since epoch. Used for visualization.
- string[]
Tags of the dashboard.
- time
Range string The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- variables
Dashboard
Variable[] Dashboard variable to apply to each chart in the dashboard.
- dashboard_
group str The ID of the dashboard group that contains the dashboard.
- Sequence[str]
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- Sequence[str]
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts
Sequence[Dashboard
Chart Args] Chart ID and layout information for the charts in the dashboard.
- charts_
resolution str Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns
Sequence[Dashboard
Column Args] Column number for the layout.
- description str
Variable description.
- discovery_
options_ strquery - discovery_
options_ Sequence[str]selectors - end_
time int Seconds since epoch. Used for visualization.
- event_
overlays Sequence[DashboardEvent Overlay Args] Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters
Sequence[Dashboard
Filter Args] Filter to apply to the charts when displaying the dashboard.
- grids
Sequence[Dashboard
Grid Args] Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name str
Name of the dashboard.
- permissions
Dashboard
Permissions Args Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected_
event_ Sequence[Dashboardoverlays Selected Event Overlay Args] Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start_
time int Seconds since epoch. Used for visualization.
- Sequence[str]
Tags of the dashboard.
- time_
range str The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- variables
Sequence[Dashboard
Variable Args] Dashboard variable to apply to each chart in the dashboard.
- dashboard
Group String The ID of the dashboard group that contains the dashboard.
- List<String>
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- List<String>
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts List<Property Map>
Chart ID and layout information for the charts in the dashboard.
- charts
Resolution String Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns List<Property Map>
Column number for the layout.
- description String
Variable description.
- discovery
Options StringQuery - discovery
Options List<String>Selectors - end
Time Number Seconds since epoch. Used for visualization.
- event
Overlays List<Property Map> Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters List<Property Map>
Filter to apply to the charts when displaying the dashboard.
- grids List<Property Map>
Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name String
Name of the dashboard.
- permissions Property Map
Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected
Event List<Property Map>Overlays Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start
Time Number Seconds since epoch. Used for visualization.
- List<String>
Tags of the dashboard.
- time
Range String The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- variables List<Property Map>
Dashboard variable to apply to each chart in the dashboard.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:
Look up Existing Dashboard Resource
Get an existing Dashboard resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DashboardState, opts?: CustomResourceOptions): Dashboard
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
authorized_writer_teams: Optional[Sequence[str]] = None,
authorized_writer_users: Optional[Sequence[str]] = None,
charts: Optional[Sequence[DashboardChartArgs]] = None,
charts_resolution: Optional[str] = None,
columns: Optional[Sequence[DashboardColumnArgs]] = None,
dashboard_group: Optional[str] = None,
description: Optional[str] = None,
discovery_options_query: Optional[str] = None,
discovery_options_selectors: Optional[Sequence[str]] = None,
end_time: Optional[int] = None,
event_overlays: Optional[Sequence[DashboardEventOverlayArgs]] = None,
filters: Optional[Sequence[DashboardFilterArgs]] = None,
grids: Optional[Sequence[DashboardGridArgs]] = None,
name: Optional[str] = None,
permissions: Optional[DashboardPermissionsArgs] = None,
selected_event_overlays: Optional[Sequence[DashboardSelectedEventOverlayArgs]] = None,
start_time: Optional[int] = None,
tags: Optional[Sequence[str]] = None,
time_range: Optional[str] = None,
url: Optional[str] = None,
variables: Optional[Sequence[DashboardVariableArgs]] = None) -> Dashboard
func GetDashboard(ctx *Context, name string, id IDInput, state *DashboardState, opts ...ResourceOption) (*Dashboard, error)
public static Dashboard Get(string name, Input<string> id, DashboardState? state, CustomResourceOptions? opts = null)
public static Dashboard get(String name, Output<String> id, DashboardState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- List<string>
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- List<string>
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- Charts
List<Pulumi.
Signal Fx. Inputs. Dashboard Chart> Chart ID and layout information for the charts in the dashboard.
- Charts
Resolution string Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- Columns
List<Pulumi.
Signal Fx. Inputs. Dashboard Column> Column number for the layout.
- Dashboard
Group string The ID of the dashboard group that contains the dashboard.
- Description string
Variable description.
- Discovery
Options stringQuery - Discovery
Options List<string>Selectors - End
Time int Seconds since epoch. Used for visualization.
- Event
Overlays List<Pulumi.Signal Fx. Inputs. Dashboard Event Overlay> Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- Filters
List<Pulumi.
Signal Fx. Inputs. Dashboard Filter> Filter to apply to the charts when displaying the dashboard.
- Grids
List<Pulumi.
Signal Fx. Inputs. Dashboard Grid> Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- Name string
Name of the dashboard.
- Permissions
Pulumi.
Signal Fx. Inputs. Dashboard Permissions Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- Selected
Event List<Pulumi.Overlays Signal Fx. Inputs. Dashboard Selected Event Overlay> Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- Start
Time int Seconds since epoch. Used for visualization.
- List<string>
Tags of the dashboard.
- Time
Range string The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- Url string
The URL of the dashboard.
- Variables
List<Pulumi.
Signal Fx. Inputs. Dashboard Variable> Dashboard variable to apply to each chart in the dashboard.
- []string
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- []string
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- Charts
[]Dashboard
Chart Args Chart ID and layout information for the charts in the dashboard.
- Charts
Resolution string Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- Columns
[]Dashboard
Column Args Column number for the layout.
- Dashboard
Group string The ID of the dashboard group that contains the dashboard.
- Description string
Variable description.
- Discovery
Options stringQuery - Discovery
Options []stringSelectors - End
Time int Seconds since epoch. Used for visualization.
- Event
Overlays []DashboardEvent Overlay Args Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- Filters
[]Dashboard
Filter Args Filter to apply to the charts when displaying the dashboard.
- Grids
[]Dashboard
Grid Args Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- Name string
Name of the dashboard.
- Permissions
Dashboard
Permissions Args Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- Selected
Event []DashboardOverlays Selected Event Overlay Args Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- Start
Time int Seconds since epoch. Used for visualization.
- []string
Tags of the dashboard.
- Time
Range string The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- Url string
The URL of the dashboard.
- Variables
[]Dashboard
Variable Args Dashboard variable to apply to each chart in the dashboard.
- List<String>
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- List<String>
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts
List<Dashboard
Chart> Chart ID and layout information for the charts in the dashboard.
- charts
Resolution String Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns
List<Dashboard
Column> Column number for the layout.
- dashboard
Group String The ID of the dashboard group that contains the dashboard.
- description String
Variable description.
- discovery
Options StringQuery - discovery
Options List<String>Selectors - end
Time Integer Seconds since epoch. Used for visualization.
- event
Overlays List<DashboardEvent Overlay> Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters
List<Dashboard
Filter> Filter to apply to the charts when displaying the dashboard.
- grids
List<Dashboard
Grid> Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name String
Name of the dashboard.
- permissions
Dashboard
Permissions Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected
Event List<DashboardOverlays Selected Event Overlay> Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start
Time Integer Seconds since epoch. Used for visualization.
- List<String>
Tags of the dashboard.
- time
Range String The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- url String
The URL of the dashboard.
- variables
List<Dashboard
Variable> Dashboard variable to apply to each chart in the dashboard.
- string[]
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- string[]
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts
Dashboard
Chart[] Chart ID and layout information for the charts in the dashboard.
- charts
Resolution string Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns
Dashboard
Column[] Column number for the layout.
- dashboard
Group string The ID of the dashboard group that contains the dashboard.
- description string
Variable description.
- discovery
Options stringQuery - discovery
Options string[]Selectors - end
Time number Seconds since epoch. Used for visualization.
- event
Overlays DashboardEvent Overlay[] Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters
Dashboard
Filter[] Filter to apply to the charts when displaying the dashboard.
- grids
Dashboard
Grid[] Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name string
Name of the dashboard.
- permissions
Dashboard
Permissions Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected
Event DashboardOverlays Selected Event Overlay[] Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start
Time number Seconds since epoch. Used for visualization.
- string[]
Tags of the dashboard.
- time
Range string The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- url string
The URL of the dashboard.
- variables
Dashboard
Variable[] Dashboard variable to apply to each chart in the dashboard.
- Sequence[str]
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- Sequence[str]
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts
Sequence[Dashboard
Chart Args] Chart ID and layout information for the charts in the dashboard.
- charts_
resolution str Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns
Sequence[Dashboard
Column Args] Column number for the layout.
- dashboard_
group str The ID of the dashboard group that contains the dashboard.
- description str
Variable description.
- discovery_
options_ strquery - discovery_
options_ Sequence[str]selectors - end_
time int Seconds since epoch. Used for visualization.
- event_
overlays Sequence[DashboardEvent Overlay Args] Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters
Sequence[Dashboard
Filter Args] Filter to apply to the charts when displaying the dashboard.
- grids
Sequence[Dashboard
Grid Args] Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name str
Name of the dashboard.
- permissions
Dashboard
Permissions Args Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected_
event_ Sequence[Dashboardoverlays Selected Event Overlay Args] Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start_
time int Seconds since epoch. Used for visualization.
- Sequence[str]
Tags of the dashboard.
- time_
range str The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- url str
The URL of the dashboard.
- variables
Sequence[Dashboard
Variable Args] Dashboard variable to apply to each chart in the dashboard.
- List<String>
Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions_* fields now
- List<String>
User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in
authorized_writer_teams
). Note: Deprecated usepermissions
instead.Please use permissions fields now
- charts List<Property Map>
Chart ID and layout information for the charts in the dashboard.
- charts
Resolution String Specifies the chart data display resolution for charts in this dashboard. Value can be one of
"default"
,"low"
,"high"
, or"highest"
.- columns List<Property Map>
Column number for the layout.
- dashboard
Group String The ID of the dashboard group that contains the dashboard.
- description String
Variable description.
- discovery
Options StringQuery - discovery
Options List<String>Selectors - end
Time Number Seconds since epoch. Used for visualization.
- event
Overlays List<Property Map> Specify a list of event overlays to include in the dashboard. Note: These overlays correspond to the suggested event overlays specified in the web UI, and they're not automatically applied as active overlays. To set default active event overlays, use the
selected_event_overlay
property instead.- filters List<Property Map>
Filter to apply to the charts when displaying the dashboard.
- grids List<Property Map>
Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart cannot fit in a row, it will be placed automatically in the next row.
- name String
Name of the dashboard.
- permissions Property Map
Permissions Controls who can view and/or edit your dashboard. Note: This feature is not present in all accounts. Please contact support if you are unsure.
- selected
Event List<Property Map>Overlays Defines event overlays which are enabled by default. Any overlay specified here should have an accompanying entry in
event_overlay
, which are similar to the properties here.- start
Time Number Seconds since epoch. Used for visualization.
- List<String>
Tags of the dashboard.
- time
Range String The time range prior to now to visualize. SignalFx time syntax (e.g.
"-5m"
,"-1h"
).- url String
The URL of the dashboard.
- variables List<Property Map>
Dashboard variable to apply to each chart in the dashboard.
Supporting Types
DashboardChart, DashboardChartArgs
- Chart
Id string ID of the chart to display.
- Column int
Column number for the layout.
- Height int
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- Row int
The row to show the chart in (zero-based); if
height > 1
, this value represents the topmost row of the chart (greater than or equal to0
).- Width int
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- Chart
Id string ID of the chart to display.
- Column int
Column number for the layout.
- Height int
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- Row int
The row to show the chart in (zero-based); if
height > 1
, this value represents the topmost row of the chart (greater than or equal to0
).- Width int
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart
Id String ID of the chart to display.
- column Integer
Column number for the layout.
- height Integer
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- row Integer
The row to show the chart in (zero-based); if
height > 1
, this value represents the topmost row of the chart (greater than or equal to0
).- width Integer
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart
Id string ID of the chart to display.
- column number
Column number for the layout.
- height number
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- row number
The row to show the chart in (zero-based); if
height > 1
, this value represents the topmost row of the chart (greater than or equal to0
).- width number
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart_
id str ID of the chart to display.
- column int
Column number for the layout.
- height int
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- row int
The row to show the chart in (zero-based); if
height > 1
, this value represents the topmost row of the chart (greater than or equal to0
).- width int
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart
Id String ID of the chart to display.
- column Number
Column number for the layout.
- height Number
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- row Number
The row to show the chart in (zero-based); if
height > 1
, this value represents the topmost row of the chart (greater than or equal to0
).- width Number
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
DashboardColumn, DashboardColumnArgs
- Chart
Ids List<string> List of IDs of the charts to display.
- Column int
Column number for the layout.
- Height int
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- Width int
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart
Ids List<String> List of IDs of the charts to display.
- column Integer
Column number for the layout.
- height Integer
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- width Integer
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart
Ids string[] List of IDs of the charts to display.
- column number
Column number for the layout.
- height number
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- width number
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart_
ids Sequence[str] List of IDs of the charts to display.
- column int
Column number for the layout.
- height int
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- width int
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
- chart
Ids List<String> List of IDs of the charts to display.
- column Number
Column number for the layout.
- height Number
How many rows every chart should take up (greater than or equal to 1). 1 by default.
- width Number
How many columns (out of a total of
12
) every chart should take up (between1
and12
).12
by default.
DashboardEventOverlay, DashboardEventOverlayArgs
- Signal string
Search term used to choose the events shown in the overlay.
- Color string
Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
- Label string
Text shown in the dropdown when selecting this overlay from the menu.
- Line bool
Show a vertical line for the event.
false
by default.- Sources
List<Pulumi.
Signal Fx. Inputs. Dashboard Event Overlay Source> Each element specifies a filter to use against the signal specified in the
signal
.- Type string
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- Signal string
Search term used to choose the events shown in the overlay.
- Color string
Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
- Label string
Text shown in the dropdown when selecting this overlay from the menu.
- Line bool
Show a vertical line for the event.
false
by default.- Sources
[]Dashboard
Event Overlay Source Each element specifies a filter to use against the signal specified in the
signal
.- Type string
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal String
Search term used to choose the events shown in the overlay.
- color String
Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
- label String
Text shown in the dropdown when selecting this overlay from the menu.
- line Boolean
Show a vertical line for the event.
false
by default.- sources
List<Dashboard
Event Overlay Source> Each element specifies a filter to use against the signal specified in the
signal
.- type String
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal string
Search term used to choose the events shown in the overlay.
- color string
Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
- label string
Text shown in the dropdown when selecting this overlay from the menu.
- line boolean
Show a vertical line for the event.
false
by default.- sources
Dashboard
Event Overlay Source[] Each element specifies a filter to use against the signal specified in the
signal
.- type string
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal str
Search term used to choose the events shown in the overlay.
- color str
Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
- label str
Text shown in the dropdown when selecting this overlay from the menu.
- line bool
Show a vertical line for the event.
false
by default.- sources
Sequence[Dashboard
Event Overlay Source] Each element specifies a filter to use against the signal specified in the
signal
.- type str
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal String
Search term used to choose the events shown in the overlay.
- color String
Color to use : gray, blue, azure, navy, brown, orange, yellow, iris, magenta, pink, purple, violet, lilac, emerald, green, aquamarine.
- label String
Text shown in the dropdown when selecting this overlay from the menu.
- line Boolean
Show a vertical line for the event.
false
by default.- sources List<Property Map>
Each element specifies a filter to use against the signal specified in the
signal
.- type String
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
DashboardEventOverlaySource, DashboardEventOverlaySourceArgs
DashboardFilter, DashboardFilterArgs
- Property string
The name of a dimension to filter against.
- Values List<string>
A list of values to be used with the
property
, they will be combined viaOR
.- Apply
If boolExist If true, this variable will also match data that doesn't have this property at all.
- Negated bool
If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to
false
.
- Property string
The name of a dimension to filter against.
- Values []string
A list of values to be used with the
property
, they will be combined viaOR
.- Apply
If boolExist If true, this variable will also match data that doesn't have this property at all.
- Negated bool
If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to
false
.
- property String
The name of a dimension to filter against.
- values List<String>
A list of values to be used with the
property
, they will be combined viaOR
.- apply
If BooleanExist If true, this variable will also match data that doesn't have this property at all.
- negated Boolean
If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to
false
.
- property string
The name of a dimension to filter against.
- values string[]
A list of values to be used with the
property
, they will be combined viaOR
.- apply
If booleanExist If true, this variable will also match data that doesn't have this property at all.
- negated boolean
If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to
false
.
- property str
The name of a dimension to filter against.
- values Sequence[str]
A list of values to be used with the
property
, they will be combined viaOR
.- apply_
if_ boolexist If true, this variable will also match data that doesn't have this property at all.
- negated bool
If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to
false
.
- property String
The name of a dimension to filter against.
- values List<String>
A list of values to be used with the
property
, they will be combined viaOR
.- apply
If BooleanExist If true, this variable will also match data that doesn't have this property at all.
- negated Boolean
If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to
false
.
DashboardGrid, DashboardGridArgs
DashboardPermissions, DashboardPermissionsArgs
- Acls
List<Pulumi.
Signal Fx. Inputs. Dashboard Permissions Acl> List of read and write permission configurations to specify which user, team, and organization can view and/or edit your dashboard. Use the
permissions.parent
instead if you want to inherit permissions.- Parent string
ID of the dashboard group you want your dashboard to inherit permissions from. Use the
permissions.acl
instead if you want to specify various read and write permission configurations.
- Acls
[]Dashboard
Permissions Acl List of read and write permission configurations to specify which user, team, and organization can view and/or edit your dashboard. Use the
permissions.parent
instead if you want to inherit permissions.- Parent string
ID of the dashboard group you want your dashboard to inherit permissions from. Use the
permissions.acl
instead if you want to specify various read and write permission configurations.
- acls
List<Dashboard
Permissions Acl> List of read and write permission configurations to specify which user, team, and organization can view and/or edit your dashboard. Use the
permissions.parent
instead if you want to inherit permissions.- parent String
ID of the dashboard group you want your dashboard to inherit permissions from. Use the
permissions.acl
instead if you want to specify various read and write permission configurations.
- acls
Dashboard
Permissions Acl[] List of read and write permission configurations to specify which user, team, and organization can view and/or edit your dashboard. Use the
permissions.parent
instead if you want to inherit permissions.- parent string
ID of the dashboard group you want your dashboard to inherit permissions from. Use the
permissions.acl
instead if you want to specify various read and write permission configurations.
- acls
Sequence[Dashboard
Permissions Acl] List of read and write permission configurations to specify which user, team, and organization can view and/or edit your dashboard. Use the
permissions.parent
instead if you want to inherit permissions.- parent str
ID of the dashboard group you want your dashboard to inherit permissions from. Use the
permissions.acl
instead if you want to specify various read and write permission configurations.
- acls List<Property Map>
List of read and write permission configurations to specify which user, team, and organization can view and/or edit your dashboard. Use the
permissions.parent
instead if you want to inherit permissions.- parent String
ID of the dashboard group you want your dashboard to inherit permissions from. Use the
permissions.acl
instead if you want to specify various read and write permission configurations.
DashboardPermissionsAcl, DashboardPermissionsAclArgs
- Principal
Id string ID of the user, team, or organization for which you're granting permissions.
- Principal
Type string Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
- Actions List<string>
Action the user, team, or organization can take with the dashboard. List of values (value can be "READ" or "WRITE").
- Principal
Id string ID of the user, team, or organization for which you're granting permissions.
- Principal
Type string Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
- Actions []string
Action the user, team, or organization can take with the dashboard. List of values (value can be "READ" or "WRITE").
- principal
Id String ID of the user, team, or organization for which you're granting permissions.
- principal
Type String Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
- actions List<String>
Action the user, team, or organization can take with the dashboard. List of values (value can be "READ" or "WRITE").
- principal
Id string ID of the user, team, or organization for which you're granting permissions.
- principal
Type string Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
- actions string[]
Action the user, team, or organization can take with the dashboard. List of values (value can be "READ" or "WRITE").
- principal_
id str ID of the user, team, or organization for which you're granting permissions.
- principal_
type str Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
- actions Sequence[str]
Action the user, team, or organization can take with the dashboard. List of values (value can be "READ" or "WRITE").
- principal
Id String ID of the user, team, or organization for which you're granting permissions.
- principal
Type String Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
- actions List<String>
Action the user, team, or organization can take with the dashboard. List of values (value can be "READ" or "WRITE").
DashboardSelectedEventOverlay, DashboardSelectedEventOverlayArgs
- Signal string
Search term used to choose the events shown in the overlay.
- Sources
List<Pulumi.
Signal Fx. Inputs. Dashboard Selected Event Overlay Source> Each element specifies a filter to use against the signal specified in the
signal
.- Type string
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- Signal string
Search term used to choose the events shown in the overlay.
- Sources
[]Dashboard
Selected Event Overlay Source Each element specifies a filter to use against the signal specified in the
signal
.- Type string
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal String
Search term used to choose the events shown in the overlay.
- sources
List<Dashboard
Selected Event Overlay Source> Each element specifies a filter to use against the signal specified in the
signal
.- type String
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal string
Search term used to choose the events shown in the overlay.
- sources
Dashboard
Selected Event Overlay Source[] Each element specifies a filter to use against the signal specified in the
signal
.- type string
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal str
Search term used to choose the events shown in the overlay.
- sources
Sequence[Dashboard
Selected Event Overlay Source] Each element specifies a filter to use against the signal specified in the
signal
.- type str
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
- signal String
Search term used to choose the events shown in the overlay.
- sources List<Property Map>
Each element specifies a filter to use against the signal specified in the
signal
.- type String
Can be set to
eventTimeSeries
(the default) to refer to externally reported events, ordetectorEvents
to refer to events from detector triggers.
DashboardSelectedEventOverlaySource, DashboardSelectedEventOverlaySourceArgs
DashboardVariable, DashboardVariableArgs
- Alias string
An alias for the dashboard variable. This text will appear as the label for the dropdown field on the dashboard.
- Property string
The name of a dimension to filter against.
- Apply
If boolExist If true, this variable will also match data that doesn't have this property at all.
- Description string
Variable description.
- Replace
Only bool If
true
, this variable will only apply to charts that have a filter for the property.- Restricted
Suggestions bool If
true
, this variable may only be set to the values listed invalues_suggested
and only these values will appear in autosuggestion menus.false
by default.- Value
Required bool Determines whether a value is required for this variable (and therefore whether it will be possible to view this dashboard without this filter applied).
false
by default.- Values List<string>
A list of values to be used with the
property
, they will be combined viaOR
.- Values
Suggesteds List<string> A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
- Alias string
An alias for the dashboard variable. This text will appear as the label for the dropdown field on the dashboard.
- Property string
The name of a dimension to filter against.
- Apply
If boolExist If true, this variable will also match data that doesn't have this property at all.
- Description string
Variable description.
- Replace
Only bool If
true
, this variable will only apply to charts that have a filter for the property.- Restricted
Suggestions bool If
true
, this variable may only be set to the values listed invalues_suggested
and only these values will appear in autosuggestion menus.false
by default.- Value
Required bool Determines whether a value is required for this variable (and therefore whether it will be possible to view this dashboard without this filter applied).
false
by default.- Values []string
A list of values to be used with the
property
, they will be combined viaOR
.- Values
Suggesteds []string A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
- alias String
An alias for the dashboard variable. This text will appear as the label for the dropdown field on the dashboard.
- property String
The name of a dimension to filter against.
- apply
If BooleanExist If true, this variable will also match data that doesn't have this property at all.
- description String
Variable description.
- replace
Only Boolean If
true
, this variable will only apply to charts that have a filter for the property.- restricted
Suggestions Boolean If
true
, this variable may only be set to the values listed invalues_suggested
and only these values will appear in autosuggestion menus.false
by default.- value
Required Boolean Determines whether a value is required for this variable (and therefore whether it will be possible to view this dashboard without this filter applied).
false
by default.- values List<String>
A list of values to be used with the
property
, they will be combined viaOR
.- values
Suggesteds List<String> A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
- alias string
An alias for the dashboard variable. This text will appear as the label for the dropdown field on the dashboard.
- property string
The name of a dimension to filter against.
- apply
If booleanExist If true, this variable will also match data that doesn't have this property at all.
- description string
Variable description.
- replace
Only boolean If
true
, this variable will only apply to charts that have a filter for the property.- restricted
Suggestions boolean If
true
, this variable may only be set to the values listed invalues_suggested
and only these values will appear in autosuggestion menus.false
by default.- value
Required boolean Determines whether a value is required for this variable (and therefore whether it will be possible to view this dashboard without this filter applied).
false
by default.- values string[]
A list of values to be used with the
property
, they will be combined viaOR
.- values
Suggesteds string[] A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
- alias str
An alias for the dashboard variable. This text will appear as the label for the dropdown field on the dashboard.
- property str
The name of a dimension to filter against.
- apply_
if_ boolexist If true, this variable will also match data that doesn't have this property at all.
- description str
Variable description.
- replace_
only bool If
true
, this variable will only apply to charts that have a filter for the property.- restricted_
suggestions bool If
true
, this variable may only be set to the values listed invalues_suggested
and only these values will appear in autosuggestion menus.false
by default.- value_
required bool Determines whether a value is required for this variable (and therefore whether it will be possible to view this dashboard without this filter applied).
false
by default.- values Sequence[str]
A list of values to be used with the
property
, they will be combined viaOR
.- values_
suggesteds Sequence[str] A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
- alias String
An alias for the dashboard variable. This text will appear as the label for the dropdown field on the dashboard.
- property String
The name of a dimension to filter against.
- apply
If BooleanExist If true, this variable will also match data that doesn't have this property at all.
- description String
Variable description.
- replace
Only Boolean If
true
, this variable will only apply to charts that have a filter for the property.- restricted
Suggestions Boolean If
true
, this variable may only be set to the values listed invalues_suggested
and only these values will appear in autosuggestion menus.false
by default.- value
Required Boolean Determines whether a value is required for this variable (and therefore whether it will be possible to view this dashboard without this filter applied).
false
by default.- values List<String>
A list of values to be used with the
property
, they will be combined viaOR
.- values
Suggesteds List<String> A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
Package Details
- Repository
- SignalFx pulumi/pulumi-signalfx
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
signalfx
Terraform Provider.