checkpoint.ManagementRunTrustedCaUpdate
Explore with Pulumi AI
Create ManagementRunTrustedCaUpdate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementRunTrustedCaUpdate(name: string, args?: ManagementRunTrustedCaUpdateArgs, opts?: CustomResourceOptions);
@overload
def ManagementRunTrustedCaUpdate(resource_name: str,
args: Optional[ManagementRunTrustedCaUpdateArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementRunTrustedCaUpdate(resource_name: str,
opts: Optional[ResourceOptions] = None,
management_run_trusted_ca_update_id: Optional[str] = None,
package_path: Optional[str] = None)
func NewManagementRunTrustedCaUpdate(ctx *Context, name string, args *ManagementRunTrustedCaUpdateArgs, opts ...ResourceOption) (*ManagementRunTrustedCaUpdate, error)
public ManagementRunTrustedCaUpdate(string name, ManagementRunTrustedCaUpdateArgs? args = null, CustomResourceOptions? opts = null)
public ManagementRunTrustedCaUpdate(String name, ManagementRunTrustedCaUpdateArgs args)
public ManagementRunTrustedCaUpdate(String name, ManagementRunTrustedCaUpdateArgs args, CustomResourceOptions options)
type: checkpoint:ManagementRunTrustedCaUpdate
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 ManagementRunTrustedCaUpdateArgs
- 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 ManagementRunTrustedCaUpdateArgs
- 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 ManagementRunTrustedCaUpdateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementRunTrustedCaUpdateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementRunTrustedCaUpdateArgs
- 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 managementRunTrustedCaUpdateResource = new Checkpoint.ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource", new()
{
ManagementRunTrustedCaUpdateId = "string",
PackagePath = "string",
});
example, err := checkpoint.NewManagementRunTrustedCaUpdate(ctx, "managementRunTrustedCaUpdateResource", &checkpoint.ManagementRunTrustedCaUpdateArgs{
ManagementRunTrustedCaUpdateId: pulumi.String("string"),
PackagePath: pulumi.String("string"),
})
var managementRunTrustedCaUpdateResource = new ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource", ManagementRunTrustedCaUpdateArgs.builder()
.managementRunTrustedCaUpdateId("string")
.packagePath("string")
.build());
management_run_trusted_ca_update_resource = checkpoint.ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource",
management_run_trusted_ca_update_id="string",
package_path="string")
const managementRunTrustedCaUpdateResource = new checkpoint.ManagementRunTrustedCaUpdate("managementRunTrustedCaUpdateResource", {
managementRunTrustedCaUpdateId: "string",
packagePath: "string",
});
type: checkpoint:ManagementRunTrustedCaUpdate
properties:
managementRunTrustedCaUpdateId: string
packagePath: string
ManagementRunTrustedCaUpdate 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 ManagementRunTrustedCaUpdate resource accepts the following input properties:
- Management
Run stringTrusted Ca Update Id - Package
Path string - Path on the management server for offline Trusted CAs package update.
- Management
Run stringTrusted Ca Update Id - Package
Path string - Path on the management server for offline Trusted CAs package update.
- management
Run StringTrusted Ca Update Id - package
Path String - Path on the management server for offline Trusted CAs package update.
- management
Run stringTrusted Ca Update Id - package
Path string - Path on the management server for offline Trusted CAs package update.
- management_
run_ strtrusted_ ca_ update_ id - package_
path str - Path on the management server for offline Trusted CAs package update.
- management
Run StringTrusted Ca Update Id - package
Path String - Path on the management server for offline Trusted CAs package update.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementRunTrustedCaUpdate resource produces the following output properties:
Look up Existing ManagementRunTrustedCaUpdate Resource
Get an existing ManagementRunTrustedCaUpdate 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?: ManagementRunTrustedCaUpdateState, opts?: CustomResourceOptions): ManagementRunTrustedCaUpdate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_run_trusted_ca_update_id: Optional[str] = None,
package_path: Optional[str] = None,
task_id: Optional[str] = None) -> ManagementRunTrustedCaUpdate
func GetManagementRunTrustedCaUpdate(ctx *Context, name string, id IDInput, state *ManagementRunTrustedCaUpdateState, opts ...ResourceOption) (*ManagementRunTrustedCaUpdate, error)
public static ManagementRunTrustedCaUpdate Get(string name, Input<string> id, ManagementRunTrustedCaUpdateState? state, CustomResourceOptions? opts = null)
public static ManagementRunTrustedCaUpdate get(String name, Output<String> id, ManagementRunTrustedCaUpdateState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementRunTrustedCaUpdate 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 stringTrusted Ca Update Id - Package
Path string - Path on the management server for offline Trusted CAs package update.
- Task
Id string - Asynchronous task unique identifier.
- Management
Run stringTrusted Ca Update Id - Package
Path string - Path on the management server for offline Trusted CAs package update.
- Task
Id string - Asynchronous task unique identifier.
- management
Run StringTrusted Ca Update Id - package
Path String - Path on the management server for offline Trusted CAs package update.
- task
Id String - Asynchronous task unique identifier.
- management
Run stringTrusted Ca Update Id - package
Path string - Path on the management server for offline Trusted CAs package update.
- task
Id string - Asynchronous task unique identifier.
- management_
run_ strtrusted_ ca_ update_ id - package_
path str - Path on the management server for offline Trusted CAs package update.
- task_
id str - Asynchronous task unique identifier.
- management
Run StringTrusted Ca Update Id - package
Path String - Path on the management server for offline Trusted CAs package update.
- task
Id String - Asynchronous task unique identifier.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.