1. Packages
  2. Dynatrace
  3. API Docs
  4. Dashboard
Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse

dynatrace.Dashboard

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse

    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=dynatrace.DashboardDashboardMetadataArgs(
            name="string",
            owner="string",
            consistent_colors=False,
            dynamic_filters=dynatrace.DashboardDashboardMetadataDynamicFiltersArgs(
                filters=["string"],
                generic_tag_filters=dynatrace.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersArgs(
                    filters=[dynatrace.DashboardDashboardMetadataDynamicFiltersGenericTagFiltersFilterArgs(
                        entity_types=["string"],
                        name="string",
                        suggestions_from_entity_type="string",
                        tag_key="string",
                    )],
                ),
                tag_suggestion_types=["string"],
                unknowns="string",
            ),
            filter=dynatrace.DashboardDashboardMetadataFilterArgs(
                management_zones=[dynatrace.DashboardDashboardMetadataFilterManagementZoneArgs(
                    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=[dynatrace.DashboardTileArgs(
            name="string",
            tile_type="string",
            custom_name="string",
            metric="string",
            configured=False,
            assigned_entities=["string"],
            exclude_maintenance_windows=False,
            filter=dynatrace.DashboardTileFilterArgs(
                management_zones=[dynatrace.DashboardTileFilterManagementZoneArgs(
                    id="string",
                    description="string",
                    name="string",
                    unknowns="string",
                )],
                timeframe="string",
                unknowns="string",
            ),
            filter_config=dynatrace.DashboardTileFilterConfigArgs(
                custom_name="string",
                default_name="string",
                type="string",
                chart_config=dynatrace.DashboardTileFilterConfigChartConfigArgs(
                    type="string",
                    axis_limits={
                        "string": 0,
                    },
                    left_axis_custom_unit="string",
                    legend=False,
                    result_metadatas=[dynatrace.DashboardTileFilterConfigChartConfigResultMetadataArgs(
                        configs=[dynatrace.DashboardTileFilterConfigChartConfigResultMetadataConfigArgs(
                            custom_color="string",
                            key="string",
                            last_modified=0,
                            unknowns="string",
                        )],
                    )],
                    right_axis_custom_unit="string",
                    series=[dynatrace.DashboardTileFilterConfigChartConfigSeriesArgs(
                        aggregation="string",
                        entity_type="string",
                        metric="string",
                        type="string",
                        aggregation_rate="string",
                        dimensions=[dynatrace.DashboardTileFilterConfigChartConfigSeriesDimensionArgs(
                            id="string",
                            entity_dimension=False,
                            name="string",
                            unknowns="string",
                            values=["string"],
                        )],
                        percentile=0,
                        sort_ascending=False,
                        sort_column=False,
                        unknowns="string",
                    )],
                    unknowns="string",
                ),
                filters=dynatrace.DashboardTileFilterConfigFiltersArgs(
                    filters=[dynatrace.DashboardTileFilterConfigFiltersFilterArgs(
                        entity_type="string",
                        matches=[dynatrace.DashboardTileFilterConfigFiltersFilterMatchArgs(
                            key="string",
                            values=["string"],
                        )],
                    )],
                ),
                unknowns="string",
            ),
            limit=0,
            markdown="string",
            chart_visible=False,
            bounds=dynatrace.DashboardTileBoundsArgs(
                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=dynatrace.DashboardTileVisualizationConfigArgs(
                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

    The Dashboard resource accepts the following input properties:

    DashboardMetadata Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadata
    contains parameters of a dashboard
    Metadata Pulumiverse.Dynatrace.Inputs.DashboardMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    Tiles List<Pulumiverse.Dynatrace.Inputs.DashboardTile>
    the tiles this Dashboard consist of
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    DashboardMetadata DashboardDashboardMetadataArgs
    contains parameters of a dashboard
    Metadata DashboardMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    Tiles []DashboardTileArgs
    the tiles this Dashboard consist of
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    dashboardMetadata DashboardDashboardMetadata
    contains parameters of a dashboard
    metadata DashboardMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    tiles List<DashboardTile>
    the tiles this Dashboard consist of
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    dashboardMetadata DashboardDashboardMetadata
    contains parameters of a dashboard
    metadata DashboardMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    tiles DashboardTile[]
    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 DashboardDashboardMetadataArgs
    contains parameters of a dashboard
    metadata DashboardMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    tiles Sequence[DashboardTileArgs]
    the tiles this Dashboard consist of
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    dashboardMetadata Property Map
    contains parameters of a dashboard
    metadata Property Map
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: 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.
    The following state arguments are supported:
    DashboardMetadata Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadata
    contains parameters of a dashboard
    Metadata Pulumiverse.Dynatrace.Inputs.DashboardMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    Tiles List<Pulumiverse.Dynatrace.Inputs.DashboardTile>
    the tiles this Dashboard consist of
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    DashboardMetadata DashboardDashboardMetadataArgs
    contains parameters of a dashboard
    Metadata DashboardMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    Tiles []DashboardTileArgs
    the tiles this Dashboard consist of
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    dashboardMetadata DashboardDashboardMetadata
    contains parameters of a dashboard
    metadata DashboardMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    tiles List<DashboardTile>
    the tiles this Dashboard consist of
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    dashboardMetadata DashboardDashboardMetadata
    contains parameters of a dashboard
    metadata DashboardMetadata
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    tiles DashboardTile[]
    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 DashboardDashboardMetadataArgs
    contains parameters of a dashboard
    metadata DashboardMetadataArgs
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: metadata exists for backwards compatibility but shouldn't get specified anymore

    tiles Sequence[DashboardTileArgs]
    the tiles this Dashboard consist of
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    dashboardMetadata Property Map
    contains parameters of a dashboard
    metadata Property Map
    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated: 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
    ConsistentColors bool
    The tile uses consistent colors when rendering its content
    DynamicFilters Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadataDynamicFilters
    Dashboard filter configuration of a dashboard
    Filter Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadataFilter
    Global filter Settings for the Dashboard
    Preset bool
    the dashboard is a preset (true) or not (false). Default is false.
    Shared bool
    the dashboard is shared (true) or private (false)

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    SharingDetails Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    Tags List<string>
    a set of tags assigned to the dashboard
    TilesNameSize string
    No documentation available
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    ValidFilterKeys List<string>
    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
    ConsistentColors bool
    The tile uses consistent colors when rendering its content
    DynamicFilters DashboardDashboardMetadataDynamicFilters
    Dashboard filter configuration of a dashboard
    Filter DashboardDashboardMetadataFilter
    Global filter Settings for the Dashboard
    Preset bool
    the dashboard is a preset (true) or not (false). Default is false.
    Shared bool
    the dashboard is shared (true) or private (false)

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    SharingDetails DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    Tags []string
    a set of tags assigned to the dashboard
    TilesNameSize string
    No documentation available
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    ValidFilterKeys []string
    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
    consistentColors Boolean
    The tile uses consistent colors when rendering its content
    dynamicFilters DashboardDashboardMetadataDynamicFilters
    Dashboard filter configuration of a dashboard
    filter DashboardDashboardMetadataFilter
    Global filter Settings for the Dashboard
    preset Boolean
    the dashboard is a preset (true) or not (false). Default is false.
    shared Boolean
    the dashboard is shared (true) or private (false)

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    sharingDetails DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    tags List<String>
    a set of tags assigned to the dashboard
    tilesNameSize String
    No documentation available
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    validFilterKeys List<String>
    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
    consistentColors boolean
    The tile uses consistent colors when rendering its content
    dynamicFilters DashboardDashboardMetadataDynamicFilters
    Dashboard filter configuration of a dashboard
    filter DashboardDashboardMetadataFilter
    Global filter Settings for the Dashboard
    preset boolean
    the dashboard is a preset (true) or not (false). Default is false.
    shared boolean
    the dashboard is shared (true) or private (false)

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    sharingDetails DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    tags string[]
    a set of tags assigned to the dashboard
    tilesNameSize string
    No documentation available
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    validFilterKeys string[]
    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 DashboardDashboardMetadataDynamicFilters
    Dashboard filter configuration of a dashboard
    filter DashboardDashboardMetadataFilter
    Global filter Settings for the Dashboard
    preset bool
    the dashboard is a preset (true) or not (false). Default is false.
    shared bool
    the dashboard is shared (true) or private (false)

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    sharing_details DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    tags Sequence[str]
    a set of tags assigned to the dashboard
    tiles_name_size str
    No documentation available
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    valid_filter_keys Sequence[str]
    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
    consistentColors Boolean
    The tile uses consistent colors when rendering its content
    dynamicFilters 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 is false.
    shared Boolean
    the dashboard is shared (true) or private (false)

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    sharingDetails Property Map
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace.DashboardSharing to configure share settings

    tags List<String>
    a set of tags assigned to the dashboard
    tilesNameSize String
    No documentation available
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    validFilterKeys List<String>
    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
    GenericTagFilters Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    A set of generic tag filters that can be applied to a dashboard
    TagSuggestionTypes 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
    GenericTagFilters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    A set of generic tag filters that can be applied to a dashboard
    TagSuggestionTypes []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
    genericTagFilters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    A set of generic tag filters that can be applied to a dashboard
    tagSuggestionTypes 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
    genericTagFilters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    A set of generic tag filters that can be applied to a dashboard
    tagSuggestionTypes 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_filters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    A set of generic tag filters that can be applied to a dashboard
    tag_suggestion_types Sequence[str]

    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
    genericTagFilters Property Map
    A set of generic tag filters that can be applied to a dashboard
    tagSuggestionTypes 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

    EntityTypes List<string>
    Entity types affected by tag
    Name string
    The display name used to identify this generic filter
    SuggestionsFromEntityType string
    The entity type for which the suggestions should be provided.
    TagKey string
    The tag key for this filter
    EntityTypes []string
    Entity types affected by tag
    Name string
    The display name used to identify this generic filter
    SuggestionsFromEntityType string
    The entity type for which the suggestions should be provided.
    TagKey string
    The tag key for this filter
    entityTypes List<String>
    Entity types affected by tag
    name String
    The display name used to identify this generic filter
    suggestionsFromEntityType String
    The entity type for which the suggestions should be provided.
    tagKey String
    The tag key for this filter
    entityTypes string[]
    Entity types affected by tag
    name string
    The display name used to identify this generic filter
    suggestionsFromEntityType string
    The entity type for which the suggestions should be provided.
    tagKey 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_entity_type str
    The entity type for which the suggestions should be provided.
    tag_key str
    The tag key for this filter
    entityTypes List<String>
    Entity types affected by tag
    name String
    The display name used to identify this generic filter
    suggestionsFromEntityType String
    The entity type for which the suggestions should be provided.
    tagKey String
    The tag key for this filter

    DashboardDashboardMetadataFilter, DashboardDashboardMetadataFilterArgs

    ManagementZones List<Pulumiverse.Dynatrace.Inputs.DashboardDashboardMetadataFilterManagementZone>
    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
    ManagementZones []DashboardDashboardMetadataFilterManagementZone
    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
    managementZones List<DashboardDashboardMetadataFilterManagementZone>
    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
    managementZones DashboardDashboardMetadataFilterManagementZone[]
    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[DashboardDashboardMetadataFilterManagementZone]
    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
    managementZones 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

    LinkShared bool
    If true, the dashboard is shared via link and authenticated users with the link can view
    Published bool
    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
    LinkShared bool
    If true, the dashboard is shared via link and authenticated users with the link can view
    Published bool
    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
    linkShared 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
    linkShared 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
    link_shared bool
    If true, the dashboard is shared via link and authenticated users with the link can view
    published bool
    If true, the dashboard is published to anyone on this environment
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    linkShared 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

    ClusterVersion string
    Dynatrace server version
    ConfigurationVersions List<int>
    A Sorted list of the version numbers of the configuration
    CurrentConfigurationVersions List<string>
    A Sorted list of the version numbers of the configuration
    ClusterVersion string
    Dynatrace server version
    ConfigurationVersions []int
    A Sorted list of the version numbers of the configuration
    CurrentConfigurationVersions []string
    A Sorted list of the version numbers of the configuration
    clusterVersion String
    Dynatrace server version
    configurationVersions List<Integer>
    A Sorted list of the version numbers of the configuration
    currentConfigurationVersions List<String>
    A Sorted list of the version numbers of the configuration
    clusterVersion string
    Dynatrace server version
    configurationVersions number[]
    A Sorted list of the version numbers of the configuration
    currentConfigurationVersions string[]
    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_versions Sequence[str]
    A Sorted list of the version numbers of the configuration
    clusterVersion String
    Dynatrace server version
    configurationVersions List<Number>
    A Sorted list of the version numbers of the configuration
    currentConfigurationVersions List<String>
    A Sorted list of the version numbers of the configuration

    DashboardTile, DashboardTileArgs

    Name string
    the name of the tile
    TileType string
    the type of the tile. Must be either APPLICATION_WORLDMAP, RESOURCES, THIRD_PARTY_MOST_ACTIVE, UEM_CONVERSIONS_PER_GOAL, PROCESS_GROUPS_ONE or HOST .
    AssignedEntities List<string>
    The list of Dynatrace entities, assigned to the tile
    AutoRefreshDisabled bool
    Auto Refresh is disabled (true)
    Bounds Pulumiverse.Dynatrace.Inputs.DashboardTileBounds
    the position and size of a tile
    ChartVisible bool
    Configured bool
    The tile is configured and ready to use (true) or just placed on the dashboard (false)
    CustomName string
    The name of the tile, set by user
    ExcludeMaintenanceWindows bool
    Include (false') or exclude (true`) maintenance windows from availability calculations
    Filter Pulumiverse.Dynatrace.Inputs.DashboardTileFilter
    is filter applied to a tile. It overrides dashboard's filter
    FilterConfig Pulumiverse.Dynatrace.Inputs.DashboardTileFilterConfig
    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
    NameSize string
    The size of the tile name. Possible values are small, medium and large.
    Query string
    A user session query executed by the tile
    TimeFrameShift string
    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 use visualization 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
    VisualizationConfig Pulumiverse.Dynatrace.Inputs.DashboardTileVisualizationConfig
    Configuration of a User session query visualization tile
    Name string
    the name of the tile
    TileType string
    the type of the tile. Must be either APPLICATION_WORLDMAP, RESOURCES, THIRD_PARTY_MOST_ACTIVE, UEM_CONVERSIONS_PER_GOAL, PROCESS_GROUPS_ONE or HOST .
    AssignedEntities []string
    The list of Dynatrace entities, assigned to the tile
    AutoRefreshDisabled bool
    Auto Refresh is disabled (true)
    Bounds DashboardTileBounds
    the position and size of a tile
    ChartVisible bool
    Configured bool
    The tile is configured and ready to use (true) or just placed on the dashboard (false)
    CustomName string
    The name of the tile, set by user
    ExcludeMaintenanceWindows bool
    Include (false') or exclude (true`) maintenance windows from availability calculations
    Filter DashboardTileFilter
    is filter applied to a tile. It overrides dashboard's filter
    FilterConfig DashboardTileFilterConfig
    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
    NameSize string
    The size of the tile name. Possible values are small, medium and large.
    Query string
    A user session query executed by the tile
    TimeFrameShift string
    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 use visualization 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
    VisualizationConfig DashboardTileVisualizationConfig
    Configuration of a User session query visualization tile
    name String
    the name of the tile
    tileType String
    the type of the tile. Must be either APPLICATION_WORLDMAP, RESOURCES, THIRD_PARTY_MOST_ACTIVE, UEM_CONVERSIONS_PER_GOAL, PROCESS_GROUPS_ONE or HOST .
    assignedEntities List<String>
    The list of Dynatrace entities, assigned to the tile
    autoRefreshDisabled Boolean
    Auto Refresh is disabled (true)
    bounds DashboardTileBounds
    the position and size of a tile
    chartVisible Boolean
    configured Boolean
    The tile is configured and ready to use (true) or just placed on the dashboard (false)
    customName String
    The name of the tile, set by user
    excludeMaintenanceWindows Boolean
    Include (false') or exclude (true`) maintenance windows from availability calculations
    filter DashboardTileFilter
    is filter applied to a tile. It overrides dashboard's filter
    filterConfig DashboardTileFilterConfig
    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
    nameSize String
    The size of the tile name. Possible values are small, medium and large.
    query String
    A user session query executed by the tile
    timeFrameShift String
    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 use visualization 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
    visualizationConfig DashboardTileVisualizationConfig
    Configuration of a User session query visualization tile
    name string
    the name of the tile
    tileType string
    the type of the tile. Must be either APPLICATION_WORLDMAP, RESOURCES, THIRD_PARTY_MOST_ACTIVE, UEM_CONVERSIONS_PER_GOAL, PROCESS_GROUPS_ONE or HOST .
    assignedEntities string[]
    The list of Dynatrace entities, assigned to the tile
    autoRefreshDisabled boolean
    Auto Refresh is disabled (true)
    bounds DashboardTileBounds
    the position and size of a tile
    chartVisible boolean
    configured boolean
    The tile is configured and ready to use (true) or just placed on the dashboard (false)
    customName string
    The name of the tile, set by user
    excludeMaintenanceWindows boolean
    Include (false') or exclude (true`) maintenance windows from availability calculations
    filter DashboardTileFilter
    is filter applied to a tile. It overrides dashboard's filter
    filterConfig DashboardTileFilterConfig
    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
    nameSize string
    The size of the tile name. Possible values are small, medium and large.
    query string
    A user session query executed by the tile
    timeFrameShift string
    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 use visualization 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
    visualizationConfig DashboardTileVisualizationConfig
    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 or HOST .
    assigned_entities Sequence[str]
    The list of Dynatrace entities, assigned to the tile
    auto_refresh_disabled bool
    Auto Refresh is disabled (true)
    bounds DashboardTileBounds
    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_windows bool
    Include (false') or exclude (true`) maintenance windows from availability calculations
    filter DashboardTileFilter
    is filter applied to a tile. It overrides dashboard's filter
    filter_config DashboardTileFilterConfig
    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 and large.
    query str
    A user session query executed by the tile
    time_frame_shift str
    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 use visualization 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 DashboardTileVisualizationConfig
    Configuration of a User session query visualization tile
    name String
    the name of the tile
    tileType String
    the type of the tile. Must be either APPLICATION_WORLDMAP, RESOURCES, THIRD_PARTY_MOST_ACTIVE, UEM_CONVERSIONS_PER_GOAL, PROCESS_GROUPS_ONE or HOST .
    assignedEntities List<String>
    The list of Dynatrace entities, assigned to the tile
    autoRefreshDisabled Boolean
    Auto Refresh is disabled (true)
    bounds Property Map
    the position and size of a tile
    chartVisible Boolean
    configured Boolean
    The tile is configured and ready to use (true) or just placed on the dashboard (false)
    customName String
    The name of the tile, set by user
    excludeMaintenanceWindows Boolean
    Include (false') or exclude (true`) maintenance windows from availability calculations
    filter Property Map
    is filter applied to a tile. It overrides dashboard's filter
    filterConfig 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
    nameSize String
    The size of the tile name. Possible values are small, medium and large.
    query String
    A user session query executed by the tile
    timeFrameShift String
    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 use visualization 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
    visualizationConfig 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

    ManagementZones List<Pulumiverse.Dynatrace.Inputs.DashboardTileFilterManagementZone>
    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
    ManagementZones []DashboardTileFilterManagementZone
    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
    managementZones List<DashboardTileFilterManagementZone>
    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
    managementZones DashboardTileFilterManagementZone[]
    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[DashboardTileFilterManagementZone]
    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
    managementZones 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

    CustomName string
    The name of the tile, set by user
    DefaultName 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.
    ChartConfig Pulumiverse.Dynatrace.Inputs.DashboardTileFilterConfigChartConfig
    Configuration of a custom chart
    Filters Pulumiverse.Dynatrace.Inputs.DashboardTileFilterConfigFilters
    Configuration of a custom chart
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    CustomName string
    The name of the tile, set by user
    DefaultName 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.
    ChartConfig DashboardTileFilterConfigChartConfig
    Configuration of a custom chart
    Filters DashboardTileFilterConfigFilters
    Configuration of a custom chart
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customName String
    The name of the tile, set by user
    defaultName 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.
    chartConfig DashboardTileFilterConfigChartConfig
    Configuration of a custom chart
    filters DashboardTileFilterConfigFilters
    Configuration of a custom chart
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customName string
    The name of the tile, set by user
    defaultName 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.
    chartConfig DashboardTileFilterConfigChartConfig
    Configuration of a custom chart
    filters DashboardTileFilterConfigFilters
    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 DashboardTileFilterConfigChartConfig
    Configuration of a custom chart
    filters DashboardTileFilterConfigFilters
    Configuration of a custom chart
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customName String
    The name of the tile, set by user
    defaultName 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.
    chartConfig 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
    AxisLimits Dictionary<string, double>
    The optional custom y-axis limits
    LeftAxisCustomUnit string
    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
    ResultMetadatas List<Pulumiverse.Dynatrace.Inputs.DashboardTileFilterConfigChartConfigResultMetadata>
    Additional information about charted metric
    RightAxisCustomUnit string
    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.DashboardTileFilterConfigChartConfigSeries>
    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
    AxisLimits map[string]float64
    The optional custom y-axis limits
    LeftAxisCustomUnit string
    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
    ResultMetadatas []DashboardTileFilterConfigChartConfigResultMetadata
    Additional information about charted metric
    RightAxisCustomUnit string
    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 []DashboardTileFilterConfigChartConfigSeries
    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
    axisLimits Map<String,Double>
    The optional custom y-axis limits
    leftAxisCustomUnit String
    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
    resultMetadatas List<DashboardTileFilterConfigChartConfigResultMetadata>
    Additional information about charted metric
    rightAxisCustomUnit String
    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<DashboardTileFilterConfigChartConfigSeries>
    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
    axisLimits {[key: string]: number}
    The optional custom y-axis limits
    leftAxisCustomUnit string
    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
    resultMetadatas DashboardTileFilterConfigChartConfigResultMetadata[]
    Additional information about charted metric
    rightAxisCustomUnit string
    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 DashboardTileFilterConfigChartConfigSeries[]
    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_custom_unit str
    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[DashboardTileFilterConfigChartConfigResultMetadata]
    Additional information about charted metric
    right_axis_custom_unit str
    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[DashboardTileFilterConfigChartConfigSeries]
    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
    axisLimits Map<Number>
    The optional custom y-axis limits
    leftAxisCustomUnit String
    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
    resultMetadatas List<Property Map>
    Additional information about charted metric
    rightAxisCustomUnit String
    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<Property Map>
    Additional metadata for charted metric

    DashboardTileFilterConfigChartConfigResultMetadataConfig, DashboardTileFilterConfigChartConfigResultMetadataConfigArgs

    CustomColor string
    The color of the metric in the chart, hex format
    Key string
    A generated key by the Dynatrace Server
    LastModified 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
    CustomColor string
    The color of the metric in the chart, hex format
    Key string
    A generated key by the Dynatrace Server
    LastModified 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
    customColor String
    The color of the metric in the chart, hex format
    key String
    A generated key by the Dynatrace Server
    lastModified 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
    customColor string
    The color of the metric in the chart, hex format
    key string
    A generated key by the Dynatrace Server
    lastModified 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
    customColor String
    The color of the metric in the chart, hex format
    key String
    A generated key by the Dynatrace Server
    lastModified 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
    EntityType 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 and LINE.
    AggregationRate string
    Dimensions List<Pulumiverse.Dynatrace.Inputs.DashboardTileFilterConfigChartConfigSeriesDimension>
    Configuration of the charted metric splitting
    Percentile int
    The charted percentile. Only applicable if the aggregation is set to PERCENTILE
    SortAscending bool
    Sort ascending (true) or descending (false)
    SortColumn 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
    EntityType 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 and LINE.
    AggregationRate string
    Dimensions []DashboardTileFilterConfigChartConfigSeriesDimension
    Configuration of the charted metric splitting
    Percentile int
    The charted percentile. Only applicable if the aggregation is set to PERCENTILE
    SortAscending bool
    Sort ascending (true) or descending (false)
    SortColumn 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
    entityType 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 and LINE.
    aggregationRate String
    dimensions List<DashboardTileFilterConfigChartConfigSeriesDimension>
    Configuration of the charted metric splitting
    percentile Integer
    The charted percentile. Only applicable if the aggregation is set to PERCENTILE
    sortAscending Boolean
    Sort ascending (true) or descending (false)
    sortColumn 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
    entityType 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 and LINE.
    aggregationRate string
    dimensions DashboardTileFilterConfigChartConfigSeriesDimension[]
    Configuration of the charted metric splitting
    percentile number
    The charted percentile. Only applicable if the aggregation is set to PERCENTILE
    sortAscending boolean
    Sort ascending (true) or descending (false)
    sortColumn 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 and LINE.
    aggregation_rate str
    dimensions Sequence[DashboardTileFilterConfigChartConfigSeriesDimension]
    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
    entityType 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 and LINE.
    aggregationRate 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
    sortAscending Boolean
    Sort ascending (true) or descending (false)
    sortColumn 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
    EntityDimension 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
    EntityDimension 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
    entityDimension 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
    entityDimension 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
    entityDimension 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 []DashboardTileFilterConfigFiltersFilter
    the tiles this Dashboard consist of
    filters List<DashboardTileFilterConfigFiltersFilter>
    the tiles this Dashboard consist of
    filters DashboardTileFilterConfigFiltersFilter[]
    the tiles this Dashboard consist of
    filters List<Property Map>
    the tiles this Dashboard consist of

    DashboardTileFilterConfigFiltersFilter, DashboardTileFilterConfigFiltersFilterArgs

    EntityType string
    The entity type (e.g. HOST, SERVICE, ...)
    Matches List<Pulumiverse.Dynatrace.Inputs.DashboardTileFilterConfigFiltersFilterMatch>
    the tiles this Dashboard consist of
    EntityType string
    The entity type (e.g. HOST, SERVICE, ...)
    Matches []DashboardTileFilterConfigFiltersFilterMatch
    the tiles this Dashboard consist of
    entityType String
    The entity type (e.g. HOST, SERVICE, ...)
    matches List<DashboardTileFilterConfigFiltersFilterMatch>
    the tiles this Dashboard consist of
    entityType string
    The entity type (e.g. HOST, SERVICE, ...)
    matches DashboardTileFilterConfigFiltersFilterMatch[]
    the tiles this Dashboard consist of
    entity_type str
    The entity type (e.g. HOST, SERVICE, ...)
    matches Sequence[DashboardTileFilterConfigFiltersFilterMatch]
    the tiles this Dashboard consist of
    entityType String
    The entity type (e.g. HOST, SERVICE, ...)
    matches List<Property Map>
    the tiles this Dashboard consist of

    DashboardTileFilterConfigFiltersFilterMatch, DashboardTileFilterConfigFiltersFilterMatchArgs

    Key string
    The entity type (e.g. HOST, SERVICE, ...)
    Values List<string>
    the tiles this Dashboard consist of
    Key string
    The entity type (e.g. HOST, SERVICE, ...)
    Values []string
    the tiles this Dashboard consist of
    key String
    The entity type (e.g. HOST, SERVICE, ...)
    values List<String>
    the tiles this Dashboard consist of
    key string
    The entity type (e.g. HOST, SERVICE, ...)
    values string[]
    the tiles this Dashboard consist of
    key str
    The entity type (e.g. HOST, SERVICE, ...)
    values Sequence[str]
    the tiles this Dashboard consist of
    key String
    The entity type (e.g. HOST, SERVICE, ...)
    values List<String>
    the tiles this Dashboard consist of

    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

    HasAxisBucketing bool
    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
    HasAxisBucketing bool
    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
    hasAxisBucketing Boolean
    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
    hasAxisBucketing boolean
    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_bucketing bool
    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
    hasAxisBucketing Boolean
    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.
    dynatrace logo
    Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse