checkpoint.ManagementRunAppControlUpdate
Explore with Pulumi AI
Create ManagementRunAppControlUpdate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementRunAppControlUpdate(name: string, args?: ManagementRunAppControlUpdateArgs, opts?: CustomResourceOptions);
@overload
def ManagementRunAppControlUpdate(resource_name: str,
args: Optional[ManagementRunAppControlUpdateArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementRunAppControlUpdate(resource_name: str,
opts: Optional[ResourceOptions] = None,
management_run_app_control_update_id: Optional[str] = None)
func NewManagementRunAppControlUpdate(ctx *Context, name string, args *ManagementRunAppControlUpdateArgs, opts ...ResourceOption) (*ManagementRunAppControlUpdate, error)
public ManagementRunAppControlUpdate(string name, ManagementRunAppControlUpdateArgs? args = null, CustomResourceOptions? opts = null)
public ManagementRunAppControlUpdate(String name, ManagementRunAppControlUpdateArgs args)
public ManagementRunAppControlUpdate(String name, ManagementRunAppControlUpdateArgs args, CustomResourceOptions options)
type: checkpoint:ManagementRunAppControlUpdate
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 ManagementRunAppControlUpdateArgs
- 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 ManagementRunAppControlUpdateArgs
- 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 ManagementRunAppControlUpdateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementRunAppControlUpdateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementRunAppControlUpdateArgs
- 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 managementRunAppControlUpdateResource = new Checkpoint.ManagementRunAppControlUpdate("managementRunAppControlUpdateResource", new()
{
ManagementRunAppControlUpdateId = "string",
});
example, err := checkpoint.NewManagementRunAppControlUpdate(ctx, "managementRunAppControlUpdateResource", &checkpoint.ManagementRunAppControlUpdateArgs{
ManagementRunAppControlUpdateId: pulumi.String("string"),
})
var managementRunAppControlUpdateResource = new ManagementRunAppControlUpdate("managementRunAppControlUpdateResource", ManagementRunAppControlUpdateArgs.builder()
.managementRunAppControlUpdateId("string")
.build());
management_run_app_control_update_resource = checkpoint.ManagementRunAppControlUpdate("managementRunAppControlUpdateResource", management_run_app_control_update_id="string")
const managementRunAppControlUpdateResource = new checkpoint.ManagementRunAppControlUpdate("managementRunAppControlUpdateResource", {managementRunAppControlUpdateId: "string"});
type: checkpoint:ManagementRunAppControlUpdate
properties:
managementRunAppControlUpdateId: string
ManagementRunAppControlUpdate 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 ManagementRunAppControlUpdate resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementRunAppControlUpdate resource produces the following output properties:
Look up Existing ManagementRunAppControlUpdate Resource
Get an existing ManagementRunAppControlUpdate 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?: ManagementRunAppControlUpdateState, opts?: CustomResourceOptions): ManagementRunAppControlUpdate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_run_app_control_update_id: Optional[str] = None,
task_id: Optional[str] = None) -> ManagementRunAppControlUpdate
func GetManagementRunAppControlUpdate(ctx *Context, name string, id IDInput, state *ManagementRunAppControlUpdateState, opts ...ResourceOption) (*ManagementRunAppControlUpdate, error)
public static ManagementRunAppControlUpdate Get(string name, Input<string> id, ManagementRunAppControlUpdateState? state, CustomResourceOptions? opts = null)
public static ManagementRunAppControlUpdate get(String name, Output<String> id, ManagementRunAppControlUpdateState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementRunAppControlUpdate 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
Run stringApp Control Update Id - Task
Id string - Asynchronous task unique identifier. Use show-task command to check the progress of the task.
- Management
Run stringApp Control Update Id - Task
Id string - Asynchronous task unique identifier. Use show-task command to check the progress of the task.
- management
Run StringApp Control Update Id - task
Id String - Asynchronous task unique identifier. Use show-task command to check the progress of the task.
- management
Run stringApp Control Update Id - task
Id string - Asynchronous task unique identifier. Use show-task command to check the progress of the task.
- management_
run_ strapp_ control_ update_ id - task_
id str - Asynchronous task unique identifier. Use show-task command to check the progress of the task.
- management
Run StringApp Control Update Id - task
Id String - Asynchronous task unique identifier. Use show-task command to check the progress of the task.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.