1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. ManagementLiteral
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw

    Create ManagementLiteral Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ManagementLiteral(name: string, args?: ManagementLiteralArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementLiteral(resource_name: str,
                          args: Optional[ManagementLiteralArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementLiteral(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          literal: Optional[str] = None,
                          management_literal_id: Optional[str] = None)
    func NewManagementLiteral(ctx *Context, name string, args *ManagementLiteralArgs, opts ...ResourceOption) (*ManagementLiteral, error)
    public ManagementLiteral(string name, ManagementLiteralArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementLiteral(String name, ManagementLiteralArgs args)
    public ManagementLiteral(String name, ManagementLiteralArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementLiteral
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_managementliteral" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ManagementLiteralArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagementLiteralArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagementLiteralArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementLiteralArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementLiteralArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var managementLiteralResource = new Checkpoint.ManagementLiteral("managementLiteralResource", new()
    {
        Literal = "string",
        ManagementLiteralId = "string",
    });
    
    example, err := checkpoint.NewManagementLiteral(ctx, "managementLiteralResource", &checkpoint.ManagementLiteralArgs{
    	Literal:             pulumi.String("string"),
    	ManagementLiteralId: pulumi.String("string"),
    })
    
    resource "checkpoint_managementliteral" "managementLiteralResource" {
      literal               = "string"
      management_literal_id = "string"
    }
    
    var managementLiteralResource = new ManagementLiteral("managementLiteralResource", ManagementLiteralArgs.builder()
        .literal("string")
        .managementLiteralId("string")
        .build());
    
    management_literal_resource = checkpoint.ManagementLiteral("managementLiteralResource",
        literal="string",
        management_literal_id="string")
    
    const managementLiteralResource = new checkpoint.ManagementLiteral("managementLiteralResource", {
        literal: "string",
        managementLiteralId: "string",
    });
    
    type: checkpoint:ManagementLiteral
    properties:
        literal: string
        managementLiteralId: string
    

    ManagementLiteral Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ManagementLiteral resource accepts the following input properties:

    Literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    ManagementLiteralId string
    Literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    ManagementLiteralId string
    literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    management_literal_id string
    literal String
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    managementLiteralId String
    literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    managementLiteralId string
    literal str
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    management_literal_id str
    literal String
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    managementLiteralId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementLiteral resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Object name.
    Type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    Uid string
    Object unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Object name.
    Type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    Uid string
    Object unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Object name.
    type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid string
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Object name.
    type String
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid String
    Object unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Object name.
    type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid string
    Object unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    Object name.
    type str
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid str
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Object name.
    type String
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid String
    Object unique identifier.

    Look up Existing ManagementLiteral Resource

    Get an existing ManagementLiteral resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ManagementLiteralState, opts?: CustomResourceOptions): ManagementLiteral
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            literal: Optional[str] = None,
            management_literal_id: Optional[str] = None,
            name: Optional[str] = None,
            type: Optional[str] = None,
            uid: Optional[str] = None) -> ManagementLiteral
    func GetManagementLiteral(ctx *Context, name string, id IDInput, state *ManagementLiteralState, opts ...ResourceOption) (*ManagementLiteral, error)
    public static ManagementLiteral Get(string name, Input<string> id, ManagementLiteralState? state, CustomResourceOptions? opts = null)
    public static ManagementLiteral get(String name, Output<String> id, ManagementLiteralState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementLiteral    get:      id: ${id}
    import {
      to = checkpoint_managementliteral.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    ManagementLiteralId string
    Name string
    Object name.
    Type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    Uid string
    Object unique identifier.
    Literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    ManagementLiteralId string
    Name string
    Object name.
    Type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    Uid string
    Object unique identifier.
    literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    management_literal_id string
    name string
    Object name.
    type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid string
    Object unique identifier.
    literal String
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    managementLiteralId String
    name String
    Object name.
    type String
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid String
    Object unique identifier.
    literal string
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    managementLiteralId string
    name string
    Object name.
    type string
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid string
    Object unique identifier.
    literal str
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    management_literal_id str
    name str
    Object name.
    type str
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid str
    Object unique identifier.
    literal String
    Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
    managementLiteralId String
    name String
    Object name.
    type String
    Object type (host, network, service-tcp, service-udp or dns-domain).
    uid String
    Object unique identifier.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial