1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementTestSicStatus
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementTestSicStatus

Explore with Pulumi AI

Create ManagementTestSicStatus Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ManagementTestSicStatus(name: string, args?: ManagementTestSicStatusArgs, opts?: CustomResourceOptions);
@overload
def ManagementTestSicStatus(resource_name: str,
                            args: Optional[ManagementTestSicStatusArgs] = None,
                            opts: Optional[ResourceOptions] = None)

@overload
def ManagementTestSicStatus(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            management_test_sic_status_id: Optional[str] = None,
                            name: Optional[str] = None)
func NewManagementTestSicStatus(ctx *Context, name string, args *ManagementTestSicStatusArgs, opts ...ResourceOption) (*ManagementTestSicStatus, error)
public ManagementTestSicStatus(string name, ManagementTestSicStatusArgs? args = null, CustomResourceOptions? opts = null)
public ManagementTestSicStatus(String name, ManagementTestSicStatusArgs args)
public ManagementTestSicStatus(String name, ManagementTestSicStatusArgs args, CustomResourceOptions options)
type: checkpoint:ManagementTestSicStatus
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ManagementTestSicStatusArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ManagementTestSicStatusArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ManagementTestSicStatusArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ManagementTestSicStatusArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ManagementTestSicStatusArgs
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 managementTestSicStatusResource = new Checkpoint.ManagementTestSicStatus("managementTestSicStatusResource", new()
{
    ManagementTestSicStatusId = "string",
    Name = "string",
});
Copy
example, err := checkpoint.NewManagementTestSicStatus(ctx, "managementTestSicStatusResource", &checkpoint.ManagementTestSicStatusArgs{
ManagementTestSicStatusId: pulumi.String("string"),
Name: pulumi.String("string"),
})
Copy
var managementTestSicStatusResource = new ManagementTestSicStatus("managementTestSicStatusResource", ManagementTestSicStatusArgs.builder()
    .managementTestSicStatusId("string")
    .name("string")
    .build());
Copy
management_test_sic_status_resource = checkpoint.ManagementTestSicStatus("managementTestSicStatusResource",
    management_test_sic_status_id="string",
    name="string")
Copy
const managementTestSicStatusResource = new checkpoint.ManagementTestSicStatus("managementTestSicStatusResource", {
    managementTestSicStatusId: "string",
    name: "string",
});
Copy
type: checkpoint:ManagementTestSicStatus
properties:
    managementTestSicStatusId: string
    name: string
Copy

ManagementTestSicStatus 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 ManagementTestSicStatus resource accepts the following input properties:

ManagementTestSicStatusId string
Name string
Gateway, cluster member or Check Point host name.
ManagementTestSicStatusId string
Name string
Gateway, cluster member or Check Point host name.
managementTestSicStatusId String
name String
Gateway, cluster member or Check Point host name.
managementTestSicStatusId string
name string
Gateway, cluster member or Check Point host name.
management_test_sic_status_id str
name str
Gateway, cluster member or Check Point host name.
managementTestSicStatusId String
name String
Gateway, cluster member or Check Point host name.

Outputs

All input properties are implicitly available as output properties. Additionally, the ManagementTestSicStatus resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
SicMessage string
SIC message from the gateway.
SicName string
SIC (Secure Internal Communication) name.
SicStatus string
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
TaskId string
Command asynchronous task unique identifier.
Id string
The provider-assigned unique ID for this managed resource.
SicMessage string
SIC message from the gateway.
SicName string
SIC (Secure Internal Communication) name.
SicStatus string
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
TaskId string
Command asynchronous task unique identifier.
id String
The provider-assigned unique ID for this managed resource.
sicMessage String
SIC message from the gateway.
sicName String
SIC (Secure Internal Communication) name.
sicStatus String
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
taskId String
Command asynchronous task unique identifier.
id string
The provider-assigned unique ID for this managed resource.
sicMessage string
SIC message from the gateway.
sicName string
SIC (Secure Internal Communication) name.
sicStatus string
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
taskId string
Command asynchronous task unique identifier.
id str
The provider-assigned unique ID for this managed resource.
sic_message str
SIC message from the gateway.
sic_name str
SIC (Secure Internal Communication) name.
sic_status str
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
task_id str
Command asynchronous task unique identifier.
id String
The provider-assigned unique ID for this managed resource.
sicMessage String
SIC message from the gateway.
sicName String
SIC (Secure Internal Communication) name.
sicStatus String
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
taskId String
Command asynchronous task unique identifier.

Look up Existing ManagementTestSicStatus Resource

Get an existing ManagementTestSicStatus 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?: ManagementTestSicStatusState, opts?: CustomResourceOptions): ManagementTestSicStatus
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        management_test_sic_status_id: Optional[str] = None,
        name: Optional[str] = None,
        sic_message: Optional[str] = None,
        sic_name: Optional[str] = None,
        sic_status: Optional[str] = None,
        task_id: Optional[str] = None) -> ManagementTestSicStatus
func GetManagementTestSicStatus(ctx *Context, name string, id IDInput, state *ManagementTestSicStatusState, opts ...ResourceOption) (*ManagementTestSicStatus, error)
public static ManagementTestSicStatus Get(string name, Input<string> id, ManagementTestSicStatusState? state, CustomResourceOptions? opts = null)
public static ManagementTestSicStatus get(String name, Output<String> id, ManagementTestSicStatusState state, CustomResourceOptions options)
resources:  _:    type: checkpoint:ManagementTestSicStatus    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
ManagementTestSicStatusId string
Name string
Gateway, cluster member or Check Point host name.
SicMessage string
SIC message from the gateway.
SicName string
SIC (Secure Internal Communication) name.
SicStatus string
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
TaskId string
Command asynchronous task unique identifier.
ManagementTestSicStatusId string
Name string
Gateway, cluster member or Check Point host name.
SicMessage string
SIC message from the gateway.
SicName string
SIC (Secure Internal Communication) name.
SicStatus string
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
TaskId string
Command asynchronous task unique identifier.
managementTestSicStatusId String
name String
Gateway, cluster member or Check Point host name.
sicMessage String
SIC message from the gateway.
sicName String
SIC (Secure Internal Communication) name.
sicStatus String
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
taskId String
Command asynchronous task unique identifier.
managementTestSicStatusId string
name string
Gateway, cluster member or Check Point host name.
sicMessage string
SIC message from the gateway.
sicName string
SIC (Secure Internal Communication) name.
sicStatus string
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
taskId string
Command asynchronous task unique identifier.
management_test_sic_status_id str
name str
Gateway, cluster member or Check Point host name.
sic_message str
SIC message from the gateway.
sic_name str
SIC (Secure Internal Communication) name.
sic_status str
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
task_id str
Command asynchronous task unique identifier.
managementTestSicStatusId String
name String
Gateway, cluster member or Check Point host name.
sicMessage String
SIC message from the gateway.
sicName String
SIC (Secure Internal Communication) name.
sicStatus String
SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
taskId 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.