published on Monday, Jun 15, 2026 by checkpointsw
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 '.').
- Management
Literal stringId
- Literal string
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- Management
Literal stringId
- literal string
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- management_
literal_ stringid
- literal String
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- management
Literal StringId
- literal string
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- management
Literal stringId
- literal str
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- management_
literal_ strid
- literal String
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- management
Literal StringId
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementLiteral resource produces the following output properties:
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) -> ManagementLiteralfunc 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.
- Literal string
- Literal represents IPv4 or IPv6 or Network CIDR or Service (tcp/ or udp/) or DNS Domain (a name starting with '.').
- Management
Literal stringId - Name string
- Object name.
- Type string
- Object type (
host,network,service-tcp,service-udpordns-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 stringId - Name string
- Object name.
- Type string
- Object type (
host,network,service-tcp,service-udpordns-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_ stringid - name string
- Object name.
- type string
- Object type (
host,network,service-tcp,service-udpordns-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 StringId - name String
- Object name.
- type String
- Object type (
host,network,service-tcp,service-udpordns-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 stringId - name string
- Object name.
- type string
- Object type (
host,network,service-tcp,service-udpordns-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_ strid - name str
- Object name.
- type str
- Object type (
host,network,service-tcp,service-udpordns-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 '.').
- management
Literal StringId - name String
- Object name.
- type String
- Object type (
host,network,service-tcp,service-udpordns-domain). - uid String
- Object unique identifier.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw