1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementDeleteRepositoryPackage
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementDeleteRepositoryPackage

Explore with Pulumi AI

Create ManagementDeleteRepositoryPackage Resource

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

Constructor syntax

new ManagementDeleteRepositoryPackage(name: string, args?: ManagementDeleteRepositoryPackageArgs, opts?: CustomResourceOptions);
@overload
def ManagementDeleteRepositoryPackage(resource_name: str,
                                      args: Optional[ManagementDeleteRepositoryPackageArgs] = None,
                                      opts: Optional[ResourceOptions] = None)

@overload
def ManagementDeleteRepositoryPackage(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      management_delete_repository_package_id: Optional[str] = None,
                                      name: Optional[str] = None)
func NewManagementDeleteRepositoryPackage(ctx *Context, name string, args *ManagementDeleteRepositoryPackageArgs, opts ...ResourceOption) (*ManagementDeleteRepositoryPackage, error)
public ManagementDeleteRepositoryPackage(string name, ManagementDeleteRepositoryPackageArgs? args = null, CustomResourceOptions? opts = null)
public ManagementDeleteRepositoryPackage(String name, ManagementDeleteRepositoryPackageArgs args)
public ManagementDeleteRepositoryPackage(String name, ManagementDeleteRepositoryPackageArgs args, CustomResourceOptions options)
type: checkpoint:ManagementDeleteRepositoryPackage
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ManagementDeleteRepositoryPackageArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ManagementDeleteRepositoryPackageArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ManagementDeleteRepositoryPackageArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ManagementDeleteRepositoryPackageArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ManagementDeleteRepositoryPackageArgs
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 managementDeleteRepositoryPackageResource = new Checkpoint.ManagementDeleteRepositoryPackage("managementDeleteRepositoryPackageResource", new()
{
    ManagementDeleteRepositoryPackageId = "string",
    Name = "string",
});
Copy
example, err := checkpoint.NewManagementDeleteRepositoryPackage(ctx, "managementDeleteRepositoryPackageResource", &checkpoint.ManagementDeleteRepositoryPackageArgs{
ManagementDeleteRepositoryPackageId: pulumi.String("string"),
Name: pulumi.String("string"),
})
Copy
var managementDeleteRepositoryPackageResource = new ManagementDeleteRepositoryPackage("managementDeleteRepositoryPackageResource", ManagementDeleteRepositoryPackageArgs.builder()
    .managementDeleteRepositoryPackageId("string")
    .name("string")
    .build());
Copy
management_delete_repository_package_resource = checkpoint.ManagementDeleteRepositoryPackage("managementDeleteRepositoryPackageResource",
    management_delete_repository_package_id="string",
    name="string")
Copy
const managementDeleteRepositoryPackageResource = new checkpoint.ManagementDeleteRepositoryPackage("managementDeleteRepositoryPackageResource", {
    managementDeleteRepositoryPackageId: "string",
    name: "string",
});
Copy
type: checkpoint:ManagementDeleteRepositoryPackage
properties:
    managementDeleteRepositoryPackageId: string
    name: string
Copy

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

ManagementDeleteRepositoryPackageId string
Name string
The name of the software package.
ManagementDeleteRepositoryPackageId string
Name string
The name of the software package.
managementDeleteRepositoryPackageId String
name String
The name of the software package.
managementDeleteRepositoryPackageId string
name string
The name of the software package.
management_delete_repository_package_id str
name str
The name of the software package.
managementDeleteRepositoryPackageId String
name String
The name of the software package.

Outputs

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

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

Look up Existing ManagementDeleteRepositoryPackage Resource

Get an existing ManagementDeleteRepositoryPackage 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?: ManagementDeleteRepositoryPackageState, opts?: CustomResourceOptions): ManagementDeleteRepositoryPackage
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        management_delete_repository_package_id: Optional[str] = None,
        name: Optional[str] = None,
        task_id: Optional[str] = None) -> ManagementDeleteRepositoryPackage
func GetManagementDeleteRepositoryPackage(ctx *Context, name string, id IDInput, state *ManagementDeleteRepositoryPackageState, opts ...ResourceOption) (*ManagementDeleteRepositoryPackage, error)
public static ManagementDeleteRepositoryPackage Get(string name, Input<string> id, ManagementDeleteRepositoryPackageState? state, CustomResourceOptions? opts = null)
public static ManagementDeleteRepositoryPackage get(String name, Output<String> id, ManagementDeleteRepositoryPackageState state, CustomResourceOptions options)
resources:  _:    type: checkpoint:ManagementDeleteRepositoryPackage    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
ManagementDeleteRepositoryPackageId string
Name string
The name of the software package.
TaskId string
Command asynchronous task unique identifier.
ManagementDeleteRepositoryPackageId string
Name string
The name of the software package.
TaskId string
Command asynchronous task unique identifier.
managementDeleteRepositoryPackageId String
name String
The name of the software package.
taskId String
Command asynchronous task unique identifier.
managementDeleteRepositoryPackageId string
name string
The name of the software package.
taskId string
Command asynchronous task unique identifier.
management_delete_repository_package_id str
name str
The name of the software package.
task_id str
Command asynchronous task unique identifier.
managementDeleteRepositoryPackageId String
name String
The name of the software package.
taskId String
Command asynchronous task unique identifier.

Package Details

Repository
checkpoint checkpointsw/terraform-provider-checkpoint
License
Notes
This Pulumi package is based on the checkpoint Terraform Provider.