dynatrace.Dashboard
Explore with Pulumi AI
Create Dashboard Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dashboard(name: string, args?: DashboardArgs, opts?: CustomResourceOptions);
@overload
def Dashboard(resource_name: str,
args: Optional[DashboardArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Dashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
dashboard_metadata: Optional[DashboardDashboardMetadataArgs] = None,
metadata: Optional[DashboardMetadataArgs] = None,
tiles: Optional[Sequence[DashboardTileArgs]] = None,
unknowns: Optional[str] = None)
func NewDashboard(ctx *Context, name string, args *DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs? args = null, CustomResourceOptions? opts = null)
public Dashboard(String name, DashboardArgs args)
public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
type: dynatrace:Dashboard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var dashboardResource = new Dynatrace.Dashboard("dashboardResource", new()
{
DashboardMetadata = new Dynatrace.Inputs.DashboardDashboardMetadataArgs
{
Name = "string",
Owner = "string",
ConsistentColors = false,
DynamicFilters = new Dynatrace.Inputs.DashboardDashboardMetadataDynamicFiltersArgs
{
Filters = new[]
{
"string",
},
GenericTagFilters = new Dynatrace.Inputs.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersArgs
{
Filters = new[]
{
new Dynatrace.Inputs.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilterArgs
{
EntityTypes = new[]
{
"string",
},
Name = "string",
SuggestionsFromEntityType = "string",
TagKey = "string",
},
},
},
TagSuggestionTypes = new[]
{
"string",
},
Unknowns = "string",
},
Filter = new Dynatrace.Inputs.DashboardDashboardMetadataFilterArgs
{
ManagementZones = new[]
{
new Dynatrace.Inputs.DashboardDashboardMetadataFilterManagementZoneArgs
{
Id = "string",
Description = "string",
Name = "string",
Unknowns = "string",
},
},
Timeframe = "string",
Unknowns = "string",
},
Preset = false,
Tags = new[]
{
"string",
},
TilesNameSize = "string",
Unknowns = "string",
ValidFilterKeys = new[]
{
"string",
},
},
Tiles = new[]
{
new Dynatrace.Inputs.DashboardTileArgs
{
Name = "string",
TileType = "string",
CustomName = "string",
Metric = "string",
Configured = false,
AssignedEntities = new[]
{
"string",
},
ExcludeMaintenanceWindows = false,
Filter = new Dynatrace.Inputs.DashboardTileFilterArgs
{
ManagementZones = new[]
{
new Dynatrace.Inputs.DashboardTileFilterManagementZoneArgs
{
Id = "string",
Description = "string",
Name = "string",
Unknowns = "string",
},
},
Timeframe = "string",
Unknowns = "string",
},
FilterConfig = new Dynatrace.Inputs.DashboardTileFilterConfigArgs
{
CustomName = "string",
DefaultName = "string",
Type = "string",
ChartConfig = new Dynatrace.Inputs.DashboardTileFilterConfigChartConfigArgs
{
Type = "string",
AxisLimits =
{
{ "string", 0 },
},
LeftAxisCustomUnit = "string",
Legend = false,
ResultMetadatas = new[]
{
new Dynatrace.Inputs.DashboardTileFilterConfigChartConfigResultMetadataArgs
{
Configs = new[]
{
new Dynatrace.Inputs.DashboardTileFilterConfigChartConfigResultMetadataConfigArgs
{
CustomColor = "string",
Key = "string",
LastModified = 0,
Unknowns = "string",
},
},
},
},
RightAxisCustomUnit = "string",
Series = new[]
{
new Dynatrace.Inputs.DashboardTileFilterConfigChartConfigSeriesArgs
{
Aggregation = "string",
EntityType = "string",
Metric = "string",
Type = "string",
AggregationRate = "string",
Dimensions = new[]
{
new Dynatrace.Inputs.DashboardTileFilterConfigChartConfigSeriesDimensionArgs
{
Id = "string",
EntityDimension = false,
Name = "string",
Unknowns = "string",
Values = new[]
{
"string",
},
},
},
Percentile = 0,
SortAscending = false,
SortColumn = false,
Unknowns = "string",
},
},
Unknowns = "string",
},
Filters = new Dynatrace.Inputs.DashboardTileFilterConfigFiltersArgs
{
Filters = new[]
{
new Dynatrace.Inputs.DashboardTileFilterConfigFiltersFilterArgs
{
EntityType = "string",
Matches = new[]
{
new Dynatrace.Inputs.DashboardTileFilterConfigFiltersFilterMatchArgs
{
Key = "string",
Values = new[]
{
"string",
},
},
},
},
},
},
Unknowns = "string",
},
Limit = 0,
Markdown = "string",
ChartVisible = false,
Bounds = new Dynatrace.Inputs.DashboardTileBoundsArgs
{
Height = 0,
Left = 0,
Top = 0,
Width = 0,
Unknowns = "string",
},
NameSize = "string",
Query = "string",
AutoRefreshDisabled = false,
TimeFrameShift = "string",
Type = "string",
Unknowns = "string",
Visualization = "string",
VisualizationConfig = new Dynatrace.Inputs.DashboardTileVisualizationConfigArgs
{
HasAxisBucketing = false,
Unknowns = "string",
},
},
},
Unknowns = "string",
});
example, err := dynatrace.NewDashboard(ctx, "dashboardResource", &dynatrace.DashboardArgs{
DashboardMetadata: &dynatrace.DashboardDashboardMetadataArgs{
Name: pulumi.String("string"),
Owner: pulumi.String("string"),
ConsistentColors: pulumi.Bool(false),
DynamicFilters: &dynatrace.DashboardDashboardMetadataDynamicFiltersArgs{
Filters: pulumi.StringArray{
pulumi.String("string"),
},
GenericTagFilters: &dynatrace.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersArgs{
Filters: dynatrace.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilterArray{
&dynatrace.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilterArgs{
EntityTypes: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
SuggestionsFromEntityType: pulumi.String("string"),
TagKey: pulumi.String("string"),
},
},
},
TagSuggestionTypes: pulumi.StringArray{
pulumi.String("string"),
},
Unknowns: pulumi.String("string"),
},
Filter: &dynatrace.DashboardDashboardMetadataFilterArgs{
ManagementZones: dynatrace.DashboardDashboardMetadataFilterManagementZoneArray{
&dynatrace.DashboardDashboardMetadataFilterManagementZoneArgs{
Id: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
Timeframe: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
Preset: pulumi.Bool(false),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TilesNameSize: pulumi.String("string"),
Unknowns: pulumi.String("string"),
ValidFilterKeys: pulumi.StringArray{
pulumi.String("string"),
},
},
Tiles: dynatrace.DashboardTileArray{
&dynatrace.DashboardTileArgs{
Name: pulumi.String("string"),
TileType: pulumi.String("string"),
CustomName: pulumi.String("string"),
Metric: pulumi.String("string"),
Configured: pulumi.Bool(false),
AssignedEntities: pulumi.StringArray{
pulumi.String("string"),
},
ExcludeMaintenanceWindows: pulumi.Bool(false),
Filter: &dynatrace.DashboardTileFilterArgs{
ManagementZones: dynatrace.DashboardTileFilterManagementZoneArray{
&dynatrace.DashboardTileFilterManagementZoneArgs{
Id: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
},
Timeframe: pulumi.String("string"),
Unknowns: pulumi.String("string"),
},
FilterConfig: &dynatrace.DashboardTileFilterConfigArgs{
CustomName: pulumi.String("string"),
DefaultName: pulumi.String("string"),
Type: pulumi.String("string"),
ChartConfig: &dynatrace.DashboardTileFilterConfigChartConfigArgs{
Type: pulumi.String("string"),
AxisLimits: pulumi.Float64Map{
"string": pulumi.Float64(0),
},
LeftAxisCustomUnit: pulumi.String("string"),
Legend: pulumi.Bool(false),
ResultMetadatas: dynatrace.DashboardTileFilterConfigChartConfigResultMetadataArray{
&dynatrace.DashboardTileFilterConfigChartConfigResultMetadataArgs{
Configs: dynatrace.DashboardTileFilterConfigChartConfigResultMetadataConfigArray{
&dynatrace.DashboardTileFilterConfigChartConfigResultMetadataConfigArgs{
CustomColor: pulumi.String("string"),
Key: pulumi.String("string"),
LastModified: pulumi.Int(0),
Unknowns: pulumi.String("string"),
},
},
},
},
RightAxisCustomUnit: pulumi.String("string"),
Series: dynatrace.DashboardTileFilterConfigChartConfigSeriesArray{
&dynatrace.DashboardTileFilterConfigChartConfigSeriesArgs{
Aggregation: pulumi.String("string"),
EntityType: pulumi.String("string"),
Metric: pulumi.String("string"),
Type: pulumi.String("string"),
AggregationRate: pulumi.String("string"),
Dimensions: dynatrace.DashboardTileFilterConfigChartConfigSeriesDimensionArray{
&dynatrace.DashboardTileFilterConfigChartConfigSeriesDimensionArgs{
Id: pulumi.String("string"),
EntityDimension: pulumi.Bool(false),
Name: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Percentile: pulumi.Int(0),
SortAscending: pulumi.Bool(false),
SortColumn: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
},
},
Unknowns: pulumi.String("string"),
},
Filters: &dynatrace.DashboardTileFilterConfigFiltersArgs{
Filters: dynatrace.DashboardTileFilterConfigFiltersFilterArray{
&dynatrace.DashboardTileFilterConfigFiltersFilterArgs{
EntityType: pulumi.String("string"),
Matches: dynatrace.DashboardTileFilterConfigFiltersFilterMatchArray{
&dynatrace.DashboardTileFilterConfigFiltersFilterMatchArgs{
Key: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
},
Unknowns: pulumi.String("string"),
},
Limit: pulumi.Int(0),
Markdown: pulumi.String("string"),
ChartVisible: pulumi.Bool(false),
Bounds: &dynatrace.DashboardTileBoundsArgs{
Height: pulumi.Int(0),
Left: pulumi.Int(0),
Top: pulumi.Int(0),
Width: pulumi.Int(0),
Unknowns: pulumi.String("string"),
},
NameSize: pulumi.String("string"),
Query: pulumi.String("string"),
AutoRefreshDisabled: pulumi.Bool(false),
TimeFrameShift: pulumi.String("string"),
Type: pulumi.String("string"),
Unknowns: pulumi.String("string"),
Visualization: pulumi.String("string"),
VisualizationConfig: &dynatrace.DashboardTileVisualizationConfigArgs{
HasAxisBucketing: pulumi.Bool(false),
Unknowns: pulumi.String("string"),
},
},
},
Unknowns: pulumi.String("string"),
})
var dashboardResource = new Dashboard("dashboardResource", DashboardArgs.builder()
.dashboardMetadata(DashboardDashboardMetadataArgs.builder()
.name("string")
.owner("string")
.consistentColors(false)
.dynamicFilters(DashboardDashboardMetadataDynamicFiltersArgs.builder()
.filters("string")
.genericTagFilters(DashboardDashboardMetadataDynamicFiltersGenericTagFiltersArgs.builder()
.filters(DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilterArgs.builder()
.entityTypes("string")
.name("string")
.suggestionsFromEntityType("string")
.tagKey("string")
.build())
.build())
.tagSuggestionTypes("string")
.unknowns("string")
.build())
.filter(DashboardDashboardMetadataFilterArgs.builder()
.managementZones(DashboardDashboardMetadataFilterManagementZoneArgs.builder()
.id("string")
.description("string")
.name("string")
.unknowns("string")
.build())
.timeframe("string")
.unknowns("string")
.build())
.preset(false)
.tags("string")
.tilesNameSize("string")
.unknowns("string")
.validFilterKeys("string")
.build())
.tiles(DashboardTileArgs.builder()
.name("string")
.tileType("string")
.customName("string")
.metric("string")
.configured(false)
.assignedEntities("string")
.excludeMaintenanceWindows(false)
.filter(DashboardTileFilterArgs.builder()
.managementZones(DashboardTileFilterManagementZoneArgs.builder()
.id("string")
.description("string")
.name("string")
.unknowns("string")
.build())
.timeframe("string")
.unknowns("string")
.build())
.filterConfig(DashboardTileFilterConfigArgs.builder()
.customName("string")
.defaultName("string")
.type("string")
.chartConfig(DashboardTileFilterConfigChartConfigArgs.builder()
.type("string")
.axisLimits(Map.of("string", 0))
.leftAxisCustomUnit("string")
.legend(false)
.resultMetadatas(DashboardTileFilterConfigChartConfigResultMetadataArgs.builder()
.configs(DashboardTileFilterConfigChartConfigResultMetadataConfigArgs.builder()
.customColor("string")
.key("string")
.lastModified(0)
.unknowns("string")
.build())
.build())
.rightAxisCustomUnit("string")
.series(DashboardTileFilterConfigChartConfigSeriesArgs.builder()
.aggregation("string")
.entityType("string")
.metric("string")
.type("string")
.aggregationRate("string")
.dimensions(DashboardTileFilterConfigChartConfigSeriesDimensionArgs.builder()
.id("string")
.entityDimension(false)
.name("string")
.unknowns("string")
.values("string")
.build())
.percentile(0)
.sortAscending(false)
.sortColumn(false)
.unknowns("string")
.build())
.unknowns("string")
.build())
.filters(DashboardTileFilterConfigFiltersArgs.builder()
.filters(DashboardTileFilterConfigFiltersFilterArgs.builder()
.entityType("string")
.matches(DashboardTileFilterConfigFiltersFilterMatchArgs.builder()
.key("string")
.values("string")
.build())
.build())
.build())
.unknowns("string")
.build())
.limit(0)
.markdown("string")
.chartVisible(false)
.bounds(DashboardTileBoundsArgs.builder()
.height(0)
.left(0)
.top(0)
.width(0)
.unknowns("string")
.build())
.nameSize("string")
.query("string")
.autoRefreshDisabled(false)
.timeFrameShift("string")
.type("string")
.unknowns("string")
.visualization("string")
.visualizationConfig(DashboardTileVisualizationConfigArgs.builder()
.hasAxisBucketing(false)
.unknowns("string")
.build())
.build())
.unknowns("string")
.build());
dashboard_resource = dynatrace.Dashboard("dashboardResource",
dashboard_metadata={
"name": "string",
"owner": "string",
"consistent_colors": False,
"dynamic_filters": {
"filters": ["string"],
"generic_tag_filters": {
"filters": [{
"entity_types": ["string"],
"name": "string",
"suggestions_from_entity_type": "string",
"tag_key": "string",
}],
},
"tag_suggestion_types": ["string"],
"unknowns": "string",
},
"filter": {
"management_zones": [{
"id": "string",
"description": "string",
"name": "string",
"unknowns": "string",
}],
"timeframe": "string",
"unknowns": "string",
},
"preset": False,
"tags": ["string"],
"tiles_name_size": "string",
"unknowns": "string",
"valid_filter_keys": ["string"],
},
tiles=[{
"name": "string",
"tile_type": "string",
"custom_name": "string",
"metric": "string",
"configured": False,
"assigned_entities": ["string"],
"exclude_maintenance_windows": False,
"filter": {
"management_zones": [{
"id": "string",
"description": "string",
"name": "string",
"unknowns": "string",
}],
"timeframe": "string",
"unknowns": "string",
},
"filter_config": {
"custom_name": "string",
"default_name": "string",
"type": "string",
"chart_config": {
"type": "string",
"axis_limits": {
"string": 0,
},
"left_axis_custom_unit": "string",
"legend": False,
"result_metadatas": [{
"configs": [{
"custom_color": "string",
"key": "string",
"last_modified": 0,
"unknowns": "string",
}],
}],
"right_axis_custom_unit": "string",
"series": [{
"aggregation": "string",
"entity_type": "string",
"metric": "string",
"type": "string",
"aggregation_rate": "string",
"dimensions": [{
"id": "string",
"entity_dimension": False,
"name": "string",
"unknowns": "string",
"values": ["string"],
}],
"percentile": 0,
"sort_ascending": False,
"sort_column": False,
"unknowns": "string",
}],
"unknowns": "string",
},
"filters": {
"filters": [{
"entity_type": "string",
"matches": [{
"key": "string",
"values": ["string"],
}],
}],
},
"unknowns": "string",
},
"limit": 0,
"markdown": "string",
"chart_visible": False,
"bounds": {
"height": 0,
"left": 0,
"top": 0,
"width": 0,
"unknowns": "string",
},
"name_size": "string",
"query": "string",
"auto_refresh_disabled": False,
"time_frame_shift": "string",
"type": "string",
"unknowns": "string",
"visualization": "string",
"visualization_config": {
"has_axis_bucketing": False,
"unknowns": "string",
},
}],
unknowns="string")
const dashboardResource = new dynatrace.Dashboard("dashboardResource", {
dashboardMetadata: {
name: "string",
owner: "string",
consistentColors: false,
dynamicFilters: {
filters: ["string"],
genericTagFilters: {
filters: [{
entityTypes: ["string"],
name: "string",
suggestionsFromEntityType: "string",
tagKey: "string",
}],
},
tagSuggestionTypes: ["string"],
unknowns: "string",
},
filter: {
managementZones: [{
id: "string",
description: "string",
name: "string",
unknowns: "string",
}],
timeframe: "string",
unknowns: "string",
},
preset: false,
tags: ["string"],
tilesNameSize: "string",
unknowns: "string",
validFilterKeys: ["string"],
},
tiles: [{
name: "string",
tileType: "string",
customName: "string",
metric: "string",
configured: false,
assignedEntities: ["string"],
excludeMaintenanceWindows: false,
filter: {
managementZones: [{
id: "string",
description: "string",
name: "string",
unknowns: "string",
}],
timeframe: "string",
unknowns: "string",
},
filterConfig: {
customName: "string",
defaultName: "string",
type: "string",
chartConfig: {
type: "string",
axisLimits: {
string: 0,
},
leftAxisCustomUnit: "string",
legend: false,
resultMetadatas: [{
configs: [{
customColor: "string",
key: "string",
lastModified: 0,
unknowns: "string",
}],
}],
rightAxisCustomUnit: "string",
series: [{
aggregation: "string",
entityType: "string",
metric: "string",
type: "string",
aggregationRate: "string",
dimensions: [{
id: "string",
entityDimension: false,
name: "string",
unknowns: "string",
values: ["string"],
}],
percentile: 0,
sortAscending: false,
sortColumn: false,
unknowns: "string",
}],
unknowns: "string",
},
filters: {
filters: [{
entityType: "string",
matches: [{
key: "string",
values: ["string"],
}],
}],
},
unknowns: "string",
},
limit: 0,
markdown: "string",
chartVisible: false,
bounds: {
height: 0,
left: 0,
top: 0,
width: 0,
unknowns: "string",
},
nameSize: "string",
query: "string",
autoRefreshDisabled: false,
timeFrameShift: "string",
type: "string",
unknowns: "string",
visualization: "string",
visualizationConfig: {
hasAxisBucketing: false,
unknowns: "string",
},
}],
unknowns: "string",
});
type: dynatrace:Dashboard
properties:
dashboardMetadata:
consistentColors: false
dynamicFilters:
filters:
- string
genericTagFilters:
filters:
- entityTypes:
- string
name: string
suggestionsFromEntityType: string
tagKey: string
tagSuggestionTypes:
- string
unknowns: string
filter:
managementZones:
- description: string
id: string
name: string
unknowns: string
timeframe: string
unknowns: string
name: string
owner: string
preset: false
tags:
- string
tilesNameSize: string
unknowns: string
validFilterKeys:
- string
tiles:
- assignedEntities:
- string
autoRefreshDisabled: false
bounds:
height: 0
left: 0
top: 0
unknowns: string
width: 0
chartVisible: false
configured: false
customName: string
excludeMaintenanceWindows: false
filter:
managementZones:
- description: string
id: string
name: string
unknowns: string
timeframe: string
unknowns: string
filterConfig:
chartConfig:
axisLimits:
string: 0
leftAxisCustomUnit: string
legend: false
resultMetadatas:
- configs:
- customColor: string
key: string
lastModified: 0
unknowns: string
rightAxisCustomUnit: string
series:
- aggregation: string
aggregationRate: string
dimensions:
- entityDimension: false
id: string
name: string
unknowns: string
values:
- string
entityType: string
metric: string
percentile: 0
sortAscending: false
sortColumn: false
type: string
unknowns: string
type: string
unknowns: string
customName: string
defaultName: string
filters:
filters:
- entityType: string
matches:
- key: string
values:
- string
type: string
unknowns: string
limit: 0
markdown: string
metric: string
name: string
nameSize: string
query: string
tileType: string
timeFrameShift: string
type: string
unknowns: string
visualization: string
visualizationConfig:
hasAxisBucketing: false
unknowns: string
unknowns: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dashboard resource accepts the following input properties:
- Dashboard
Metadata Pulumiverse.Dynatrace. Inputs. Dashboard Dashboard Metadata - contains parameters of a dashboard
- Metadata
Pulumiverse.
Dynatrace. Inputs. Dashboard Metadata metadata
exists for backwards compatibility but shouldn't get specified anymore- Tiles
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile> - the tiles this Dashboard consist of
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Dashboard
Metadata DashboardDashboard Metadata Args - contains parameters of a dashboard
- Metadata
Dashboard
Metadata Args metadata
exists for backwards compatibility but shouldn't get specified anymore- Tiles
[]Dashboard
Tile Args - the tiles this Dashboard consist of
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard
Metadata DashboardDashboard Metadata - contains parameters of a dashboard
- metadata
Dashboard
Metadata metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles
List<Dashboard
Tile> - the tiles this Dashboard consist of
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard
Metadata DashboardDashboard Metadata - contains parameters of a dashboard
- metadata
Dashboard
Metadata metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles
Dashboard
Tile[] - the tiles this Dashboard consist of
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard_
metadata DashboardDashboard Metadata Args - contains parameters of a dashboard
- metadata
Dashboard
Metadata Args metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles
Sequence[Dashboard
Tile Args] - the tiles this Dashboard consist of
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard
Metadata Property Map - contains parameters of a dashboard
- metadata Property Map
metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles List<Property Map>
- the tiles this Dashboard consist of
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Outputs
All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
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,
dashboard_metadata: Optional[DashboardDashboardMetadataArgs] = None,
metadata: Optional[DashboardMetadataArgs] = None,
tiles: Optional[Sequence[DashboardTileArgs]] = None,
unknowns: Optional[str] = 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.
- Dashboard
Metadata Pulumiverse.Dynatrace. Inputs. Dashboard Dashboard Metadata - contains parameters of a dashboard
- Metadata
Pulumiverse.
Dynatrace. Inputs. Dashboard Metadata metadata
exists for backwards compatibility but shouldn't get specified anymore- Tiles
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile> - the tiles this Dashboard consist of
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Dashboard
Metadata DashboardDashboard Metadata Args - contains parameters of a dashboard
- Metadata
Dashboard
Metadata Args metadata
exists for backwards compatibility but shouldn't get specified anymore- Tiles
[]Dashboard
Tile Args - the tiles this Dashboard consist of
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard
Metadata DashboardDashboard Metadata - contains parameters of a dashboard
- metadata
Dashboard
Metadata metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles
List<Dashboard
Tile> - the tiles this Dashboard consist of
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard
Metadata DashboardDashboard Metadata - contains parameters of a dashboard
- metadata
Dashboard
Metadata metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles
Dashboard
Tile[] - the tiles this Dashboard consist of
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard_
metadata DashboardDashboard Metadata Args - contains parameters of a dashboard
- metadata
Dashboard
Metadata Args metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles
Sequence[Dashboard
Tile Args] - the tiles this Dashboard consist of
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- dashboard
Metadata Property Map - contains parameters of a dashboard
- metadata Property Map
metadata
exists for backwards compatibility but shouldn't get specified anymore- tiles List<Property Map>
- the tiles this Dashboard consist of
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Supporting Types
DashboardDashboardMetadata, DashboardDashboardMetadataArgs
- Name string
- the name of the dashboard
- Owner string
- the owner of the dashboard
- Consistent
Colors bool - The tile uses consistent colors when rendering its content
- Dynamic
Filters Pulumiverse.Dynatrace. Inputs. Dashboard Dashboard Metadata Dynamic Filters - Dashboard filter configuration of a dashboard
- Filter
Pulumiverse.
Dynatrace. Inputs. Dashboard Dashboard Metadata Filter - Global filter Settings for the Dashboard
- Preset bool
- the dashboard is a preset (
true
) or not (false
). Default isfalse
. - bool
- the dashboard is shared (
true
) or private (false
) - Pulumiverse.
Dynatrace. Inputs. Dashboard Dashboard Metadata Sharing Details - represents sharing configuration of a dashboard
- List<string>
- a set of tags assigned to the dashboard
- Tiles
Name stringSize - No documentation available
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Valid
Filter List<string>Keys - a set of all possible global dashboard filters that can be applied to dashboard
- Name string
- the name of the dashboard
- Owner string
- the owner of the dashboard
- Consistent
Colors bool - The tile uses consistent colors when rendering its content
- Dynamic
Filters DashboardDashboard Metadata Dynamic Filters - Dashboard filter configuration of a dashboard
- Filter
Dashboard
Dashboard Metadata Filter - Global filter Settings for the Dashboard
- Preset bool
- the dashboard is a preset (
true
) or not (false
). Default isfalse
. - bool
- the dashboard is shared (
true
) or private (false
) - Dashboard
Dashboard Metadata Sharing Details - represents sharing configuration of a dashboard
- []string
- a set of tags assigned to the dashboard
- Tiles
Name stringSize - No documentation available
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Valid
Filter []stringKeys - a set of all possible global dashboard filters that can be applied to dashboard
- name String
- the name of the dashboard
- owner String
- the owner of the dashboard
- consistent
Colors Boolean - The tile uses consistent colors when rendering its content
- dynamic
Filters DashboardDashboard Metadata Dynamic Filters - Dashboard filter configuration of a dashboard
- filter
Dashboard
Dashboard Metadata Filter - Global filter Settings for the Dashboard
- preset Boolean
- the dashboard is a preset (
true
) or not (false
). Default isfalse
. - Boolean
- the dashboard is shared (
true
) or private (false
) - Dashboard
Dashboard Metadata Sharing Details - represents sharing configuration of a dashboard
- List<String>
- a set of tags assigned to the dashboard
- tiles
Name StringSize - No documentation available
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- valid
Filter List<String>Keys - a set of all possible global dashboard filters that can be applied to dashboard
- name string
- the name of the dashboard
- owner string
- the owner of the dashboard
- consistent
Colors boolean - The tile uses consistent colors when rendering its content
- dynamic
Filters DashboardDashboard Metadata Dynamic Filters - Dashboard filter configuration of a dashboard
- filter
Dashboard
Dashboard Metadata Filter - Global filter Settings for the Dashboard
- preset boolean
- the dashboard is a preset (
true
) or not (false
). Default isfalse
. - boolean
- the dashboard is shared (
true
) or private (false
) - Dashboard
Dashboard Metadata Sharing Details - represents sharing configuration of a dashboard
- string[]
- a set of tags assigned to the dashboard
- tiles
Name stringSize - No documentation available
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- valid
Filter string[]Keys - a set of all possible global dashboard filters that can be applied to dashboard
- name str
- the name of the dashboard
- owner str
- the owner of the dashboard
- consistent_
colors bool - The tile uses consistent colors when rendering its content
- dynamic_
filters DashboardDashboard Metadata Dynamic Filters - Dashboard filter configuration of a dashboard
- filter
Dashboard
Dashboard Metadata Filter - Global filter Settings for the Dashboard
- preset bool
- the dashboard is a preset (
true
) or not (false
). Default isfalse
. - bool
- the dashboard is shared (
true
) or private (false
) - Dashboard
Dashboard Metadata Sharing Details - represents sharing configuration of a dashboard
- Sequence[str]
- a set of tags assigned to the dashboard
- tiles_
name_ strsize - No documentation available
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- valid_
filter_ Sequence[str]keys - a set of all possible global dashboard filters that can be applied to dashboard
- name String
- the name of the dashboard
- owner String
- the owner of the dashboard
- consistent
Colors Boolean - The tile uses consistent colors when rendering its content
- dynamic
Filters Property Map - Dashboard filter configuration of a dashboard
- filter Property Map
- Global filter Settings for the Dashboard
- preset Boolean
- the dashboard is a preset (
true
) or not (false
). Default isfalse
. - Boolean
- the dashboard is shared (
true
) or private (false
) - Property Map
- represents sharing configuration of a dashboard
- List<String>
- a set of tags assigned to the dashboard
- tiles
Name StringSize - No documentation available
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- valid
Filter List<String>Keys - a set of all possible global dashboard filters that can be applied to dashboard
DashboardDashboardMetadataDynamicFilters, DashboardDashboardMetadataDynamicFiltersArgs
- Filters List<string>
- A set of all possible global dashboard filters that can be applied to a dashboard
- Generic
Tag Pulumiverse.Filters Dynatrace. Inputs. Dashboard Dashboard Metadata Dynamic Filters Generic Tag Filters - A set of generic tag filters that can be applied to a dashboard
- List<string>
A set of entities applied for tag filter suggestions. You can fetch the list of possible values with the GET all entity typesrequest.
Only applicable if the filters set includes
TAG_KEY:<tagname>
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Filters []string
- A set of all possible global dashboard filters that can be applied to a dashboard
- Generic
Tag DashboardFilters Dashboard Metadata Dynamic Filters Generic Tag Filters - A set of generic tag filters that can be applied to a dashboard
- []string
A set of entities applied for tag filter suggestions. You can fetch the list of possible values with the GET all entity typesrequest.
Only applicable if the filters set includes
TAG_KEY:<tagname>
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- filters List<String>
- A set of all possible global dashboard filters that can be applied to a dashboard
- generic
Tag DashboardFilters Dashboard Metadata Dynamic Filters Generic Tag Filters - A set of generic tag filters that can be applied to a dashboard
- List<String>
A set of entities applied for tag filter suggestions. You can fetch the list of possible values with the GET all entity typesrequest.
Only applicable if the filters set includes
TAG_KEY:<tagname>
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- filters string[]
- A set of all possible global dashboard filters that can be applied to a dashboard
- generic
Tag DashboardFilters Dashboard Metadata Dynamic Filters Generic Tag Filters - A set of generic tag filters that can be applied to a dashboard
- string[]
A set of entities applied for tag filter suggestions. You can fetch the list of possible values with the GET all entity typesrequest.
Only applicable if the filters set includes
TAG_KEY:<tagname>
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- filters Sequence[str]
- A set of all possible global dashboard filters that can be applied to a dashboard
- generic_
tag_ Dashboardfilters Dashboard Metadata Dynamic Filters Generic Tag Filters - A set of generic tag filters that can be applied to a dashboard
- tag_
suggestion_ Sequence[str]types A set of entities applied for tag filter suggestions. You can fetch the list of possible values with the GET all entity typesrequest.
Only applicable if the filters set includes
TAG_KEY:<tagname>
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- filters List<String>
- A set of all possible global dashboard filters that can be applied to a dashboard
- generic
Tag Property MapFilters - A set of generic tag filters that can be applied to a dashboard
- List<String>
A set of entities applied for tag filter suggestions. You can fetch the list of possible values with the GET all entity typesrequest.
Only applicable if the filters set includes
TAG_KEY:<tagname>
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardDashboardMetadataDynamicFiltersGenericTagFilters, DashboardDashboardMetadataDynamicFiltersGenericTagFiltersArgs
DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilter, DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilterArgs
- Entity
Types List<string> - Entity types affected by tag
- Name string
- The display name used to identify this generic filter
- Suggestions
From stringEntity Type - The entity type for which the suggestions should be provided.
- Tag
Key string - The tag key for this filter
- Entity
Types []string - Entity types affected by tag
- Name string
- The display name used to identify this generic filter
- Suggestions
From stringEntity Type - The entity type for which the suggestions should be provided.
- Tag
Key string - The tag key for this filter
- entity
Types List<String> - Entity types affected by tag
- name String
- The display name used to identify this generic filter
- suggestions
From StringEntity Type - The entity type for which the suggestions should be provided.
- tag
Key String - The tag key for this filter
- entity
Types string[] - Entity types affected by tag
- name string
- The display name used to identify this generic filter
- suggestions
From stringEntity Type - The entity type for which the suggestions should be provided.
- tag
Key string - The tag key for this filter
- entity_
types Sequence[str] - Entity types affected by tag
- name str
- The display name used to identify this generic filter
- suggestions_
from_ strentity_ type - The entity type for which the suggestions should be provided.
- tag_
key str - The tag key for this filter
- entity
Types List<String> - Entity types affected by tag
- name String
- The display name used to identify this generic filter
- suggestions
From StringEntity Type - The entity type for which the suggestions should be provided.
- tag
Key String - The tag key for this filter
DashboardDashboardMetadataFilter, DashboardDashboardMetadataFilterArgs
- Management
Zones List<Pulumiverse.Dynatrace. Inputs. Dashboard Dashboard Metadata Filter Management Zone> - the management zone this dashboard applies to
- Timeframe string
- the default timeframe of the dashboard
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Management
Zones []DashboardDashboard Metadata Filter Management Zone - the management zone this dashboard applies to
- Timeframe string
- the default timeframe of the dashboard
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zones List<DashboardDashboard Metadata Filter Management Zone> - the management zone this dashboard applies to
- timeframe String
- the default timeframe of the dashboard
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zones DashboardDashboard Metadata Filter Management Zone[] - the management zone this dashboard applies to
- timeframe string
- the default timeframe of the dashboard
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management_
zones Sequence[DashboardDashboard Metadata Filter Management Zone] - the management zone this dashboard applies to
- timeframe str
- the default timeframe of the dashboard
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zones List<Property Map> - the management zone this dashboard applies to
- timeframe String
- the default timeframe of the dashboard
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardDashboardMetadataFilterManagementZone, DashboardDashboardMetadataFilterManagementZoneArgs
- Id string
- the ID of the Dynatrace entity
- Description string
- a short description of the Dynatrace entity
- Name string
- the name of the Dynatrace entity
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Id string
- the ID of the Dynatrace entity
- Description string
- a short description of the Dynatrace entity
- Name string
- the name of the Dynatrace entity
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id String
- the ID of the Dynatrace entity
- description String
- a short description of the Dynatrace entity
- name String
- the name of the Dynatrace entity
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id string
- the ID of the Dynatrace entity
- description string
- a short description of the Dynatrace entity
- name string
- the name of the Dynatrace entity
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id str
- the ID of the Dynatrace entity
- description str
- a short description of the Dynatrace entity
- name str
- the name of the Dynatrace entity
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id String
- the ID of the Dynatrace entity
- description String
- a short description of the Dynatrace entity
- name String
- the name of the Dynatrace entity
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardDashboardMetadataSharingDetails, DashboardDashboardMetadataSharingDetailsArgs
- Boolean
- If
true
, the dashboard is shared via link and authenticated users with the link can view - published Boolean
- If
true
, the dashboard is published to anyone on this environment - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- boolean
- If
true
, the dashboard is shared via link and authenticated users with the link can view - published boolean
- If
true
, the dashboard is published to anyone on this environment - unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Boolean
- If
true
, the dashboard is shared via link and authenticated users with the link can view - published Boolean
- If
true
, the dashboard is published to anyone on this environment - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardMetadata, DashboardMetadataArgs
- Cluster
Version string - Dynatrace server version
- Configuration
Versions List<int> - A Sorted list of the version numbers of the configuration
- Current
Configuration List<string>Versions - A Sorted list of the version numbers of the configuration
- Cluster
Version string - Dynatrace server version
- Configuration
Versions []int - A Sorted list of the version numbers of the configuration
- Current
Configuration []stringVersions - A Sorted list of the version numbers of the configuration
- cluster
Version String - Dynatrace server version
- configuration
Versions List<Integer> - A Sorted list of the version numbers of the configuration
- current
Configuration List<String>Versions - A Sorted list of the version numbers of the configuration
- cluster
Version string - Dynatrace server version
- configuration
Versions number[] - A Sorted list of the version numbers of the configuration
- current
Configuration string[]Versions - A Sorted list of the version numbers of the configuration
- cluster_
version str - Dynatrace server version
- configuration_
versions Sequence[int] - A Sorted list of the version numbers of the configuration
- current_
configuration_ Sequence[str]versions - A Sorted list of the version numbers of the configuration
- cluster
Version String - Dynatrace server version
- configuration
Versions List<Number> - A Sorted list of the version numbers of the configuration
- current
Configuration List<String>Versions - A Sorted list of the version numbers of the configuration
DashboardTile, DashboardTileArgs
- Name string
- the name of the tile
- Tile
Type string - the type of the tile. Must be either
APPLICATION_WORLDMAP
,RESOURCES
,THIRD_PARTY_MOST_ACTIVE
,UEM_CONVERSIONS_PER_GOAL
,PROCESS_GROUPS_ONE
orHOST
. - Assigned
Entities List<string> - The list of Dynatrace entities, assigned to the tile
- Auto
Refresh boolDisabled - Auto Refresh is disabled (
true
) - Bounds
Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Bounds - the position and size of a tile
- Chart
Visible bool - Configured bool
- The tile is configured and ready to use (
true
) or just placed on the dashboard (false
) - Custom
Name string - The name of the tile, set by user
- Exclude
Maintenance boolWindows - Include (
false') or exclude (
true`) maintenance windows from availability calculations - Filter
Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter - is filter applied to a tile. It overrides dashboard's filter
- Filter
Config Pulumiverse.Dynatrace. Inputs. Dashboard Tile Filter Config - the position and size of a tile
- Limit int
- The limit of the results, if not set will use the default value of the system
- Markdown string
- The markdown-formatted content of the tile
- Metric string
- The metric assigned to the tile
- Name
Size string - The size of the tile name. Possible values are
small
,medium
andlarge
. - Query string
- A user session query executed by the tile
- Time
Frame stringShift - The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
- Type string
- The attribute
type
exists for backwards compatibilty. Usage is discouraged. You should usevisualization
instead. - Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Visualization string
- The visualization of the tile. Possible values are:
COLUMN_CHART
,FUNNEL
,LINE_CHART
,PIE_CHART
,SINGLE_VALUE
,TABLE
- Visualization
Config Pulumiverse.Dynatrace. Inputs. Dashboard Tile Visualization Config - Configuration of a User session query visualization tile
- Name string
- the name of the tile
- Tile
Type string - the type of the tile. Must be either
APPLICATION_WORLDMAP
,RESOURCES
,THIRD_PARTY_MOST_ACTIVE
,UEM_CONVERSIONS_PER_GOAL
,PROCESS_GROUPS_ONE
orHOST
. - Assigned
Entities []string - The list of Dynatrace entities, assigned to the tile
- Auto
Refresh boolDisabled - Auto Refresh is disabled (
true
) - Bounds
Dashboard
Tile Bounds - the position and size of a tile
- Chart
Visible bool - Configured bool
- The tile is configured and ready to use (
true
) or just placed on the dashboard (false
) - Custom
Name string - The name of the tile, set by user
- Exclude
Maintenance boolWindows - Include (
false') or exclude (
true`) maintenance windows from availability calculations - Filter
Dashboard
Tile Filter - is filter applied to a tile. It overrides dashboard's filter
- Filter
Config DashboardTile Filter Config - the position and size of a tile
- Limit int
- The limit of the results, if not set will use the default value of the system
- Markdown string
- The markdown-formatted content of the tile
- Metric string
- The metric assigned to the tile
- Name
Size string - The size of the tile name. Possible values are
small
,medium
andlarge
. - Query string
- A user session query executed by the tile
- Time
Frame stringShift - The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
- Type string
- The attribute
type
exists for backwards compatibilty. Usage is discouraged. You should usevisualization
instead. - Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Visualization string
- The visualization of the tile. Possible values are:
COLUMN_CHART
,FUNNEL
,LINE_CHART
,PIE_CHART
,SINGLE_VALUE
,TABLE
- Visualization
Config DashboardTile Visualization Config - Configuration of a User session query visualization tile
- name String
- the name of the tile
- tile
Type String - the type of the tile. Must be either
APPLICATION_WORLDMAP
,RESOURCES
,THIRD_PARTY_MOST_ACTIVE
,UEM_CONVERSIONS_PER_GOAL
,PROCESS_GROUPS_ONE
orHOST
. - assigned
Entities List<String> - The list of Dynatrace entities, assigned to the tile
- auto
Refresh BooleanDisabled - Auto Refresh is disabled (
true
) - bounds
Dashboard
Tile Bounds - the position and size of a tile
- chart
Visible Boolean - configured Boolean
- The tile is configured and ready to use (
true
) or just placed on the dashboard (false
) - custom
Name String - The name of the tile, set by user
- exclude
Maintenance BooleanWindows - Include (
false') or exclude (
true`) maintenance windows from availability calculations - filter
Dashboard
Tile Filter - is filter applied to a tile. It overrides dashboard's filter
- filter
Config DashboardTile Filter Config - the position and size of a tile
- limit Integer
- The limit of the results, if not set will use the default value of the system
- markdown String
- The markdown-formatted content of the tile
- metric String
- The metric assigned to the tile
- name
Size String - The size of the tile name. Possible values are
small
,medium
andlarge
. - query String
- A user session query executed by the tile
- time
Frame StringShift - The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
- type String
- The attribute
type
exists for backwards compatibilty. Usage is discouraged. You should usevisualization
instead. - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- visualization String
- The visualization of the tile. Possible values are:
COLUMN_CHART
,FUNNEL
,LINE_CHART
,PIE_CHART
,SINGLE_VALUE
,TABLE
- visualization
Config DashboardTile Visualization Config - Configuration of a User session query visualization tile
- name string
- the name of the tile
- tile
Type string - the type of the tile. Must be either
APPLICATION_WORLDMAP
,RESOURCES
,THIRD_PARTY_MOST_ACTIVE
,UEM_CONVERSIONS_PER_GOAL
,PROCESS_GROUPS_ONE
orHOST
. - assigned
Entities string[] - The list of Dynatrace entities, assigned to the tile
- auto
Refresh booleanDisabled - Auto Refresh is disabled (
true
) - bounds
Dashboard
Tile Bounds - the position and size of a tile
- chart
Visible boolean - configured boolean
- The tile is configured and ready to use (
true
) or just placed on the dashboard (false
) - custom
Name string - The name of the tile, set by user
- exclude
Maintenance booleanWindows - Include (
false') or exclude (
true`) maintenance windows from availability calculations - filter
Dashboard
Tile Filter - is filter applied to a tile. It overrides dashboard's filter
- filter
Config DashboardTile Filter Config - the position and size of a tile
- limit number
- The limit of the results, if not set will use the default value of the system
- markdown string
- The markdown-formatted content of the tile
- metric string
- The metric assigned to the tile
- name
Size string - The size of the tile name. Possible values are
small
,medium
andlarge
. - query string
- A user session query executed by the tile
- time
Frame stringShift - The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
- type string
- The attribute
type
exists for backwards compatibilty. Usage is discouraged. You should usevisualization
instead. - unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- visualization string
- The visualization of the tile. Possible values are:
COLUMN_CHART
,FUNNEL
,LINE_CHART
,PIE_CHART
,SINGLE_VALUE
,TABLE
- visualization
Config DashboardTile Visualization Config - Configuration of a User session query visualization tile
- name str
- the name of the tile
- tile_
type str - the type of the tile. Must be either
APPLICATION_WORLDMAP
,RESOURCES
,THIRD_PARTY_MOST_ACTIVE
,UEM_CONVERSIONS_PER_GOAL
,PROCESS_GROUPS_ONE
orHOST
. - assigned_
entities Sequence[str] - The list of Dynatrace entities, assigned to the tile
- auto_
refresh_ booldisabled - Auto Refresh is disabled (
true
) - bounds
Dashboard
Tile Bounds - the position and size of a tile
- chart_
visible bool - configured bool
- The tile is configured and ready to use (
true
) or just placed on the dashboard (false
) - custom_
name str - The name of the tile, set by user
- exclude_
maintenance_ boolwindows - Include (
false') or exclude (
true`) maintenance windows from availability calculations - filter
Dashboard
Tile Filter - is filter applied to a tile. It overrides dashboard's filter
- filter_
config DashboardTile Filter Config - the position and size of a tile
- limit int
- The limit of the results, if not set will use the default value of the system
- markdown str
- The markdown-formatted content of the tile
- metric str
- The metric assigned to the tile
- name_
size str - The size of the tile name. Possible values are
small
,medium
andlarge
. - query str
- A user session query executed by the tile
- time_
frame_ strshift - The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
- type str
- The attribute
type
exists for backwards compatibilty. Usage is discouraged. You should usevisualization
instead. - unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- visualization str
- The visualization of the tile. Possible values are:
COLUMN_CHART
,FUNNEL
,LINE_CHART
,PIE_CHART
,SINGLE_VALUE
,TABLE
- visualization_
config DashboardTile Visualization Config - Configuration of a User session query visualization tile
- name String
- the name of the tile
- tile
Type String - the type of the tile. Must be either
APPLICATION_WORLDMAP
,RESOURCES
,THIRD_PARTY_MOST_ACTIVE
,UEM_CONVERSIONS_PER_GOAL
,PROCESS_GROUPS_ONE
orHOST
. - assigned
Entities List<String> - The list of Dynatrace entities, assigned to the tile
- auto
Refresh BooleanDisabled - Auto Refresh is disabled (
true
) - bounds Property Map
- the position and size of a tile
- chart
Visible Boolean - configured Boolean
- The tile is configured and ready to use (
true
) or just placed on the dashboard (false
) - custom
Name String - The name of the tile, set by user
- exclude
Maintenance BooleanWindows - Include (
false') or exclude (
true`) maintenance windows from availability calculations - filter Property Map
- is filter applied to a tile. It overrides dashboard's filter
- filter
Config Property Map - the position and size of a tile
- limit Number
- The limit of the results, if not set will use the default value of the system
- markdown String
- The markdown-formatted content of the tile
- metric String
- The metric assigned to the tile
- name
Size String - The size of the tile name. Possible values are
small
,medium
andlarge
. - query String
- A user session query executed by the tile
- time
Frame StringShift - The comparison timeframe of the query. If specified, you additionally get the results of the same query with the specified time shift
- type String
- The attribute
type
exists for backwards compatibilty. Usage is discouraged. You should usevisualization
instead. - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- visualization String
- The visualization of the tile. Possible values are:
COLUMN_CHART
,FUNNEL
,LINE_CHART
,PIE_CHART
,SINGLE_VALUE
,TABLE
- visualization
Config Property Map - Configuration of a User session query visualization tile
DashboardTileBounds, DashboardTileBoundsArgs
- Height int
- the height of the tile, in pixels
- Left int
- the horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- Top int
- the vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- Width int
- the width of the tile, in pixels
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Height int
- the height of the tile, in pixels
- Left int
- the horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- Top int
- the vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- Width int
- the width of the tile, in pixels
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- height Integer
- the height of the tile, in pixels
- left Integer
- the horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- top Integer
- the vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- width Integer
- the width of the tile, in pixels
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- height number
- the height of the tile, in pixels
- left number
- the horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- top number
- the vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- width number
- the width of the tile, in pixels
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- height int
- the height of the tile, in pixels
- left int
- the horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- top int
- the vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- width int
- the width of the tile, in pixels
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- height Number
- the height of the tile, in pixels
- left Number
- the horizontal distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- top Number
- the vertical distance from the top left corner of the dashboard to the top left corner of the tile, in pixels
- width Number
- the width of the tile, in pixels
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileFilter, DashboardTileFilterArgs
- Management
Zones List<Pulumiverse.Dynatrace. Inputs. Dashboard Tile Filter Management Zone> - the management zone this tile applies to
- Timeframe string
- the default timeframe of the tile
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Management
Zones []DashboardTile Filter Management Zone - the management zone this tile applies to
- Timeframe string
- the default timeframe of the tile
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zones List<DashboardTile Filter Management Zone> - the management zone this tile applies to
- timeframe String
- the default timeframe of the tile
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zones DashboardTile Filter Management Zone[] - the management zone this tile applies to
- timeframe string
- the default timeframe of the tile
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management_
zones Sequence[DashboardTile Filter Management Zone] - the management zone this tile applies to
- timeframe str
- the default timeframe of the tile
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- management
Zones List<Property Map> - the management zone this tile applies to
- timeframe String
- the default timeframe of the tile
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileFilterConfig, DashboardTileFilterConfigArgs
- Custom
Name string - The name of the tile, set by user
- Default
Name string - The default name of the tile
- Type string
- The type of the filter. Possible values are
ALB
,APPLICATION
,APPLICATION_METHOD
,APPMON
,ASG
,AWS_CREDENTIALS
,AWS_CUSTOM_SERVICE
,AWS_LAMBDA_FUNCTION
,CLOUD_APPLICATION
,CLOUD_APPLICATION_INSTANCE
,CLOUD_APPLICATION_NAMESPACE
,CONTAINER_GROUP_INSTANCE
,CUSTOM_APPLICATION
,CUSTOM_DEVICES
,CUSTOM_SERVICES
,DATABASE
,DATABASE_KEY_REQUEST
,DCRUM_APPLICATION
,DCRUM_ENTITY
,DYNAMO_DB
,EBS
,EC2
,ELB
,ENVIRONMENT
,ESXI
,EXTERNAL_SYNTHETIC_TEST
,GLOBAL_BACKGROUND_ACTIVITY
,HOST
,IOT
,KUBERNETES_CLUSTER
,KUBERNETES_NODE
,MDA_SERVICE
,MIXED
,MOBILE_APPLICATION
,MONITORED_ENTITY
,NLB
,PG_BACKGROUND_ACTIVITY
,PROBLEM
,PROCESS_GROUP_INSTANCE
,RDS
,REMOTE_PLUGIN
,SERVICE
,SERVICE_KEY_REQUEST
,SYNTHETIC_BROWSER_MONITOR
,SYNTHETIC_HTTPCHECK
,SYNTHETIC_HTTPCHECK_STEP
,SYNTHETIC_LOCATION
,SYNTHETIC_TEST
,SYNTHETIC_TEST_STEP
,UI_ENTITY
,VIRTUAL_MACHINE
,WEB_CHECK
. - Chart
Config Pulumiverse.Dynatrace. Inputs. Dashboard Tile Filter Config Chart Config - Configuration of a custom chart
- Filters
Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter Config Filters - Configuration of a custom chart
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Custom
Name string - The name of the tile, set by user
- Default
Name string - The default name of the tile
- Type string
- The type of the filter. Possible values are
ALB
,APPLICATION
,APPLICATION_METHOD
,APPMON
,ASG
,AWS_CREDENTIALS
,AWS_CUSTOM_SERVICE
,AWS_LAMBDA_FUNCTION
,CLOUD_APPLICATION
,CLOUD_APPLICATION_INSTANCE
,CLOUD_APPLICATION_NAMESPACE
,CONTAINER_GROUP_INSTANCE
,CUSTOM_APPLICATION
,CUSTOM_DEVICES
,CUSTOM_SERVICES
,DATABASE
,DATABASE_KEY_REQUEST
,DCRUM_APPLICATION
,DCRUM_ENTITY
,DYNAMO_DB
,EBS
,EC2
,ELB
,ENVIRONMENT
,ESXI
,EXTERNAL_SYNTHETIC_TEST
,GLOBAL_BACKGROUND_ACTIVITY
,HOST
,IOT
,KUBERNETES_CLUSTER
,KUBERNETES_NODE
,MDA_SERVICE
,MIXED
,MOBILE_APPLICATION
,MONITORED_ENTITY
,NLB
,PG_BACKGROUND_ACTIVITY
,PROBLEM
,PROCESS_GROUP_INSTANCE
,RDS
,REMOTE_PLUGIN
,SERVICE
,SERVICE_KEY_REQUEST
,SYNTHETIC_BROWSER_MONITOR
,SYNTHETIC_HTTPCHECK
,SYNTHETIC_HTTPCHECK_STEP
,SYNTHETIC_LOCATION
,SYNTHETIC_TEST
,SYNTHETIC_TEST_STEP
,UI_ENTITY
,VIRTUAL_MACHINE
,WEB_CHECK
. - Chart
Config DashboardTile Filter Config Chart Config - Configuration of a custom chart
- Filters
Dashboard
Tile Filter Config Filters - Configuration of a custom chart
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom
Name String - The name of the tile, set by user
- default
Name String - The default name of the tile
- type String
- The type of the filter. Possible values are
ALB
,APPLICATION
,APPLICATION_METHOD
,APPMON
,ASG
,AWS_CREDENTIALS
,AWS_CUSTOM_SERVICE
,AWS_LAMBDA_FUNCTION
,CLOUD_APPLICATION
,CLOUD_APPLICATION_INSTANCE
,CLOUD_APPLICATION_NAMESPACE
,CONTAINER_GROUP_INSTANCE
,CUSTOM_APPLICATION
,CUSTOM_DEVICES
,CUSTOM_SERVICES
,DATABASE
,DATABASE_KEY_REQUEST
,DCRUM_APPLICATION
,DCRUM_ENTITY
,DYNAMO_DB
,EBS
,EC2
,ELB
,ENVIRONMENT
,ESXI
,EXTERNAL_SYNTHETIC_TEST
,GLOBAL_BACKGROUND_ACTIVITY
,HOST
,IOT
,KUBERNETES_CLUSTER
,KUBERNETES_NODE
,MDA_SERVICE
,MIXED
,MOBILE_APPLICATION
,MONITORED_ENTITY
,NLB
,PG_BACKGROUND_ACTIVITY
,PROBLEM
,PROCESS_GROUP_INSTANCE
,RDS
,REMOTE_PLUGIN
,SERVICE
,SERVICE_KEY_REQUEST
,SYNTHETIC_BROWSER_MONITOR
,SYNTHETIC_HTTPCHECK
,SYNTHETIC_HTTPCHECK_STEP
,SYNTHETIC_LOCATION
,SYNTHETIC_TEST
,SYNTHETIC_TEST_STEP
,UI_ENTITY
,VIRTUAL_MACHINE
,WEB_CHECK
. - chart
Config DashboardTile Filter Config Chart Config - Configuration of a custom chart
- filters
Dashboard
Tile Filter Config Filters - Configuration of a custom chart
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom
Name string - The name of the tile, set by user
- default
Name string - The default name of the tile
- type string
- The type of the filter. Possible values are
ALB
,APPLICATION
,APPLICATION_METHOD
,APPMON
,ASG
,AWS_CREDENTIALS
,AWS_CUSTOM_SERVICE
,AWS_LAMBDA_FUNCTION
,CLOUD_APPLICATION
,CLOUD_APPLICATION_INSTANCE
,CLOUD_APPLICATION_NAMESPACE
,CONTAINER_GROUP_INSTANCE
,CUSTOM_APPLICATION
,CUSTOM_DEVICES
,CUSTOM_SERVICES
,DATABASE
,DATABASE_KEY_REQUEST
,DCRUM_APPLICATION
,DCRUM_ENTITY
,DYNAMO_DB
,EBS
,EC2
,ELB
,ENVIRONMENT
,ESXI
,EXTERNAL_SYNTHETIC_TEST
,GLOBAL_BACKGROUND_ACTIVITY
,HOST
,IOT
,KUBERNETES_CLUSTER
,KUBERNETES_NODE
,MDA_SERVICE
,MIXED
,MOBILE_APPLICATION
,MONITORED_ENTITY
,NLB
,PG_BACKGROUND_ACTIVITY
,PROBLEM
,PROCESS_GROUP_INSTANCE
,RDS
,REMOTE_PLUGIN
,SERVICE
,SERVICE_KEY_REQUEST
,SYNTHETIC_BROWSER_MONITOR
,SYNTHETIC_HTTPCHECK
,SYNTHETIC_HTTPCHECK_STEP
,SYNTHETIC_LOCATION
,SYNTHETIC_TEST
,SYNTHETIC_TEST_STEP
,UI_ENTITY
,VIRTUAL_MACHINE
,WEB_CHECK
. - chart
Config DashboardTile Filter Config Chart Config - Configuration of a custom chart
- filters
Dashboard
Tile Filter Config Filters - Configuration of a custom chart
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom_
name str - The name of the tile, set by user
- default_
name str - The default name of the tile
- type str
- The type of the filter. Possible values are
ALB
,APPLICATION
,APPLICATION_METHOD
,APPMON
,ASG
,AWS_CREDENTIALS
,AWS_CUSTOM_SERVICE
,AWS_LAMBDA_FUNCTION
,CLOUD_APPLICATION
,CLOUD_APPLICATION_INSTANCE
,CLOUD_APPLICATION_NAMESPACE
,CONTAINER_GROUP_INSTANCE
,CUSTOM_APPLICATION
,CUSTOM_DEVICES
,CUSTOM_SERVICES
,DATABASE
,DATABASE_KEY_REQUEST
,DCRUM_APPLICATION
,DCRUM_ENTITY
,DYNAMO_DB
,EBS
,EC2
,ELB
,ENVIRONMENT
,ESXI
,EXTERNAL_SYNTHETIC_TEST
,GLOBAL_BACKGROUND_ACTIVITY
,HOST
,IOT
,KUBERNETES_CLUSTER
,KUBERNETES_NODE
,MDA_SERVICE
,MIXED
,MOBILE_APPLICATION
,MONITORED_ENTITY
,NLB
,PG_BACKGROUND_ACTIVITY
,PROBLEM
,PROCESS_GROUP_INSTANCE
,RDS
,REMOTE_PLUGIN
,SERVICE
,SERVICE_KEY_REQUEST
,SYNTHETIC_BROWSER_MONITOR
,SYNTHETIC_HTTPCHECK
,SYNTHETIC_HTTPCHECK_STEP
,SYNTHETIC_LOCATION
,SYNTHETIC_TEST
,SYNTHETIC_TEST_STEP
,UI_ENTITY
,VIRTUAL_MACHINE
,WEB_CHECK
. - chart_
config DashboardTile Filter Config Chart Config - Configuration of a custom chart
- filters
Dashboard
Tile Filter Config Filters - Configuration of a custom chart
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom
Name String - The name of the tile, set by user
- default
Name String - The default name of the tile
- type String
- The type of the filter. Possible values are
ALB
,APPLICATION
,APPLICATION_METHOD
,APPMON
,ASG
,AWS_CREDENTIALS
,AWS_CUSTOM_SERVICE
,AWS_LAMBDA_FUNCTION
,CLOUD_APPLICATION
,CLOUD_APPLICATION_INSTANCE
,CLOUD_APPLICATION_NAMESPACE
,CONTAINER_GROUP_INSTANCE
,CUSTOM_APPLICATION
,CUSTOM_DEVICES
,CUSTOM_SERVICES
,DATABASE
,DATABASE_KEY_REQUEST
,DCRUM_APPLICATION
,DCRUM_ENTITY
,DYNAMO_DB
,EBS
,EC2
,ELB
,ENVIRONMENT
,ESXI
,EXTERNAL_SYNTHETIC_TEST
,GLOBAL_BACKGROUND_ACTIVITY
,HOST
,IOT
,KUBERNETES_CLUSTER
,KUBERNETES_NODE
,MDA_SERVICE
,MIXED
,MOBILE_APPLICATION
,MONITORED_ENTITY
,NLB
,PG_BACKGROUND_ACTIVITY
,PROBLEM
,PROCESS_GROUP_INSTANCE
,RDS
,REMOTE_PLUGIN
,SERVICE
,SERVICE_KEY_REQUEST
,SYNTHETIC_BROWSER_MONITOR
,SYNTHETIC_HTTPCHECK
,SYNTHETIC_HTTPCHECK_STEP
,SYNTHETIC_LOCATION
,SYNTHETIC_TEST
,SYNTHETIC_TEST_STEP
,UI_ENTITY
,VIRTUAL_MACHINE
,WEB_CHECK
. - chart
Config Property Map - Configuration of a custom chart
- filters Property Map
- Configuration of a custom chart
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileFilterConfigChartConfig, DashboardTileFilterConfigChartConfigArgs
- Type string
- The type of the chart
- Axis
Limits Dictionary<string, double> - The optional custom y-axis limits
- Left
Axis stringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- Legend bool
- Defines if a legend should be shown
- Result
Metadatas List<Pulumiverse.Dynatrace. Inputs. Dashboard Tile Filter Config Chart Config Result Metadata> - Additional information about charted metric
- Right
Axis stringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- Series
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter Config Chart Config Series> - A list of charted metrics
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Type string
- The type of the chart
- Axis
Limits map[string]float64 - The optional custom y-axis limits
- Left
Axis stringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- Legend bool
- Defines if a legend should be shown
- Result
Metadatas []DashboardTile Filter Config Chart Config Result Metadata - Additional information about charted metric
- Right
Axis stringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- Series
[]Dashboard
Tile Filter Config Chart Config Series - A list of charted metrics
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- type String
- The type of the chart
- axis
Limits Map<String,Double> - The optional custom y-axis limits
- left
Axis StringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- legend Boolean
- Defines if a legend should be shown
- result
Metadatas List<DashboardTile Filter Config Chart Config Result Metadata> - Additional information about charted metric
- right
Axis StringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- series
List<Dashboard
Tile Filter Config Chart Config Series> - A list of charted metrics
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- type string
- The type of the chart
- axis
Limits {[key: string]: number} - The optional custom y-axis limits
- left
Axis stringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- legend boolean
- Defines if a legend should be shown
- result
Metadatas DashboardTile Filter Config Chart Config Result Metadata[] - Additional information about charted metric
- right
Axis stringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- series
Dashboard
Tile Filter Config Chart Config Series[] - A list of charted metrics
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- type str
- The type of the chart
- axis_
limits Mapping[str, float] - The optional custom y-axis limits
- left_
axis_ strcustom_ unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- legend bool
- Defines if a legend should be shown
- result_
metadatas Sequence[DashboardTile Filter Config Chart Config Result Metadata] - Additional information about charted metric
- right_
axis_ strcustom_ unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- series
Sequence[Dashboard
Tile Filter Config Chart Config Series] - A list of charted metrics
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- type String
- The type of the chart
- axis
Limits Map<Number> - The optional custom y-axis limits
- left
Axis StringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- legend Boolean
- Defines if a legend should be shown
- result
Metadatas List<Property Map> - Additional information about charted metric
- right
Axis StringCustom Unit - Either one of
Bit
,BitPerHour
,BitPerMinute
,BitPerSecond
,Byte
,BytePerHour
,BytePerMinute
,BytePerSecond
,Cores
,Count
,Day
,DecibelMilliWatt
,GibiByte
,Giga
,GigaByte
,Hour
,KibiByte
,KibiBytePerHour
,KibiBytePerMinute
,KibiBytePerSecond
,Kilo
,KiloByte
,KiloBytePerHour
,KiloBytePerMinute
,KiloBytePerSecond
,MebiByte
,MebiBytePerHour
,MebiBytePerMinute
,MebiBytePerSecond
,Mega
,MegaByte
,MegaBytePerHour
,MegaBytePerMinute
,MegaBytePerSecond
,MicroSecond
,MilliCores
,MilliSecond
,MilliSecondPerMinute
,Minute
,Month
,NanoSecond
,NanoSecondPerMinute
,NotApplicable
,PerHour
,PerMinute
,PerSecond
,Percent
,Pixel
,Promille
,Ratio
,Second
,State
,Unspecified
,Week
,Year
- series List<Property Map>
- A list of charted metrics
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileFilterConfigChartConfigResultMetadata, DashboardTileFilterConfigChartConfigResultMetadataArgs
- Configs
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter Config Chart Config Result Metadata Config> - Additional metadata for charted metric
- Configs
[]Dashboard
Tile Filter Config Chart Config Result Metadata Config - Additional metadata for charted metric
- configs
List<Dashboard
Tile Filter Config Chart Config Result Metadata Config> - Additional metadata for charted metric
- configs
Dashboard
Tile Filter Config Chart Config Result Metadata Config[] - Additional metadata for charted metric
- configs
Sequence[Dashboard
Tile Filter Config Chart Config Result Metadata Config] - Additional metadata for charted metric
- configs List<Property Map>
- Additional metadata for charted metric
DashboardTileFilterConfigChartConfigResultMetadataConfig, DashboardTileFilterConfigChartConfigResultMetadataConfigArgs
- Custom
Color string - The color of the metric in the chart, hex format
- Key string
- A generated key by the Dynatrace Server
- Last
Modified int - The timestamp of the last metadata modification, in UTC milliseconds
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Custom
Color string - The color of the metric in the chart, hex format
- Key string
- A generated key by the Dynatrace Server
- Last
Modified int - The timestamp of the last metadata modification, in UTC milliseconds
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom
Color String - The color of the metric in the chart, hex format
- key String
- A generated key by the Dynatrace Server
- last
Modified Integer - The timestamp of the last metadata modification, in UTC milliseconds
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom
Color string - The color of the metric in the chart, hex format
- key string
- A generated key by the Dynatrace Server
- last
Modified number - The timestamp of the last metadata modification, in UTC milliseconds
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom_
color str - The color of the metric in the chart, hex format
- key str
- A generated key by the Dynatrace Server
- last_
modified int - The timestamp of the last metadata modification, in UTC milliseconds
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- custom
Color String - The color of the metric in the chart, hex format
- key String
- A generated key by the Dynatrace Server
- last
Modified Number - The timestamp of the last metadata modification, in UTC milliseconds
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileFilterConfigChartConfigSeries, DashboardTileFilterConfigChartConfigSeriesArgs
- Aggregation string
- The charted aggregation of the metric
- Entity
Type string - The visualization of the timeseries chart
- Metric string
- The name of the charted metric
- Type string
- The visualization of the timeseries chart. Possible values are
AREA
,BAR
andLINE
. - Aggregation
Rate string - Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter Config Chart Config Series Dimension> - Configuration of the charted metric splitting
- Percentile int
- The charted percentile. Only applicable if the aggregation is set to
PERCENTILE
- Sort
Ascending bool - Sort ascending (
true
) or descending (false
) - Sort
Column bool - Sort the column (
true
) or (false
) - Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Aggregation string
- The charted aggregation of the metric
- Entity
Type string - The visualization of the timeseries chart
- Metric string
- The name of the charted metric
- Type string
- The visualization of the timeseries chart. Possible values are
AREA
,BAR
andLINE
. - Aggregation
Rate string - Dimensions
[]Dashboard
Tile Filter Config Chart Config Series Dimension - Configuration of the charted metric splitting
- Percentile int
- The charted percentile. Only applicable if the aggregation is set to
PERCENTILE
- Sort
Ascending bool - Sort ascending (
true
) or descending (false
) - Sort
Column bool - Sort the column (
true
) or (false
) - Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation String
- The charted aggregation of the metric
- entity
Type String - The visualization of the timeseries chart
- metric String
- The name of the charted metric
- type String
- The visualization of the timeseries chart. Possible values are
AREA
,BAR
andLINE
. - aggregation
Rate String - dimensions
List<Dashboard
Tile Filter Config Chart Config Series Dimension> - Configuration of the charted metric splitting
- percentile Integer
- The charted percentile. Only applicable if the aggregation is set to
PERCENTILE
- sort
Ascending Boolean - Sort ascending (
true
) or descending (false
) - sort
Column Boolean - Sort the column (
true
) or (false
) - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation string
- The charted aggregation of the metric
- entity
Type string - The visualization of the timeseries chart
- metric string
- The name of the charted metric
- type string
- The visualization of the timeseries chart. Possible values are
AREA
,BAR
andLINE
. - aggregation
Rate string - dimensions
Dashboard
Tile Filter Config Chart Config Series Dimension[] - Configuration of the charted metric splitting
- percentile number
- The charted percentile. Only applicable if the aggregation is set to
PERCENTILE
- sort
Ascending boolean - Sort ascending (
true
) or descending (false
) - sort
Column boolean - Sort the column (
true
) or (false
) - unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation str
- The charted aggregation of the metric
- entity_
type str - The visualization of the timeseries chart
- metric str
- The name of the charted metric
- type str
- The visualization of the timeseries chart. Possible values are
AREA
,BAR
andLINE
. - aggregation_
rate str - dimensions
Sequence[Dashboard
Tile Filter Config Chart Config Series Dimension] - Configuration of the charted metric splitting
- percentile int
- The charted percentile. Only applicable if the aggregation is set to
PERCENTILE
- sort_
ascending bool - Sort ascending (
true
) or descending (false
) - sort_
column bool - Sort the column (
true
) or (false
) - unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- aggregation String
- The charted aggregation of the metric
- entity
Type String - The visualization of the timeseries chart
- metric String
- The name of the charted metric
- type String
- The visualization of the timeseries chart. Possible values are
AREA
,BAR
andLINE
. - aggregation
Rate String - dimensions List<Property Map>
- Configuration of the charted metric splitting
- percentile Number
- The charted percentile. Only applicable if the aggregation is set to
PERCENTILE
- sort
Ascending Boolean - Sort ascending (
true
) or descending (false
) - sort
Column Boolean - Sort the column (
true
) or (false
) - unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileFilterConfigChartConfigSeriesDimension, DashboardTileFilterConfigChartConfigSeriesDimensionArgs
- Id string
- The ID of the dimension by which the metric is split
- Entity
Dimension bool - Name string
- The name of the dimension by which the metric is split
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Values List<string>
- The splitting value
- Id string
- The ID of the dimension by which the metric is split
- Entity
Dimension bool - Name string
- The name of the dimension by which the metric is split
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Values []string
- The splitting value
- id String
- The ID of the dimension by which the metric is split
- entity
Dimension Boolean - name String
- The name of the dimension by which the metric is split
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values List<String>
- The splitting value
- id string
- The ID of the dimension by which the metric is split
- entity
Dimension boolean - name string
- The name of the dimension by which the metric is split
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values string[]
- The splitting value
- id str
- The ID of the dimension by which the metric is split
- entity_
dimension bool - name str
- The name of the dimension by which the metric is split
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values Sequence[str]
- The splitting value
- id String
- The ID of the dimension by which the metric is split
- entity
Dimension Boolean - name String
- The name of the dimension by which the metric is split
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- values List<String>
- The splitting value
DashboardTileFilterConfigFilters, DashboardTileFilterConfigFiltersArgs
- Filters
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter Config Filters Filter> - the tiles this Dashboard consist of
- Filters
[]Dashboard
Tile Filter Config Filters Filter - the tiles this Dashboard consist of
- filters
List<Dashboard
Tile Filter Config Filters Filter> - the tiles this Dashboard consist of
- filters
Dashboard
Tile Filter Config Filters Filter[] - the tiles this Dashboard consist of
- filters
Sequence[Dashboard
Tile Filter Config Filters Filter] - the tiles this Dashboard consist of
- filters List<Property Map>
- the tiles this Dashboard consist of
DashboardTileFilterConfigFiltersFilter, DashboardTileFilterConfigFiltersFilterArgs
- Entity
Type string - The entity type (e.g. HOST, SERVICE, ...)
- Matches
List<Pulumiverse.
Dynatrace. Inputs. Dashboard Tile Filter Config Filters Filter Match> - the tiles this Dashboard consist of
- Entity
Type string - The entity type (e.g. HOST, SERVICE, ...)
- Matches
[]Dashboard
Tile Filter Config Filters Filter Match - the tiles this Dashboard consist of
- entity
Type String - The entity type (e.g. HOST, SERVICE, ...)
- matches
List<Dashboard
Tile Filter Config Filters Filter Match> - the tiles this Dashboard consist of
- entity
Type string - The entity type (e.g. HOST, SERVICE, ...)
- matches
Dashboard
Tile Filter Config Filters Filter Match[] - the tiles this Dashboard consist of
- entity_
type str - The entity type (e.g. HOST, SERVICE, ...)
- matches
Sequence[Dashboard
Tile Filter Config Filters Filter Match] - the tiles this Dashboard consist of
- entity
Type String - The entity type (e.g. HOST, SERVICE, ...)
- matches List<Property Map>
- the tiles this Dashboard consist of
DashboardTileFilterConfigFiltersFilterMatch, DashboardTileFilterConfigFiltersFilterMatchArgs
DashboardTileFilterManagementZone, DashboardTileFilterManagementZoneArgs
- Id string
- the ID of the Dynatrace entity
- Description string
- a short description of the Dynatrace entity
- Name string
- the name of the Dynatrace entity
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Id string
- the ID of the Dynatrace entity
- Description string
- a short description of the Dynatrace entity
- Name string
- the name of the Dynatrace entity
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id String
- the ID of the Dynatrace entity
- description String
- a short description of the Dynatrace entity
- name String
- the name of the Dynatrace entity
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id string
- the ID of the Dynatrace entity
- description string
- a short description of the Dynatrace entity
- name string
- the name of the Dynatrace entity
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id str
- the ID of the Dynatrace entity
- description str
- a short description of the Dynatrace entity
- name str
- the name of the Dynatrace entity
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- id String
- the ID of the Dynatrace entity
- description String
- a short description of the Dynatrace entity
- name String
- the name of the Dynatrace entity
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
DashboardTileVisualizationConfig, DashboardTileVisualizationConfigArgs
- Has
Axis boolBucketing - The axis bucketing when enabled groups similar series in the same virtual axis
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- Has
Axis boolBucketing - The axis bucketing when enabled groups similar series in the same virtual axis
- Unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- has
Axis BooleanBucketing - The axis bucketing when enabled groups similar series in the same virtual axis
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
- has
Axis booleanBucketing - The axis bucketing when enabled groups similar series in the same virtual axis
- unknowns string
- allows for configuring properties that are not explicitly supported by the current version of this provider
- has_
axis_ boolbucketing - The axis bucketing when enabled groups similar series in the same virtual axis
- unknowns str
- allows for configuring properties that are not explicitly supported by the current version of this provider
- has
Axis BooleanBucketing - The axis bucketing when enabled groups similar series in the same virtual axis
- unknowns String
- allows for configuring properties that are not explicitly supported by the current version of this provider
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.