checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw
checkpoint.getManagementLogExporter
Start a Neo task
Explain and create a checkpoint.getManagementLogExporter resource
checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw
Use this data source to get information on an existing Log Exporter.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const dataLogExporter = checkpoint.getManagementLogExporter({
name: "example_log_exporter",
});
import pulumi
import pulumi_checkpoint as checkpoint
data_log_exporter = checkpoint.get_management_log_exporter(name="example_log_exporter")
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 {
_, err := checkpoint.LookupManagementLogExporter(ctx, &checkpoint.LookupManagementLogExporterArgs{
Name: pulumi.StringRef("example_log_exporter"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var dataLogExporter = Checkpoint.GetManagementLogExporter.Invoke(new()
{
Name = "example_log_exporter",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementLogExporterArgs;
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) {
final var dataLogExporter = CheckpointFunctions.getManagementLogExporter(GetManagementLogExporterArgs.builder()
.name("example_log_exporter")
.build());
}
}
variables:
dataLogExporter:
fn::invoke:
function: checkpoint:getManagementLogExporter
arguments:
name: example_log_exporter
Using getManagementLogExporter
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 getManagementLogExporter(args: GetManagementLogExporterArgs, opts?: InvokeOptions): Promise<GetManagementLogExporterResult>
function getManagementLogExporterOutput(args: GetManagementLogExporterOutputArgs, opts?: InvokeOptions): Output<GetManagementLogExporterResult>def get_management_log_exporter(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementLogExporterResult
def get_management_log_exporter_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementLogExporterResult]func LookupManagementLogExporter(ctx *Context, args *LookupManagementLogExporterArgs, opts ...InvokeOption) (*LookupManagementLogExporterResult, error)
func LookupManagementLogExporterOutput(ctx *Context, args *LookupManagementLogExporterOutputArgs, opts ...InvokeOption) LookupManagementLogExporterResultOutput> Note: This function is named LookupManagementLogExporter in the Go SDK.
public static class GetManagementLogExporter
{
public static Task<GetManagementLogExporterResult> InvokeAsync(GetManagementLogExporterArgs args, InvokeOptions? opts = null)
public static Output<GetManagementLogExporterResult> Invoke(GetManagementLogExporterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementLogExporterResult> getManagementLogExporter(GetManagementLogExporterArgs args, InvokeOptions options)
public static Output<GetManagementLogExporterResult> getManagementLogExporter(GetManagementLogExporterArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementLogExporter:getManagementLogExporter
arguments:
# arguments dictionaryThe following arguments are supported:
getManagementLogExporter Result
The following output properties are available:
- Attachments
List<Get
Management Log Exporter Attachment> - Color string
- Comments string
- Data
Manipulations List<GetManagement Log Exporter Data Manipulation> - Enabled bool
- Id string
- Protocol string
- List<string>
- Target
Port double - Target
Server string - Name string
- Uid string
- Attachments
[]Get
Management Log Exporter Attachment - Color string
- Comments string
- Data
Manipulations []GetManagement Log Exporter Data Manipulation - Enabled bool
- Id string
- Protocol string
- []string
- Target
Port float64 - Target
Server string - Name string
- Uid string
- attachments
List<Get
Management Log Exporter Attachment> - color String
- comments String
- data
Manipulations List<GetManagement Log Exporter Data Manipulation> - enabled Boolean
- id String
- protocol String
- List<String>
- target
Port Double - target
Server String - name String
- uid String
- attachments
Get
Management Log Exporter Attachment[] - color string
- comments string
- data
Manipulations GetManagement Log Exporter Data Manipulation[] - enabled boolean
- id string
- protocol string
- string[]
- target
Port number - target
Server string - name string
- uid string
- attachments
Sequence[Get
Management Log Exporter Attachment] - color str
- comments str
- data_
manipulations Sequence[GetManagement Log Exporter Data Manipulation] - enabled bool
- id str
- protocol str
- Sequence[str]
- target_
port float - target_
server str - name str
- uid str
- attachments List<Property Map>
- color String
- comments String
- data
Manipulations List<Property Map> - enabled Boolean
- id String
- protocol String
- List<String>
- target
Port Number - target
Server String - name String
- uid String
Supporting Types
GetManagementLogExporterAttachment
- Add
Link boolTo Log Attachment - Indicates whether to add link to log attachment in SmartView.
- Add
Link boolTo Log Details - Indicates whether to add link to log details in SmartView.
- Add
Log boolAttachment Id - Indicates whether to add log attachment ID.
- Add
Link boolTo Log Attachment - Indicates whether to add link to log attachment in SmartView.
- Add
Link boolTo Log Details - Indicates whether to add link to log details in SmartView.
- Add
Log boolAttachment Id - Indicates whether to add log attachment ID.
- add
Link BooleanTo Log Attachment - Indicates whether to add link to log attachment in SmartView.
- add
Link BooleanTo Log Details - Indicates whether to add link to log details in SmartView.
- add
Log BooleanAttachment Id - Indicates whether to add log attachment ID.
- add
Link booleanTo Log Attachment - Indicates whether to add link to log attachment in SmartView.
- add
Link booleanTo Log Details - Indicates whether to add link to log details in SmartView.
- add
Log booleanAttachment Id - Indicates whether to add log attachment ID.
- add_
link_ boolto_ log_ attachment - Indicates whether to add link to log attachment in SmartView.
- add_
link_ boolto_ log_ details - Indicates whether to add link to log details in SmartView.
- add_
log_ boolattachment_ id - Indicates whether to add log attachment ID.
- add
Link BooleanTo Log Attachment - Indicates whether to add link to log attachment in SmartView.
- add
Link BooleanTo Log Details - Indicates whether to add link to log details in SmartView.
- add
Log BooleanAttachment Id - Indicates whether to add log attachment ID.
GetManagementLogExporterDataManipulation
- Aggregate
Log boolUpdates - Indicates whether to aggregate log updates.
- Format string
- Logs format.
- Aggregate
Log boolUpdates - Indicates whether to aggregate log updates.
- Format string
- Logs format.
- aggregate
Log BooleanUpdates - Indicates whether to aggregate log updates.
- format String
- Logs format.
- aggregate
Log booleanUpdates - Indicates whether to aggregate log updates.
- format string
- Logs format.
- aggregate_
log_ boolupdates - Indicates whether to aggregate log updates.
- format str
- Logs format.
- aggregate
Log BooleanUpdates - Indicates whether to aggregate log updates.
- format String
- Logs format.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw
