published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Create ManagementUninstallSoftwarePackage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementUninstallSoftwarePackage(name: string, args: ManagementUninstallSoftwarePackageArgs, opts?: CustomResourceOptions);@overload
def ManagementUninstallSoftwarePackage(resource_name: str,
args: ManagementUninstallSoftwarePackageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementUninstallSoftwarePackage(resource_name: str,
opts: Optional[ResourceOptions] = None,
targets: Optional[Sequence[str]] = None,
cluster_installation_settings: Optional[ManagementUninstallSoftwarePackageClusterInstallationSettingsArgs] = None,
concurrency_limit: Optional[float] = None,
management_uninstall_software_package_id: Optional[str] = None,
name: Optional[str] = None)func NewManagementUninstallSoftwarePackage(ctx *Context, name string, args ManagementUninstallSoftwarePackageArgs, opts ...ResourceOption) (*ManagementUninstallSoftwarePackage, error)public ManagementUninstallSoftwarePackage(string name, ManagementUninstallSoftwarePackageArgs args, CustomResourceOptions? opts = null)
public ManagementUninstallSoftwarePackage(String name, ManagementUninstallSoftwarePackageArgs args)
public ManagementUninstallSoftwarePackage(String name, ManagementUninstallSoftwarePackageArgs args, CustomResourceOptions options)
type: checkpoint:ManagementUninstallSoftwarePackage
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagementUninstallSoftwarePackageArgs
- 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 ManagementUninstallSoftwarePackageArgs
- 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 ManagementUninstallSoftwarePackageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementUninstallSoftwarePackageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementUninstallSoftwarePackageArgs
- 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 managementUninstallSoftwarePackageResource = new Checkpoint.ManagementUninstallSoftwarePackage("managementUninstallSoftwarePackageResource", new()
{
Targets = new[]
{
"string",
},
ClusterInstallationSettings = new Checkpoint.Inputs.ManagementUninstallSoftwarePackageClusterInstallationSettingsArgs
{
ClusterDelay = 0,
ClusterStrategy = "string",
},
ConcurrencyLimit = 0,
ManagementUninstallSoftwarePackageId = "string",
Name = "string",
});
example, err := checkpoint.NewManagementUninstallSoftwarePackage(ctx, "managementUninstallSoftwarePackageResource", &checkpoint.ManagementUninstallSoftwarePackageArgs{
Targets: pulumi.StringArray{
pulumi.String("string"),
},
ClusterInstallationSettings: &checkpoint.ManagementUninstallSoftwarePackageClusterInstallationSettingsArgs{
ClusterDelay: pulumi.Float64(0),
ClusterStrategy: pulumi.String("string"),
},
ConcurrencyLimit: pulumi.Float64(0),
ManagementUninstallSoftwarePackageId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var managementUninstallSoftwarePackageResource = new ManagementUninstallSoftwarePackage("managementUninstallSoftwarePackageResource", ManagementUninstallSoftwarePackageArgs.builder()
.targets("string")
.clusterInstallationSettings(ManagementUninstallSoftwarePackageClusterInstallationSettingsArgs.builder()
.clusterDelay(0.0)
.clusterStrategy("string")
.build())
.concurrencyLimit(0.0)
.managementUninstallSoftwarePackageId("string")
.name("string")
.build());
management_uninstall_software_package_resource = checkpoint.ManagementUninstallSoftwarePackage("managementUninstallSoftwarePackageResource",
targets=["string"],
cluster_installation_settings={
"cluster_delay": float(0),
"cluster_strategy": "string",
},
concurrency_limit=float(0),
management_uninstall_software_package_id="string",
name="string")
const managementUninstallSoftwarePackageResource = new checkpoint.ManagementUninstallSoftwarePackage("managementUninstallSoftwarePackageResource", {
targets: ["string"],
clusterInstallationSettings: {
clusterDelay: 0,
clusterStrategy: "string",
},
concurrencyLimit: 0,
managementUninstallSoftwarePackageId: "string",
name: "string",
});
type: checkpoint:ManagementUninstallSoftwarePackage
properties:
clusterInstallationSettings:
clusterDelay: 0
clusterStrategy: string
concurrencyLimit: 0
managementUninstallSoftwarePackageId: string
name: string
targets:
- string
ManagementUninstallSoftwarePackage 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 ManagementUninstallSoftwarePackage 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.
- Cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings - Installation settings for cluster.cluster_installation_settings blocks are documented below.
- Concurrency
Limit double - The number of targets, on which the same package is installed at the same time.
- Management
Uninstall stringSoftware Package Id - 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.
- Cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings Args - Installation settings for cluster.cluster_installation_settings blocks are documented below.
- Concurrency
Limit float64 - The number of targets, on which the same package is installed at the same time.
- Management
Uninstall stringSoftware Package Id - 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 ManagementSettings Uninstall Software Package Cluster Installation Settings - Installation settings for cluster.cluster_installation_settings blocks are documented below.
- concurrency
Limit Double - The number of targets, on which the same package is installed at the same time.
- management
Uninstall StringSoftware Package Id - 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.
- cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings - 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
Uninstall stringSoftware Package Id - 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_ Managementsettings Uninstall Software Package Cluster Installation Settings Args - 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_
uninstall_ strsoftware_ package_ id - 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.
- cluster
Installation Property MapSettings - 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
Uninstall StringSoftware Package Id - name String
- The name of the software package.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementUninstallSoftwarePackage resource produces the following output properties:
Look up Existing ManagementUninstallSoftwarePackage Resource
Get an existing ManagementUninstallSoftwarePackage 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?: ManagementUninstallSoftwarePackageState, opts?: CustomResourceOptions): ManagementUninstallSoftwarePackage@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cluster_installation_settings: Optional[ManagementUninstallSoftwarePackageClusterInstallationSettingsArgs] = None,
concurrency_limit: Optional[float] = None,
management_uninstall_software_package_id: Optional[str] = None,
name: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
task_id: Optional[str] = None) -> ManagementUninstallSoftwarePackagefunc GetManagementUninstallSoftwarePackage(ctx *Context, name string, id IDInput, state *ManagementUninstallSoftwarePackageState, opts ...ResourceOption) (*ManagementUninstallSoftwarePackage, error)public static ManagementUninstallSoftwarePackage Get(string name, Input<string> id, ManagementUninstallSoftwarePackageState? state, CustomResourceOptions? opts = null)public static ManagementUninstallSoftwarePackage get(String name, Output<String> id, ManagementUninstallSoftwarePackageState state, CustomResourceOptions options)resources: _: type: checkpoint:ManagementUninstallSoftwarePackage get: 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.
- Cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings - Installation settings for cluster.cluster_installation_settings blocks are documented below.
- Concurrency
Limit double - The number of targets, on which the same package is installed at the same time.
- Management
Uninstall stringSoftware Package Id - 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.
- Cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings Args - Installation settings for cluster.cluster_installation_settings blocks are documented below.
- Concurrency
Limit float64 - The number of targets, on which the same package is installed at the same time.
- Management
Uninstall stringSoftware Package Id - 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.
- Task
Id string - Asynchronous task unique identifier.
- cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings - Installation settings for cluster.cluster_installation_settings blocks are documented below.
- concurrency
Limit Double - The number of targets, on which the same package is installed at the same time.
- management
Uninstall StringSoftware Package Id - 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.
- cluster
Installation ManagementSettings Uninstall Software Package Cluster Installation Settings - 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
Uninstall stringSoftware Package Id - 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.
- task
Id string - Asynchronous task unique identifier.
- cluster_
installation_ Managementsettings Uninstall Software Package Cluster Installation Settings Args - 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_
uninstall_ strsoftware_ package_ id - 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.
- cluster
Installation Property MapSettings - 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
Uninstall StringSoftware Package Id - 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.
Supporting Types
ManagementUninstallSoftwarePackageClusterInstallationSettings, ManagementUninstallSoftwarePackageClusterInstallationSettingsArgs
- Cluster
Delay double - 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.
- Cluster
Delay float64 - 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.
- cluster
Delay Double - 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.
- 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.
- 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.
- 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.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Mar 30, 2026 by checkpointsw
