Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Use this data source to get information on an existing Check Point Service Udp.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const serviceUdp = new checkpoint.ManagementServiceUdp("service_udp", {
name: "service udp",
port: "1123",
});
const dataServiceUdp = checkpoint.getManagementDataServiceUdpOutput({
name: serviceUdp.name,
});
import pulumi
import pulumi_checkpoint as checkpoint
service_udp = checkpoint.ManagementServiceUdp("service_udp",
name="service udp",
port="1123")
data_service_udp = checkpoint.get_management_data_service_udp_output(name=service_udp.name)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
serviceUdp, err := checkpoint.NewManagementServiceUdp(ctx, "service_udp", &checkpoint.ManagementServiceUdpArgs{
Name: pulumi.String("service udp"),
Port: pulumi.String("1123"),
})
if err != nil {
return err
}
_ = checkpoint.GetManagementDataServiceUdpOutput(ctx, checkpoint.GetManagementDataServiceUdpOutputArgs{
Name: serviceUdp.Name,
}, nil)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var serviceUdp = new Checkpoint.ManagementServiceUdp("service_udp", new()
{
Name = "service udp",
Port = "1123",
});
var dataServiceUdp = Checkpoint.GetManagementDataServiceUdp.Invoke(new()
{
Name = serviceUdp.Name,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.ManagementServiceUdp;
import com.pulumi.checkpoint.ManagementServiceUdpArgs;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementDataServiceUdpArgs;
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 serviceUdp = new ManagementServiceUdp("serviceUdp", ManagementServiceUdpArgs.builder()
.name("service udp")
.port("1123")
.build());
final var dataServiceUdp = CheckpointFunctions.getManagementDataServiceUdp(GetManagementDataServiceUdpArgs.builder()
.name(serviceUdp.name())
.build());
}
}
resources:
serviceUdp:
type: checkpoint:ManagementServiceUdp
name: service_udp
properties:
name: service udp
port: '1123'
variables:
dataServiceUdp:
fn::invoke:
function: checkpoint:getManagementDataServiceUdp
arguments:
name: ${serviceUdp.name}
Using getManagementDataServiceUdp
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 getManagementDataServiceUdp(args: GetManagementDataServiceUdpArgs, opts?: InvokeOptions): Promise<GetManagementDataServiceUdpResult>
function getManagementDataServiceUdpOutput(args: GetManagementDataServiceUdpOutputArgs, opts?: InvokeOptions): Output<GetManagementDataServiceUdpResult>def get_management_data_service_udp(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementDataServiceUdpResult
def get_management_data_service_udp_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementDataServiceUdpResult]func GetManagementDataServiceUdp(ctx *Context, args *GetManagementDataServiceUdpArgs, opts ...InvokeOption) (*GetManagementDataServiceUdpResult, error)
func GetManagementDataServiceUdpOutput(ctx *Context, args *GetManagementDataServiceUdpOutputArgs, opts ...InvokeOption) GetManagementDataServiceUdpResultOutput> Note: This function is named GetManagementDataServiceUdp in the Go SDK.
public static class GetManagementDataServiceUdp
{
public static Task<GetManagementDataServiceUdpResult> InvokeAsync(GetManagementDataServiceUdpArgs args, InvokeOptions? opts = null)
public static Output<GetManagementDataServiceUdpResult> Invoke(GetManagementDataServiceUdpInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementDataServiceUdpResult> getManagementDataServiceUdp(GetManagementDataServiceUdpArgs args, InvokeOptions options)
public static Output<GetManagementDataServiceUdpResult> getManagementDataServiceUdp(GetManagementDataServiceUdpArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementDataServiceUdp:getManagementDataServiceUdp
arguments:
# arguments dictionaryThe following arguments are supported:
getManagementDataServiceUdp Result
The following output properties are available:
- Accept
Replies bool - Aggressive
Agings List<GetManagement Data Service Udp Aggressive Aging> - Color string
- Comments string
- Groups List<string>
- Id string
- Keep
Connections boolOpen After Policy Installation - Match
By boolProtocol Signature - Match
For boolAny - Override
Default boolSettings - Port string
- Protocol string
- Session
Timeout double - Source
Port string - Sync
Connections boolOn Cluster - List<string>
- Use
Default boolSession Timeout - Name string
- Uid string
- Accept
Replies bool - Aggressive
Agings []GetManagement Data Service Udp Aggressive Aging - Color string
- Comments string
- Groups []string
- Id string
- Keep
Connections boolOpen After Policy Installation - Match
By boolProtocol Signature - Match
For boolAny - Override
Default boolSettings - Port string
- Protocol string
- Session
Timeout float64 - Source
Port string - Sync
Connections boolOn Cluster - []string
- Use
Default boolSession Timeout - Name string
- Uid string
- accept
Replies Boolean - aggressive
Agings List<GetManagement Data Service Udp Aggressive Aging> - color String
- comments String
- groups List<String>
- id String
- keep
Connections BooleanOpen After Policy Installation - match
By BooleanProtocol Signature - match
For BooleanAny - override
Default BooleanSettings - port String
- protocol String
- session
Timeout Double - source
Port String - sync
Connections BooleanOn Cluster - List<String>
- use
Default BooleanSession Timeout - name String
- uid String
- accept
Replies boolean - aggressive
Agings GetManagement Data Service Udp Aggressive Aging[] - color string
- comments string
- groups string[]
- id string
- keep
Connections booleanOpen After Policy Installation - match
By booleanProtocol Signature - match
For booleanAny - override
Default booleanSettings - port string
- protocol string
- session
Timeout number - source
Port string - sync
Connections booleanOn Cluster - string[]
- use
Default booleanSession Timeout - name string
- uid string
- accept_
replies bool - aggressive_
agings Sequence[GetManagement Data Service Udp Aggressive Aging] - color str
- comments str
- groups Sequence[str]
- id str
- keep_
connections_ boolopen_ after_ policy_ installation - match_
by_ boolprotocol_ signature - match_
for_ boolany - override_
default_ boolsettings - port str
- protocol str
- session_
timeout float - source_
port str - sync_
connections_ boolon_ cluster - Sequence[str]
- use_
default_ boolsession_ timeout - name str
- uid str
- accept
Replies Boolean - aggressive
Agings List<Property Map> - color String
- comments String
- groups List<String>
- id String
- keep
Connections BooleanOpen After Policy Installation - match
By BooleanProtocol Signature - match
For BooleanAny - override
Default BooleanSettings - port String
- protocol String
- session
Timeout Number - source
Port String - sync
Connections BooleanOn Cluster - List<String>
- use
Default BooleanSession Timeout - name String
- uid String
Supporting Types
GetManagementDataServiceUdpAggressiveAging
- Default
Timeout double - Default aggressive aging timeout in seconds.
- Enable bool
- Timeout double
- Aggressive aging timeout in seconds.
- Use
Default boolTimeout
- Default
Timeout float64 - Default aggressive aging timeout in seconds.
- Enable bool
- Timeout float64
- Aggressive aging timeout in seconds.
- Use
Default boolTimeout
- default
Timeout Double - Default aggressive aging timeout in seconds.
- enable Boolean
- timeout Double
- Aggressive aging timeout in seconds.
- use
Default BooleanTimeout
- default
Timeout number - Default aggressive aging timeout in seconds.
- enable boolean
- timeout number
- Aggressive aging timeout in seconds.
- use
Default booleanTimeout
- default_
timeout float - Default aggressive aging timeout in seconds.
- enable bool
- timeout float
- Aggressive aging timeout in seconds.
- use_
default_ booltimeout
- default
Timeout Number - Default aggressive aging timeout in seconds.
- enable Boolean
- timeout Number
- Aggressive aging timeout in seconds.
- use
Default BooleanTimeout
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
