1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementNatSection
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
 logo
Viewing docs for checkpoint 3.0.0
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 dictionary

    The following arguments are supported:

    Package string
    Name of the package.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Package string
    Name of the package.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    package_ String
    Name of the package.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    package string
    Name of the package.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    package str
    Name of the package.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    package String
    Name of the package.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementNatSection Result

    The following output properties are available:

    Id string
    Package string
    Name string
    Uid string
    Id string
    Package string
    Name string
    Uid string
    id String
    package_ String
    name String
    uid String
    id string
    package string
    name string
    uid string
    id str
    package str
    name str
    uid str
    id String
    package 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.
     logo
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.