checkpoint.ManagementCommandLockObject
Explore with Pulumi AI
Create ManagementCommandLockObject Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandLockObject(name: string, args?: ManagementCommandLockObjectArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandLockObject(resource_name: str,
args: Optional[ManagementCommandLockObjectArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandLockObject(resource_name: str,
opts: Optional[ResourceOptions] = None,
layer: Optional[str] = None,
management_command_lock_object_id: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None,
uid: Optional[str] = None)
func NewManagementCommandLockObject(ctx *Context, name string, args *ManagementCommandLockObjectArgs, opts ...ResourceOption) (*ManagementCommandLockObject, error)
public ManagementCommandLockObject(string name, ManagementCommandLockObjectArgs? args = null, CustomResourceOptions? opts = null)
public ManagementCommandLockObject(String name, ManagementCommandLockObjectArgs args)
public ManagementCommandLockObject(String name, ManagementCommandLockObjectArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandLockObject
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 ManagementCommandLockObjectArgs
- 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 ManagementCommandLockObjectArgs
- 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 ManagementCommandLockObjectArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandLockObjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandLockObjectArgs
- 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 managementCommandLockObjectResource = new Checkpoint.ManagementCommandLockObject("managementCommandLockObjectResource", new()
{
Layer = "string",
ManagementCommandLockObjectId = "string",
Name = "string",
Type = "string",
Uid = "string",
});
example, err := checkpoint.NewManagementCommandLockObject(ctx, "managementCommandLockObjectResource", &checkpoint.ManagementCommandLockObjectArgs{
Layer: pulumi.String("string"),
ManagementCommandLockObjectId: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uid: pulumi.String("string"),
})
var managementCommandLockObjectResource = new ManagementCommandLockObject("managementCommandLockObjectResource", ManagementCommandLockObjectArgs.builder()
.layer("string")
.managementCommandLockObjectId("string")
.name("string")
.type("string")
.uid("string")
.build());
management_command_lock_object_resource = checkpoint.ManagementCommandLockObject("managementCommandLockObjectResource",
layer="string",
management_command_lock_object_id="string",
name="string",
type="string",
uid="string")
const managementCommandLockObjectResource = new checkpoint.ManagementCommandLockObject("managementCommandLockObjectResource", {
layer: "string",
managementCommandLockObjectId: "string",
name: "string",
type: "string",
uid: "string",
});
type: checkpoint:ManagementCommandLockObject
properties:
layer: string
managementCommandLockObjectId: string
name: string
type: string
uid: string
ManagementCommandLockObject 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 ManagementCommandLockObject resource accepts the following input properties:
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringLock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier.
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringLock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier.
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringLock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier.
- layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command stringLock Object Id - name string
- Object name. Must be unique in the domain.
- type string
- Object type.
- uid string
- Object unique identifier.
- layer str
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management_
command_ strlock_ object_ id - name str
- Object name. Must be unique in the domain.
- type str
- Object type.
- uid str
- Object unique identifier.
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringLock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandLockObject resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ManagementCommandLockObject Resource
Get an existing ManagementCommandLockObject 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?: ManagementCommandLockObjectState, opts?: CustomResourceOptions): ManagementCommandLockObject
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
layer: Optional[str] = None,
management_command_lock_object_id: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None,
uid: Optional[str] = None) -> ManagementCommandLockObject
func GetManagementCommandLockObject(ctx *Context, name string, id IDInput, state *ManagementCommandLockObjectState, opts ...ResourceOption) (*ManagementCommandLockObject, error)
public static ManagementCommandLockObject Get(string name, Input<string> id, ManagementCommandLockObjectState? state, CustomResourceOptions? opts = null)
public static ManagementCommandLockObject get(String name, Output<String> id, ManagementCommandLockObjectState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandLockObject 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.
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringLock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier.
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringLock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier.
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringLock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier.
- layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command stringLock Object Id - name string
- Object name. Must be unique in the domain.
- type string
- Object type.
- uid string
- Object unique identifier.
- layer str
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management_
command_ strlock_ object_ id - name str
- Object name. Must be unique in the domain.
- type str
- Object type.
- uid str
- Object unique identifier.
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringLock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- 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.