1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. ManagementInstallSoftwarePackage
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw

    Create ManagementInstallSoftwarePackage Resource

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

    Constructor syntax

    new ManagementInstallSoftwarePackage(name: string, args: ManagementInstallSoftwarePackageArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementInstallSoftwarePackage(resource_name: str,
                                         args: ManagementInstallSoftwarePackageArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementInstallSoftwarePackage(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         targets: Optional[Sequence[str]] = None,
                                         cluster_installation_settings: Optional[ManagementInstallSoftwarePackageClusterInstallationSettingsArgs] = None,
                                         concurrency_limit: Optional[float] = None,
                                         management_install_software_package_id: Optional[str] = None,
                                         name: Optional[str] = None)
    func NewManagementInstallSoftwarePackage(ctx *Context, name string, args ManagementInstallSoftwarePackageArgs, opts ...ResourceOption) (*ManagementInstallSoftwarePackage, error)
    public ManagementInstallSoftwarePackage(string name, ManagementInstallSoftwarePackageArgs args, CustomResourceOptions? opts = null)
    public ManagementInstallSoftwarePackage(String name, ManagementInstallSoftwarePackageArgs args)
    public ManagementInstallSoftwarePackage(String name, ManagementInstallSoftwarePackageArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementInstallSoftwarePackage
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_managementinstallsoftwarepackage" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ManagementInstallSoftwarePackageArgs
    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 ManagementInstallSoftwarePackageArgs
    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 ManagementInstallSoftwarePackageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementInstallSoftwarePackageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementInstallSoftwarePackageArgs
    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 managementInstallSoftwarePackageResource = new Checkpoint.ManagementInstallSoftwarePackage("managementInstallSoftwarePackageResource", new()
    {
        Targets = new[]
        {
            "string",
        },
        ClusterInstallationSettings = new Checkpoint.Inputs.ManagementInstallSoftwarePackageClusterInstallationSettingsArgs
        {
            ClusterDelay = 0,
            ClusterStrategy = "string",
        },
        ConcurrencyLimit = 0,
        ManagementInstallSoftwarePackageId = "string",
        Name = "string",
    });
    
    example, err := checkpoint.NewManagementInstallSoftwarePackage(ctx, "managementInstallSoftwarePackageResource", &checkpoint.ManagementInstallSoftwarePackageArgs{
    	Targets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ClusterInstallationSettings: &checkpoint.ManagementInstallSoftwarePackageClusterInstallationSettingsArgs{
    		ClusterDelay:    pulumi.Float64(0),
    		ClusterStrategy: pulumi.String("string"),
    	},
    	ConcurrencyLimit:                   pulumi.Float64(0),
    	ManagementInstallSoftwarePackageId: pulumi.String("string"),
    	Name:                               pulumi.String("string"),
    })
    
    resource "checkpoint_managementinstallsoftwarepackage" "managementInstallSoftwarePackageResource" {
      targets = ["string"]
      cluster_installation_settings = {
        cluster_delay    = 0
        cluster_strategy = "string"
      }
      concurrency_limit                      = 0
      management_install_software_package_id = "string"
      name                                   = "string"
    }
    
    var managementInstallSoftwarePackageResource = new ManagementInstallSoftwarePackage("managementInstallSoftwarePackageResource", ManagementInstallSoftwarePackageArgs.builder()
        .targets("string")
        .clusterInstallationSettings(ManagementInstallSoftwarePackageClusterInstallationSettingsArgs.builder()
            .clusterDelay(0.0)
            .clusterStrategy("string")
            .build())
        .concurrencyLimit(0.0)
        .managementInstallSoftwarePackageId("string")
        .name("string")
        .build());
    
    management_install_software_package_resource = checkpoint.ManagementInstallSoftwarePackage("managementInstallSoftwarePackageResource",
        targets=["string"],
        cluster_installation_settings={
            "cluster_delay": float(0),
            "cluster_strategy": "string",
        },
        concurrency_limit=float(0),
        management_install_software_package_id="string",
        name="string")
    
    const managementInstallSoftwarePackageResource = new checkpoint.ManagementInstallSoftwarePackage("managementInstallSoftwarePackageResource", {
        targets: ["string"],
        clusterInstallationSettings: {
            clusterDelay: 0,
            clusterStrategy: "string",
        },
        concurrencyLimit: 0,
        managementInstallSoftwarePackageId: "string",
        name: "string",
    });
    
    type: checkpoint:ManagementInstallSoftwarePackage
    properties:
        clusterInstallationSettings:
            clusterDelay: 0
            clusterStrategy: string
        concurrencyLimit: 0
        managementInstallSoftwarePackageId: string
        name: string
        targets:
            - string
    

    ManagementInstallSoftwarePackage 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 ManagementInstallSoftwarePackage resource accepts the following input properties:

    Targets List<string>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    ClusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettings
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    ConcurrencyLimit double
    The number of targets, on which the same package is installed at the same time.
    ManagementInstallSoftwarePackageId string
    Name string
    The name of the software package.
    Targets []string
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    ClusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettingsArgs
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    ConcurrencyLimit float64
    The number of targets, on which the same package is installed at the same time.
    ManagementInstallSoftwarePackageId string
    Name string
    The name of the software package.
    targets list(string)
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    cluster_installation_settings object
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrency_limit number
    The number of targets, on which the same package is installed at the same time.
    management_install_software_package_id string
    name string
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    clusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettings
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrencyLimit Double
    The number of targets, on which the same package is installed at the same time.
    managementInstallSoftwarePackageId String
    name String
    The name of the software package.
    targets string[]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    clusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettings
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrencyLimit number
    The number of targets, on which the same package is installed at the same time.
    managementInstallSoftwarePackageId string
    name string
    The name of the software package.
    targets Sequence[str]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    cluster_installation_settings ManagementInstallSoftwarePackageClusterInstallationSettingsArgs
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrency_limit float
    The number of targets, on which the same package is installed at the same time.
    management_install_software_package_id str
    name str
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    clusterInstallationSettings Property Map
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrencyLimit Number
    The number of targets, on which the same package is installed at the same time.
    managementInstallSoftwarePackageId String
    name String
    The name of the software package.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Asynchronous task unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Asynchronous task unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    task_id string
    Asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Asynchronous task unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    taskId string
    Asynchronous task unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    task_id str
    Asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Asynchronous task unique identifier.

    Look up Existing ManagementInstallSoftwarePackage Resource

    Get an existing ManagementInstallSoftwarePackage 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?: ManagementInstallSoftwarePackageState, opts?: CustomResourceOptions): ManagementInstallSoftwarePackage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cluster_installation_settings: Optional[ManagementInstallSoftwarePackageClusterInstallationSettingsArgs] = None,
            concurrency_limit: Optional[float] = None,
            management_install_software_package_id: Optional[str] = None,
            name: Optional[str] = None,
            targets: Optional[Sequence[str]] = None,
            task_id: Optional[str] = None) -> ManagementInstallSoftwarePackage
    func GetManagementInstallSoftwarePackage(ctx *Context, name string, id IDInput, state *ManagementInstallSoftwarePackageState, opts ...ResourceOption) (*ManagementInstallSoftwarePackage, error)
    public static ManagementInstallSoftwarePackage Get(string name, Input<string> id, ManagementInstallSoftwarePackageState? state, CustomResourceOptions? opts = null)
    public static ManagementInstallSoftwarePackage get(String name, Output<String> id, ManagementInstallSoftwarePackageState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementInstallSoftwarePackage    get:      id: ${id}
    import {
      to = checkpoint_managementinstallsoftwarepackage.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:
    ClusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettings
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    ConcurrencyLimit double
    The number of targets, on which the same package is installed at the same time.
    ManagementInstallSoftwarePackageId string
    Name string
    The name of the software package.
    Targets List<string>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    TaskId string
    Asynchronous task unique identifier.
    ClusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettingsArgs
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    ConcurrencyLimit float64
    The number of targets, on which the same package is installed at the same time.
    ManagementInstallSoftwarePackageId string
    Name string
    The name of the software package.
    Targets []string
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    TaskId string
    Asynchronous task unique identifier.
    cluster_installation_settings object
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrency_limit number
    The number of targets, on which the same package is installed at the same time.
    management_install_software_package_id string
    name string
    The name of the software package.
    targets list(string)
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    task_id string
    Asynchronous task unique identifier.
    clusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettings
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrencyLimit Double
    The number of targets, on which the same package is installed at the same time.
    managementInstallSoftwarePackageId String
    name String
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    taskId String
    Asynchronous task unique identifier.
    clusterInstallationSettings ManagementInstallSoftwarePackageClusterInstallationSettings
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrencyLimit number
    The number of targets, on which the same package is installed at the same time.
    managementInstallSoftwarePackageId string
    name string
    The name of the software package.
    targets string[]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    taskId string
    Asynchronous task unique identifier.
    cluster_installation_settings ManagementInstallSoftwarePackageClusterInstallationSettingsArgs
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrency_limit float
    The number of targets, on which the same package is installed at the same time.
    management_install_software_package_id str
    name str
    The name of the software package.
    targets Sequence[str]
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    task_id str
    Asynchronous task unique identifier.
    clusterInstallationSettings Property Map
    Installation settings for cluster.cluster_installation_settings blocks are documented below.
    concurrencyLimit Number
    The number of targets, on which the same package is installed at the same time.
    managementInstallSoftwarePackageId String
    name String
    The name of the software package.
    targets List<String>
    On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
    taskId String
    Asynchronous task unique identifier.

    Supporting Types

    ManagementInstallSoftwarePackageClusterInstallationSettings, ManagementInstallSoftwarePackageClusterInstallationSettingsArgs

    ClusterDelay double
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    ClusterStrategy string
    The cluster installation strategy.
    ClusterDelay float64
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    ClusterStrategy string
    The cluster installation strategy.
    cluster_delay number
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    cluster_strategy string
    The cluster installation strategy.
    clusterDelay Double
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    clusterStrategy String
    The cluster installation strategy.
    clusterDelay number
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    clusterStrategy string
    The cluster installation strategy.
    cluster_delay float
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    cluster_strategy str
    The cluster installation strategy.
    clusterDelay Number
    The delay between end of installation on one cluster members and start of installation on the next cluster member.
    clusterStrategy String
    The cluster installation strategy.

    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.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.