sumologic.Hierarchy
Provides a Sumologic Hierarchy.
Example Usage
using System.Collections.Generic;
using Pulumi;
using SumoLogic = Pulumi.SumoLogic;
return await Deployment.RunAsync(() =>
{
var exampleHierarchy = new SumoLogic.Hierarchy("exampleHierarchy", new()
{
Filter = new SumoLogic.Inputs.HierarchyFilterArgs
{
Key = "_origin",
Value = "kubernetes",
},
Levels = new[]
{
new SumoLogic.Inputs.HierarchyLevelArgs
{
EntityType = "cluster",
NextLevel = new SumoLogic.Inputs.HierarchyLevelNextLevelArgs
{
EntityType = "node",
},
NextLevelsWithConditions = new[]
{
new SumoLogic.Inputs.HierarchyLevelNextLevelsWithConditionArgs
{
Condition = "testCondition",
Level = new SumoLogic.Inputs.HierarchyLevelNextLevelsWithConditionLevelArgs
{
EntityType = "namespace",
},
},
},
},
},
});
});
package main
import (
"github.com/pulumi/pulumi-sumologic/sdk/go/sumologic"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sumologic.NewHierarchy(ctx, "exampleHierarchy", &sumologic.HierarchyArgs{
Filter: &sumologic.HierarchyFilterArgs{
Key: pulumi.String("_origin"),
Value: pulumi.String("kubernetes"),
},
Levels: sumologic.HierarchyLevelArray{
&sumologic.HierarchyLevelArgs{
EntityType: pulumi.String("cluster"),
NextLevel: &sumologic.HierarchyLevelNextLevelArgs{
EntityType: pulumi.String("node"),
},
NextLevelsWithConditions: sumologic.HierarchyLevelNextLevelsWithConditionArray{
&sumologic.HierarchyLevelNextLevelsWithConditionArgs{
Condition: pulumi.String("testCondition"),
Level: &sumologic.HierarchyLevelNextLevelsWithConditionLevelArgs{
EntityType: pulumi.String("namespace"),
},
},
},
},
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sumologic.Hierarchy;
import com.pulumi.sumologic.HierarchyArgs;
import com.pulumi.sumologic.inputs.HierarchyFilterArgs;
import com.pulumi.sumologic.inputs.HierarchyLevelArgs;
import com.pulumi.sumologic.inputs.HierarchyLevelNextLevelArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var exampleHierarchy = new Hierarchy("exampleHierarchy", HierarchyArgs.builder()
.filter(HierarchyFilterArgs.builder()
.key("_origin")
.value("kubernetes")
.build())
.levels(HierarchyLevelArgs.builder()
.entityType("cluster")
.nextLevel(HierarchyLevelNextLevelArgs.builder()
.entityType("node")
.build())
.nextLevelsWithConditions(HierarchyLevelNextLevelsWithConditionArgs.builder()
.condition("testCondition")
.level(HierarchyLevelNextLevelsWithConditionLevelArgs.builder()
.entityType("namespace")
.build())
.build())
.build())
.build());
}
}
import pulumi
import pulumi_sumologic as sumologic
example_hierarchy = sumologic.Hierarchy("exampleHierarchy",
filter=sumologic.HierarchyFilterArgs(
key="_origin",
value="kubernetes",
),
levels=[sumologic.HierarchyLevelArgs(
entity_type="cluster",
next_level=sumologic.HierarchyLevelNextLevelArgs(
entity_type="node",
),
next_levels_with_conditions=[sumologic.HierarchyLevelNextLevelsWithConditionArgs(
condition="testCondition",
level=sumologic.HierarchyLevelNextLevelsWithConditionLevelArgs(
entity_type="namespace",
),
)],
)])
import * as pulumi from "@pulumi/pulumi";
import * as sumologic from "@pulumi/sumologic";
const exampleHierarchy = new sumologic.Hierarchy("exampleHierarchy", {
filter: {
key: "_origin",
value: "kubernetes",
},
levels: [{
entityType: "cluster",
nextLevel: {
entityType: "node",
},
nextLevelsWithConditions: [{
condition: "testCondition",
level: {
entityType: "namespace",
},
}],
}],
});
resources:
exampleHierarchy:
type: sumologic:Hierarchy
properties:
filter:
key: _origin
value: kubernetes
levels:
- entityType: cluster
nextLevel:
entityType: node
nextLevelsWithConditions:
- condition: testCondition
level:
entityType: namespace
Create Hierarchy Resource
new Hierarchy(name: string, args: HierarchyArgs, opts?: CustomResourceOptions);
@overload
def Hierarchy(resource_name: str,
opts: Optional[ResourceOptions] = None,
filter: Optional[HierarchyFilterArgs] = None,
levels: Optional[Sequence[HierarchyLevelArgs]] = None,
name: Optional[str] = None)
@overload
def Hierarchy(resource_name: str,
args: HierarchyArgs,
opts: Optional[ResourceOptions] = None)
func NewHierarchy(ctx *Context, name string, args HierarchyArgs, opts ...ResourceOption) (*Hierarchy, error)
public Hierarchy(string name, HierarchyArgs args, CustomResourceOptions? opts = null)
public Hierarchy(String name, HierarchyArgs args)
public Hierarchy(String name, HierarchyArgs args, CustomResourceOptions options)
type: sumologic:Hierarchy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HierarchyArgs
- 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 HierarchyArgs
- 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 HierarchyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HierarchyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HierarchyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Hierarchy 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 Hierarchy resource accepts the following input properties:
- Levels
List<Pulumi.
Sumo Logic. Inputs. Hierarchy Level Args> - Filter
Pulumi.
Sumo Logic. Inputs. Hierarchy Filter Args An optional clause that a hierarchy requires to be matched.
- Name string
Name of the hierarchy.
- Levels
[]Hierarchy
Level Args - Filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- Name string
Name of the hierarchy.
- levels
List<Hierarchy
Level Args> - filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- name String
Name of the hierarchy.
- levels
Hierarchy
Level Args[] - filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- name string
Name of the hierarchy.
- levels
Sequence[Hierarchy
Level Args] - filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- name str
Name of the hierarchy.
- levels List<Property Map>
- filter Property Map
An optional clause that a hierarchy requires to be matched.
- name String
Name of the hierarchy.
Outputs
All input properties are implicitly available as output properties. Additionally, the Hierarchy 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 Hierarchy Resource
Get an existing Hierarchy 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?: HierarchyState, opts?: CustomResourceOptions): Hierarchy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
filter: Optional[HierarchyFilterArgs] = None,
levels: Optional[Sequence[HierarchyLevelArgs]] = None,
name: Optional[str] = None) -> Hierarchy
func GetHierarchy(ctx *Context, name string, id IDInput, state *HierarchyState, opts ...ResourceOption) (*Hierarchy, error)
public static Hierarchy Get(string name, Input<string> id, HierarchyState? state, CustomResourceOptions? opts = null)
public static Hierarchy get(String name, Output<String> id, HierarchyState 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.
- Filter
Pulumi.
Sumo Logic. Inputs. Hierarchy Filter Args An optional clause that a hierarchy requires to be matched.
- Levels
List<Pulumi.
Sumo Logic. Inputs. Hierarchy Level Args> - Name string
Name of the hierarchy.
- Filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- Levels
[]Hierarchy
Level Args - Name string
Name of the hierarchy.
- filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- levels
List<Hierarchy
Level Args> - name String
Name of the hierarchy.
- filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- levels
Hierarchy
Level Args[] - name string
Name of the hierarchy.
- filter
Hierarchy
Filter Args An optional clause that a hierarchy requires to be matched.
- levels
Sequence[Hierarchy
Level Args] - name str
Name of the hierarchy.
- filter Property Map
An optional clause that a hierarchy requires to be matched.
- levels List<Property Map>
- name String
Name of the hierarchy.
Supporting Types
Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.
HierarchyFilter
HierarchyLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithCondition
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Pulumi.
Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- Condition string
Condition to be checked against for level.entityType value, for now full string match.
- Level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition string
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition str
Condition to be checked against for level.entityType value, for now full string match.
- level
Hierarchy
Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level
- condition String
Condition to be checked against for level.entityType value, for now full string match.
- level Property Map
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level Pulumi.Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels List<Pulumi.With Conditions Sumo Logic. Inputs. Hierarchy Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- Next
Levels []HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels List<HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition> Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next
Levels HierarchyWith Conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition[] Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
level HierarchyLevel Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Level Next level without a condition.
- next_
levels_ Sequence[Hierarchywith_ conditions Level Next Level Next Levels With Condition Level Next Level Next Level Next Levels With Condition Level Next Level Next Levels With Condition] Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Level Property Map Next level without a condition.
- next
Levels List<Property Map>With Conditions Zero or more next levels with conditions.
HierarchyLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevelNextLevelsWithConditionLevelNextLevelNextLevel
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels List<string>With Conditions Zero or more next levels with conditions.
- Entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- Next
Levels []stringWith Conditions Zero or more next levels with conditions.
- entity
Type String Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels List<String>With Conditions Zero or more next levels with conditions.
- entity
Type string Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next
Levels string[]With Conditions Zero or more next levels with conditions.
- entity_
type str Indicates the name and type for all entities at this hierarchy level, e.g. service or pod in case of kubernetes entities.
- next_
levels_ Sequence[str]with_ conditions Zero or more next levels with conditions.