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
This resource allows you to execute Check Point NAT section.
Using getManagementNatSection
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 getManagementNatSection(args: GetManagementNatSectionArgs, opts?: InvokeOptions): Promise<GetManagementNatSectionResult>
function getManagementNatSectionOutput(args: GetManagementNatSectionOutputArgs, opts?: InvokeOptions): Output<GetManagementNatSectionResult>def get_management_nat_section(id: Optional[str] = None,
name: Optional[str] = None,
package: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementNatSectionResult
def get_management_nat_section_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
package: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementNatSectionResult]func LookupManagementNatSection(ctx *Context, args *LookupManagementNatSectionArgs, opts ...InvokeOption) (*LookupManagementNatSectionResult, error)
func LookupManagementNatSectionOutput(ctx *Context, args *LookupManagementNatSectionOutputArgs, opts ...InvokeOption) LookupManagementNatSectionResultOutput> Note: This function is named LookupManagementNatSection in the Go SDK.
public static class GetManagementNatSection
{
public static Task<GetManagementNatSectionResult> InvokeAsync(GetManagementNatSectionArgs args, InvokeOptions? opts = null)
public static Output<GetManagementNatSectionResult> Invoke(GetManagementNatSectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementNatSectionResult> getManagementNatSection(GetManagementNatSectionArgs args, InvokeOptions options)
public static Output<GetManagementNatSectionResult> getManagementNatSection(GetManagementNatSectionArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementNatSection:getManagementNatSection
arguments:
# arguments dictionaryThe following arguments are supported:
getManagementNatSection Result
The following output properties are available:
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
