checkpoint.ManagementInstallLsmSettings
Explore with Pulumi AI
Create ManagementInstallLsmSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementInstallLsmSettings(name: string, args: ManagementInstallLsmSettingsArgs, opts?: CustomResourceOptions);
@overload
def ManagementInstallLsmSettings(resource_name: str,
args: ManagementInstallLsmSettingsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementInstallLsmSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
targets: Optional[Sequence[str]] = None,
management_install_lsm_settings_id: Optional[str] = None)
func NewManagementInstallLsmSettings(ctx *Context, name string, args ManagementInstallLsmSettingsArgs, opts ...ResourceOption) (*ManagementInstallLsmSettings, error)
public ManagementInstallLsmSettings(string name, ManagementInstallLsmSettingsArgs args, CustomResourceOptions? opts = null)
public ManagementInstallLsmSettings(String name, ManagementInstallLsmSettingsArgs args)
public ManagementInstallLsmSettings(String name, ManagementInstallLsmSettingsArgs args, CustomResourceOptions options)
type: checkpoint:ManagementInstallLsmSettings
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 ManagementInstallLsmSettingsArgs
- 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 ManagementInstallLsmSettingsArgs
- 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 ManagementInstallLsmSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementInstallLsmSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementInstallLsmSettingsArgs
- 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 managementInstallLsmSettingsResource = new Checkpoint.ManagementInstallLsmSettings("managementInstallLsmSettingsResource", new()
{
Targets = new[]
{
"string",
},
ManagementInstallLsmSettingsId = "string",
});
example, err := checkpoint.NewManagementInstallLsmSettings(ctx, "managementInstallLsmSettingsResource", &checkpoint.ManagementInstallLsmSettingsArgs{
Targets: pulumi.StringArray{
pulumi.String("string"),
},
ManagementInstallLsmSettingsId: pulumi.String("string"),
})
var managementInstallLsmSettingsResource = new ManagementInstallLsmSettings("managementInstallLsmSettingsResource", ManagementInstallLsmSettingsArgs.builder()
.targets("string")
.managementInstallLsmSettingsId("string")
.build());
management_install_lsm_settings_resource = checkpoint.ManagementInstallLsmSettings("managementInstallLsmSettingsResource",
targets=["string"],
management_install_lsm_settings_id="string")
const managementInstallLsmSettingsResource = new checkpoint.ManagementInstallLsmSettings("managementInstallLsmSettingsResource", {
targets: ["string"],
managementInstallLsmSettingsId: "string",
});
type: checkpoint:ManagementInstallLsmSettings
properties:
managementInstallLsmSettingsId: string
targets:
- string
ManagementInstallLsmSettings 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 ManagementInstallLsmSettings 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 Settings 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 Settings 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 Settings 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 Settings 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_ settings_ 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 Settings Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementInstallLsmSettings resource produces the following output properties:
Look up Existing ManagementInstallLsmSettings Resource
Get an existing ManagementInstallLsmSettings 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?: ManagementInstallLsmSettingsState, opts?: CustomResourceOptions): ManagementInstallLsmSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_install_lsm_settings_id: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
task_id: Optional[str] = None) -> ManagementInstallLsmSettings
func GetManagementInstallLsmSettings(ctx *Context, name string, id IDInput, state *ManagementInstallLsmSettingsState, opts ...ResourceOption) (*ManagementInstallLsmSettings, error)
public static ManagementInstallLsmSettings Get(string name, Input<string> id, ManagementInstallLsmSettingsState? state, CustomResourceOptions? opts = null)
public static ManagementInstallLsmSettings get(String name, Output<String> id, ManagementInstallLsmSettingsState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementInstallLsmSettings 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 Settings 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 Settings 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 Settings 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 Settings 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_ settings_ 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 Settings 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.