checkpoint.ManagementInstallLsmPolicy
Explore with Pulumi AI
Create ManagementInstallLsmPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementInstallLsmPolicy(name: string, args: ManagementInstallLsmPolicyArgs, opts?: CustomResourceOptions);
@overload
def ManagementInstallLsmPolicy(resource_name: str,
args: ManagementInstallLsmPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementInstallLsmPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
targets: Optional[Sequence[str]] = None,
management_install_lsm_policy_id: Optional[str] = None)
func NewManagementInstallLsmPolicy(ctx *Context, name string, args ManagementInstallLsmPolicyArgs, opts ...ResourceOption) (*ManagementInstallLsmPolicy, error)
public ManagementInstallLsmPolicy(string name, ManagementInstallLsmPolicyArgs args, CustomResourceOptions? opts = null)
public ManagementInstallLsmPolicy(String name, ManagementInstallLsmPolicyArgs args)
public ManagementInstallLsmPolicy(String name, ManagementInstallLsmPolicyArgs args, CustomResourceOptions options)
type: checkpoint:ManagementInstallLsmPolicy
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 ManagementInstallLsmPolicyArgs
- 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 ManagementInstallLsmPolicyArgs
- 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 ManagementInstallLsmPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementInstallLsmPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementInstallLsmPolicyArgs
- 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 managementInstallLsmPolicyResource = new Checkpoint.ManagementInstallLsmPolicy("managementInstallLsmPolicyResource", new()
{
Targets = new[]
{
"string",
},
ManagementInstallLsmPolicyId = "string",
});
example, err := checkpoint.NewManagementInstallLsmPolicy(ctx, "managementInstallLsmPolicyResource", &checkpoint.ManagementInstallLsmPolicyArgs{
Targets: pulumi.StringArray{
pulumi.String("string"),
},
ManagementInstallLsmPolicyId: pulumi.String("string"),
})
var managementInstallLsmPolicyResource = new ManagementInstallLsmPolicy("managementInstallLsmPolicyResource", ManagementInstallLsmPolicyArgs.builder()
.targets("string")
.managementInstallLsmPolicyId("string")
.build());
management_install_lsm_policy_resource = checkpoint.ManagementInstallLsmPolicy("managementInstallLsmPolicyResource",
targets=["string"],
management_install_lsm_policy_id="string")
const managementInstallLsmPolicyResource = new checkpoint.ManagementInstallLsmPolicy("managementInstallLsmPolicyResource", {
targets: ["string"],
managementInstallLsmPolicyId: "string",
});
type: checkpoint:ManagementInstallLsmPolicy
properties:
managementInstallLsmPolicyId: string
targets:
- string
ManagementInstallLsmPolicy 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 ManagementInstallLsmPolicy 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.
- Management
Install stringLsm Policy Id
- 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.
- Management
Install stringLsm Policy Id
- 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.
- management
Install StringLsm Policy Id
- 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.
- management
Install stringLsm Policy Id
- 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.
- management_
install_ strlsm_ policy_ id
- 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.
- management
Install StringLsm Policy Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementInstallLsmPolicy resource produces the following output properties:
Look up Existing ManagementInstallLsmPolicy Resource
Get an existing ManagementInstallLsmPolicy 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?: ManagementInstallLsmPolicyState, opts?: CustomResourceOptions): ManagementInstallLsmPolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_install_lsm_policy_id: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
task_id: Optional[str] = None) -> ManagementInstallLsmPolicy
func GetManagementInstallLsmPolicy(ctx *Context, name string, id IDInput, state *ManagementInstallLsmPolicyState, opts ...ResourceOption) (*ManagementInstallLsmPolicy, error)
public static ManagementInstallLsmPolicy Get(string name, Input<string> id, ManagementInstallLsmPolicyState? state, CustomResourceOptions? opts = null)
public static ManagementInstallLsmPolicy get(String name, Output<String> id, ManagementInstallLsmPolicyState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementInstallLsmPolicy 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.
- Management
Install stringLsm Policy Id - 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 - Command asynchronous task unique identifier.
- Management
Install stringLsm Policy Id - 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 - Command asynchronous task unique identifier.
- management
Install StringLsm Policy Id - 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 - Command asynchronous task unique identifier.
- management
Install stringLsm Policy Id - 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 - Command asynchronous task unique identifier.
- management_
install_ strlsm_ policy_ id - 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 - Command asynchronous task unique identifier.
- management
Install StringLsm Policy Id - 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 - 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.