1. Packages
  2. Dynatrace
  3. API Docs
  4. Dashboard
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.Dashboard

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    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.

    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 Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardDashboardMetadata
    contains parameters of a dashboard
    Metadata Lbrlabs.PulumiPackage.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<Lbrlabs.PulumiPackage.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 Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardDashboardMetadata
    contains parameters of a dashboard
    Metadata Lbrlabs.PulumiPackage.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<Lbrlabs.PulumiPackage.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 Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardDashboardMetadataDynamicFilters
    Dashboard filter configuration of a dashboard
    Filter Lbrlabs.PulumiPackage.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_dashboard_sharing to configure share settings

    SharingDetails Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace_dashboard_sharing 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_dashboard_sharing to configure share settings

    SharingDetails DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace_dashboard_sharing 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_dashboard_sharing to configure share settings

    sharingDetails DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace_dashboard_sharing 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_dashboard_sharing to configure share settings

    sharingDetails DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace_dashboard_sharing 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_dashboard_sharing to configure share settings

    sharing_details DashboardDashboardMetadataSharingDetails
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace_dashboard_sharing 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_dashboard_sharing to configure share settings

    sharingDetails Property Map
    represents sharing configuration of a dashboard

    Deprecated: Please use the resource dynatrace_dashboard_sharing 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>
    GenericTagFilters Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    TagSuggestionTypes List<string>
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Filters []string
    GenericTagFilters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    TagSuggestionTypes []string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    filters List<String>
    genericTagFilters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    tagSuggestionTypes List<String>
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    filters string[]
    genericTagFilters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    tagSuggestionTypes string[]
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    filters Sequence[str]
    generic_tag_filters DashboardDashboardMetadataDynamicFiltersGenericTagFilters
    tag_suggestion_types Sequence[str]
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    filters List<String>
    genericTagFilters Property Map
    tagSuggestionTypes List<String>
    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>
    Name string
    SuggestionsFromEntityType string
    TagKey string
    entityTypes List<String>
    name String
    suggestionsFromEntityType String
    tagKey String
    entityTypes List<String>
    name String
    suggestionsFromEntityType String
    tagKey String

    DashboardDashboardMetadataFilter, DashboardDashboardMetadataFilterArgs

    ManagementZones List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardDashboardMetadataFilterManagementZone>
    Timeframe string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    ManagementZones []DashboardDashboardMetadataFilterManagementZone
    Timeframe string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    managementZones List<DashboardDashboardMetadataFilterManagementZone>
    timeframe String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    managementZones DashboardDashboardMetadataFilterManagementZone[]
    timeframe string
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    management_zones Sequence[DashboardDashboardMetadataFilterManagementZone]
    timeframe str
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    managementZones List<Property Map>
    timeframe String
    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 this resource.
    Description string
    Name string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Id string
    The ID of this resource.
    Description string
    Name string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id String
    The ID of this resource.
    description String
    name String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id string
    The ID of this resource.
    description string
    name string
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id str
    The ID of this resource.
    description str
    name str
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id String
    The ID of this resource.
    description String
    name String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardDashboardMetadataSharingDetails, DashboardDashboardMetadataSharingDetailsArgs

    LinkShared bool
    Published bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    LinkShared bool
    Published bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    linkShared Boolean
    published Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    linkShared boolean
    published boolean
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    link_shared bool
    published bool
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    linkShared Boolean
    published Boolean
    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 Lbrlabs.PulumiPackage.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 Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardTileFilter
    is filter applied to a tile. It overrides dashboard's filter
    FilterConfig Lbrlabs.PulumiPackage.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 Lbrlabs.PulumiPackage.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
    Left int
    Top int
    Width int
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Height int
    Left int
    Top int
    Width int
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    height Integer
    left Integer
    top Integer
    width Integer
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    height number
    left number
    top number
    width number
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    height int
    left int
    top int
    width int
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    height Number
    left Number
    top Number
    width Number
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardTileFilter, DashboardTileFilterArgs

    ManagementZones List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardTileFilterManagementZone>
    Timeframe string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    ManagementZones []DashboardTileFilterManagementZone
    Timeframe string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    managementZones List<DashboardTileFilterManagementZone>
    timeframe String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    managementZones DashboardTileFilterManagementZone[]
    timeframe string
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    management_zones Sequence[DashboardTileFilterManagementZone]
    timeframe str
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    managementZones List<Property Map>
    timeframe String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardTileFilterConfig, DashboardTileFilterConfigArgs

    CustomName string
    DefaultName string
    Type string
    ChartConfig Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardTileFilterConfigChartConfig
    Filters Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardTileFilterConfigFilters
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    CustomName string
    DefaultName string
    Type string
    ChartConfig DashboardTileFilterConfigChartConfig
    Filters DashboardTileFilterConfigFilters
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customName String
    defaultName String
    type String
    chartConfig DashboardTileFilterConfigChartConfig
    filters DashboardTileFilterConfigFilters
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customName string
    defaultName string
    type string
    chartConfig DashboardTileFilterConfigChartConfig
    filters DashboardTileFilterConfigFilters
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    custom_name str
    default_name str
    type str
    chart_config DashboardTileFilterConfigChartConfig
    filters DashboardTileFilterConfigFilters
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customName String
    defaultName String
    type String
    chartConfig Property Map
    filters Property Map
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardTileFilterConfigChartConfig, DashboardTileFilterConfigChartConfigArgs

    Type string
    AxisLimits map[string]float64
    LeftAxisCustomUnit string
    Legend bool
    ResultMetadatas []DashboardTileFilterConfigChartConfigResultMetadata
    RightAxisCustomUnit string
    Series []DashboardTileFilterConfigChartConfigSeries
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type String
    axisLimits Map<String,Double>
    leftAxisCustomUnit String
    legend Boolean
    resultMetadatas List<DashboardTileFilterConfigChartConfigResultMetadata>
    rightAxisCustomUnit String
    series List<DashboardTileFilterConfigChartConfigSeries>
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type string
    axisLimits {[key: string]: number}
    leftAxisCustomUnit string
    legend boolean
    resultMetadatas DashboardTileFilterConfigChartConfigResultMetadata[]
    rightAxisCustomUnit string
    series DashboardTileFilterConfigChartConfigSeries[]
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type str
    axis_limits Mapping[str, float]
    left_axis_custom_unit str
    legend bool
    result_metadatas Sequence[DashboardTileFilterConfigChartConfigResultMetadata]
    right_axis_custom_unit str
    series Sequence[DashboardTileFilterConfigChartConfigSeries]
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    type String
    axisLimits Map<Number>
    leftAxisCustomUnit String
    legend Boolean
    resultMetadatas List<Property Map>
    rightAxisCustomUnit String
    series List<Property Map>
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardTileFilterConfigChartConfigResultMetadata, DashboardTileFilterConfigChartConfigResultMetadataArgs

    DashboardTileFilterConfigChartConfigResultMetadataConfig, DashboardTileFilterConfigChartConfigResultMetadataConfigArgs

    CustomColor string
    Key string
    LastModified int
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    CustomColor string
    Key string
    LastModified int
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customColor String
    key String
    lastModified Integer
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customColor string
    key string
    lastModified number
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    custom_color str
    key str
    last_modified int
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    customColor String
    key String
    lastModified Number
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardTileFilterConfigChartConfigSeries, DashboardTileFilterConfigChartConfigSeriesArgs

    Aggregation string
    EntityType string
    Metric string
    Type string
    AggregationRate string
    Dimensions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.DashboardTileFilterConfigChartConfigSeriesDimension>
    Percentile int
    SortAscending bool
    SortColumn bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Aggregation string
    EntityType string
    Metric string
    Type string
    AggregationRate string
    Dimensions []DashboardTileFilterConfigChartConfigSeriesDimension
    Percentile int
    SortAscending bool
    SortColumn bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    aggregation String
    entityType String
    metric String
    type String
    aggregationRate String
    dimensions List<DashboardTileFilterConfigChartConfigSeriesDimension>
    percentile Integer
    sortAscending Boolean
    sortColumn Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    aggregation string
    entityType string
    metric string
    type string
    aggregationRate string
    dimensions DashboardTileFilterConfigChartConfigSeriesDimension[]
    percentile number
    sortAscending boolean
    sortColumn boolean
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    aggregation str
    entity_type str
    metric str
    type str
    aggregation_rate str
    dimensions Sequence[DashboardTileFilterConfigChartConfigSeriesDimension]
    percentile int
    sort_ascending bool
    sort_column bool
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    aggregation String
    entityType String
    metric String
    type String
    aggregationRate String
    dimensions List<Property Map>
    percentile Number
    sortAscending Boolean
    sortColumn Boolean
    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 this resource.
    EntityDimension bool
    Name string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Values List<string>
    Id string
    The ID of this resource.
    EntityDimension bool
    Name string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Values []string
    id String
    The ID of this resource.
    entityDimension Boolean
    name String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    values List<String>
    id string
    The ID of this resource.
    entityDimension boolean
    name string
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    values string[]
    id str
    The ID of this resource.
    entity_dimension bool
    name str
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    values Sequence[str]
    id String
    The ID of this resource.
    entityDimension Boolean
    name String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    values List<String>

    DashboardTileFilterConfigFilters, DashboardTileFilterConfigFiltersArgs

    DashboardTileFilterConfigFiltersFilter, DashboardTileFilterConfigFiltersFilterArgs

    DashboardTileFilterConfigFiltersFilterMatch, DashboardTileFilterConfigFiltersFilterMatchArgs

    Key string
    Values List<string>
    Key string
    Values []string
    key String
    values List<String>
    key string
    values string[]
    key str
    values Sequence[str]
    key String
    values List<String>

    DashboardTileFilterManagementZone, DashboardTileFilterManagementZoneArgs

    Id string
    The ID of this resource.
    Description string
    Name string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    Id string
    The ID of this resource.
    Description string
    Name string
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id String
    The ID of this resource.
    description String
    name String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id string
    The ID of this resource.
    description string
    name string
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id str
    The ID of this resource.
    description str
    name str
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    id String
    The ID of this resource.
    description String
    name String
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    DashboardTileVisualizationConfig, DashboardTileVisualizationConfigArgs

    HasAxisBucketing bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    HasAxisBucketing bool
    Unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    hasAxisBucketing Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider
    hasAxisBucketing boolean
    unknowns string
    allows for configuring properties that are not explicitly supported by the current version of this provider
    has_axis_bucketing bool
    unknowns str
    allows for configuring properties that are not explicitly supported by the current version of this provider
    hasAxisBucketing Boolean
    unknowns String
    allows for configuring properties that are not explicitly supported by the current version of this provider

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs