1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementThreatLayer
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementThreatLayer

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Use this data source to get information on an existing Check Point Threat Layer.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.ManagementThreatLayer("example", {});
    const dataThreatLayer = checkpoint.getManagementThreatLayerOutput({
        name: example.name,
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.ManagementThreatLayer("example")
    data_threat_layer = checkpoint.get_management_threat_layer_output(name=example.name)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := checkpoint.NewManagementThreatLayer(ctx, "example", nil)
    		if err != nil {
    			return err
    		}
    		_ = checkpoint.LookupManagementThreatLayerOutput(ctx, checkpoint.GetManagementThreatLayerOutputArgs{
    			Name: example.Name,
    		}, nil)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Checkpoint = Pulumi.Checkpoint;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new Checkpoint.ManagementThreatLayer("example");
    
        var dataThreatLayer = Checkpoint.GetManagementThreatLayer.Invoke(new()
        {
            Name = example.Name,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.ManagementThreatLayer;
    import com.pulumi.checkpoint.CheckpointFunctions;
    import com.pulumi.checkpoint.inputs.GetManagementThreatLayerArgs;
    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 example = new ManagementThreatLayer("example");
    
            final var dataThreatLayer = CheckpointFunctions.getManagementThreatLayer(GetManagementThreatLayerArgs.builder()
                .name(example.name())
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:ManagementThreatLayer
    variables:
      dataThreatLayer:
        fn::invoke:
          function: checkpoint:getManagementThreatLayer
          arguments:
            name: ${example.name}
    

    Using getManagementThreatLayer

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementThreatLayer(args: GetManagementThreatLayerArgs, opts?: InvokeOptions): Promise<GetManagementThreatLayerResult>
    function getManagementThreatLayerOutput(args: GetManagementThreatLayerOutputArgs, opts?: InvokeOptions): Output<GetManagementThreatLayerResult>
    def get_management_threat_layer(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    uid: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetManagementThreatLayerResult
    def get_management_threat_layer_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    uid: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetManagementThreatLayerResult]
    func LookupManagementThreatLayer(ctx *Context, args *LookupManagementThreatLayerArgs, opts ...InvokeOption) (*LookupManagementThreatLayerResult, error)
    func LookupManagementThreatLayerOutput(ctx *Context, args *LookupManagementThreatLayerOutputArgs, opts ...InvokeOption) LookupManagementThreatLayerResultOutput

    > Note: This function is named LookupManagementThreatLayer in the Go SDK.

    public static class GetManagementThreatLayer 
    {
        public static Task<GetManagementThreatLayerResult> InvokeAsync(GetManagementThreatLayerArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementThreatLayerResult> Invoke(GetManagementThreatLayerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementThreatLayerResult> getManagementThreatLayer(GetManagementThreatLayerArgs args, InvokeOptions options)
    public static Output<GetManagementThreatLayerResult> getManagementThreatLayer(GetManagementThreatLayerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementThreatLayer:getManagementThreatLayer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name. Should be unique in the domain.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name. Should be unique in the domain.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name. Should be unique in the domain.
    uid String
    Object unique identifier.
    id string
    name string
    Object name. Should be unique in the domain.
    uid string
    Object unique identifier.
    id str
    name str
    Object name. Should be unique in the domain.
    uid str
    Object unique identifier.
    id String
    name String
    Object name. Should be unique in the domain.
    uid String
    Object unique identifier.

    getManagementThreatLayer Result

    The following output properties are available:

    Color string
    Comments string
    Id string
    IpsLayer bool
    ParentLayer string
    Tags List<string>
    Name string
    Uid string
    Color string
    Comments string
    Id string
    IpsLayer bool
    ParentLayer string
    Tags []string
    Name string
    Uid string
    color String
    comments String
    id String
    ipsLayer Boolean
    parentLayer String
    tags List<String>
    name String
    uid String
    color string
    comments string
    id string
    ipsLayer boolean
    parentLayer string
    tags string[]
    name string
    uid string
    color str
    comments str
    id str
    ips_layer bool
    parent_layer str
    tags Sequence[str]
    name str
    uid str
    color String
    comments String
    id String
    ipsLayer Boolean
    parentLayer String
    tags List<String>
    name String
    uid String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw