1. Packages
  2. Harness
  3. API Docs
  4. platform
  5. Filters
Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs

harness.platform.Filters

Explore with Pulumi AI

harness logo
Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs

    Resource for creating a Harness Filter. This resource support filters of types {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Harness = Lbrlabs.PulumiPackage.Harness;
    
    return await Deployment.RunAsync(() => 
    {
        var test = new Harness.Platform.Filters("test", new()
        {
            FilterProperties = new Harness.Platform.Inputs.FiltersFilterPropertiesArgs
            {
                FilterType = "Connector",
                Tags = new[]
                {
                    "foo:bar",
                },
            },
            FilterVisibility = "EveryOne",
            Identifier = "identifier",
            OrgId = "org_id",
            ProjectId = "project_id",
            Type = "Connector",
        });
    
    });
    
    package main
    
    import (
    	"github.com/lbrlabs/pulumi-harness/sdk/go/harness/platform"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := platform.NewFilters(ctx, "test", &platform.FiltersArgs{
    			FilterProperties: &platform.FiltersFilterPropertiesArgs{
    				FilterType: pulumi.String("Connector"),
    				Tags: pulumi.StringArray{
    					pulumi.String("foo:bar"),
    				},
    			},
    			FilterVisibility: pulumi.String("EveryOne"),
    			Identifier:       pulumi.String("identifier"),
    			OrgId:            pulumi.String("org_id"),
    			ProjectId:        pulumi.String("project_id"),
    			Type:             pulumi.String("Connector"),
    		})
    		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.harness.platform.Filters;
    import com.pulumi.harness.platform.FiltersArgs;
    import com.pulumi.harness.platform.inputs.FiltersFilterPropertiesArgs;
    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 test = new Filters("test", FiltersArgs.builder()        
                .filterProperties(FiltersFilterPropertiesArgs.builder()
                    .filterType("Connector")
                    .tags("foo:bar")
                    .build())
                .filterVisibility("EveryOne")
                .identifier("identifier")
                .orgId("org_id")
                .projectId("project_id")
                .type("Connector")
                .build());
    
        }
    }
    
    import pulumi
    import lbrlabs_pulumi_harness as harness
    
    test = harness.platform.Filters("test",
        filter_properties=harness.platform.FiltersFilterPropertiesArgs(
            filter_type="Connector",
            tags=["foo:bar"],
        ),
        filter_visibility="EveryOne",
        identifier="identifier",
        org_id="org_id",
        project_id="project_id",
        type="Connector")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as harness from "@lbrlabs/pulumi-harness";
    
    const test = new harness.platform.Filters("test", {
        filterProperties: {
            filterType: "Connector",
            tags: ["foo:bar"],
        },
        filterVisibility: "EveryOne",
        identifier: "identifier",
        orgId: "org_id",
        projectId: "project_id",
        type: "Connector",
    });
    
    resources:
      test:
        type: harness:platform:Filters
        properties:
          filterProperties:
            filterType: Connector
            tags:
              - foo:bar
          filterVisibility: EveryOne
          identifier: identifier
          orgId: org_id
          projectId: project_id
          type: Connector
    

    Create Filters Resource

    new Filters(name: string, args: FiltersArgs, opts?: CustomResourceOptions);
    @overload
    def Filters(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                filter_properties: Optional[FiltersFilterPropertiesArgs] = None,
                filter_visibility: Optional[str] = None,
                identifier: Optional[str] = None,
                name: Optional[str] = None,
                org_id: Optional[str] = None,
                project_id: Optional[str] = None,
                type: Optional[str] = None)
    @overload
    def Filters(resource_name: str,
                args: FiltersArgs,
                opts: Optional[ResourceOptions] = None)
    func NewFilters(ctx *Context, name string, args FiltersArgs, opts ...ResourceOption) (*Filters, error)
    public Filters(string name, FiltersArgs args, CustomResourceOptions? opts = null)
    public Filters(String name, FiltersArgs args)
    public Filters(String name, FiltersArgs args, CustomResourceOptions options)
    
    type: harness:platform:Filters
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args FiltersArgs
    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 FiltersArgs
    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 FiltersArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FiltersArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FiltersArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Filters 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 Filters resource accepts the following input properties:

    FilterProperties Lbrlabs.PulumiPackage.Harness.Platform.Inputs.FiltersFilterProperties

    Properties of the filter entity defined in Harness.

    Identifier string

    Unique identifier of the resource

    Type string

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    FilterVisibility string

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    Name string

    Name of the Filter

    OrgId string

    organization Identifier for the Entity

    ProjectId string

    project Identifier for the Entity

    FilterProperties FiltersFilterPropertiesArgs

    Properties of the filter entity defined in Harness.

    Identifier string

    Unique identifier of the resource

    Type string

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    FilterVisibility string

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    Name string

    Name of the Filter

    OrgId string

    organization Identifier for the Entity

    ProjectId string

    project Identifier for the Entity

    filterProperties FiltersFilterProperties

    Properties of the filter entity defined in Harness.

    identifier String

    Unique identifier of the resource

    type String

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filterVisibility String

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    name String

    Name of the Filter

    orgId String

    organization Identifier for the Entity

    projectId String

    project Identifier for the Entity

    filterProperties FiltersFilterProperties

    Properties of the filter entity defined in Harness.

    identifier string

    Unique identifier of the resource

    type string

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filterVisibility string

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    name string

    Name of the Filter

    orgId string

    organization Identifier for the Entity

    projectId string

    project Identifier for the Entity

    filter_properties FiltersFilterPropertiesArgs

    Properties of the filter entity defined in Harness.

    identifier str

    Unique identifier of the resource

    type str

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filter_visibility str

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    name str

    Name of the Filter

    org_id str

    organization Identifier for the Entity

    project_id str

    project Identifier for the Entity

    filterProperties Property Map

    Properties of the filter entity defined in Harness.

    identifier String

    Unique identifier of the resource

    type String

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filterVisibility String

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    name String

    Name of the Filter

    orgId String

    organization Identifier for the Entity

    projectId String

    project Identifier for the Entity

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Filters 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 Filters Resource

    Get an existing Filters 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?: FiltersState, opts?: CustomResourceOptions): Filters
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            filter_properties: Optional[FiltersFilterPropertiesArgs] = None,
            filter_visibility: Optional[str] = None,
            identifier: Optional[str] = None,
            name: Optional[str] = None,
            org_id: Optional[str] = None,
            project_id: Optional[str] = None,
            type: Optional[str] = None) -> Filters
    func GetFilters(ctx *Context, name string, id IDInput, state *FiltersState, opts ...ResourceOption) (*Filters, error)
    public static Filters Get(string name, Input<string> id, FiltersState? state, CustomResourceOptions? opts = null)
    public static Filters get(String name, Output<String> id, FiltersState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    FilterProperties Lbrlabs.PulumiPackage.Harness.Platform.Inputs.FiltersFilterProperties

    Properties of the filter entity defined in Harness.

    FilterVisibility string

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    Identifier string

    Unique identifier of the resource

    Name string

    Name of the Filter

    OrgId string

    organization Identifier for the Entity

    ProjectId string

    project Identifier for the Entity

    Type string

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    FilterProperties FiltersFilterPropertiesArgs

    Properties of the filter entity defined in Harness.

    FilterVisibility string

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    Identifier string

    Unique identifier of the resource

    Name string

    Name of the Filter

    OrgId string

    organization Identifier for the Entity

    ProjectId string

    project Identifier for the Entity

    Type string

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filterProperties FiltersFilterProperties

    Properties of the filter entity defined in Harness.

    filterVisibility String

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    identifier String

    Unique identifier of the resource

    name String

    Name of the Filter

    orgId String

    organization Identifier for the Entity

    projectId String

    project Identifier for the Entity

    type String

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filterProperties FiltersFilterProperties

    Properties of the filter entity defined in Harness.

    filterVisibility string

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    identifier string

    Unique identifier of the resource

    name string

    Name of the Filter

    orgId string

    organization Identifier for the Entity

    projectId string

    project Identifier for the Entity

    type string

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filter_properties FiltersFilterPropertiesArgs

    Properties of the filter entity defined in Harness.

    filter_visibility str

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    identifier str

    Unique identifier of the resource

    name str

    Name of the Filter

    org_id str

    organization Identifier for the Entity

    project_id str

    project Identifier for the Entity

    type str

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    filterProperties Property Map

    Properties of the filter entity defined in Harness.

    filterVisibility String

    This indicates visibility of filter. By default, everyone can view this filter. Can either be EveryOne or OnlyCreator

    identifier String

    Unique identifier of the resource

    name String

    Name of the Filter

    orgId String

    organization Identifier for the Entity

    projectId String

    project Identifier for the Entity

    type String

    Type of filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}

    Supporting Types

    FiltersFilterProperties, FiltersFilterPropertiesArgs

    FilterType string

    Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.

    Tags List<string>

    Tags to associate with the resource. Tags should be in the form name:value.

    FilterType string

    Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.

    Tags []string

    Tags to associate with the resource. Tags should be in the form name:value.

    filterType String

    Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.

    tags List<String>

    Tags to associate with the resource. Tags should be in the form name:value.

    filterType string

    Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.

    tags string[]

    Tags to associate with the resource. Tags should be in the form name:value.

    filter_type str

    Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.

    tags Sequence[str]

    Tags to associate with the resource. Tags should be in the form name:value.

    filterType String

    Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.

    tags List<String>

    Tags to associate with the resource. Tags should be in the form name:value.

    Import

    Import account level filter

     $ pulumi import harness:platform/filters:Filters example <filter_id>/<type>
    

    Import org level filter

     $ pulumi import harness:platform/filters:Filters example <ord_id>/<filter_id>/<type>
    

    Import project level filter

     $ pulumi import harness:platform/filters:Filters example <org_id>/<project_id>/<filter_id>/<type>
    

    Package Details

    Repository
    harness lbrlabs/pulumi-harness
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the harness Terraform Provider.

    harness logo
    Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs