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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
example, err := checkpoint.NewManagementTestSicStatus(ctx, "managementTestSicStatusResource", &checkpoint.ManagementTestSicStatusArgs{
ManagementTestSicStatusId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var managementTestSicStatusResource = new ManagementTestSicStatus("managementTestSicStatusResource", ManagementTestSicStatusArgs.builder()
.managementTestSicStatusId("string")
.name("string")
.build());
management_test_sic_status_resource = checkpoint.ManagementTestSicStatus("managementTestSicStatusResource",
management_test_sic_status_id="string",
name="string")
const managementTestSicStatusResource = new checkpoint.ManagementTestSicStatus("managementTestSicStatusResource", {
managementTestSicStatusId: "string",
name: "string",
});
type: checkpoint:ManagementTestSicStatus
properties:
managementTestSicStatusId: string
name: string
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:
- Management
Test stringSic Status Id - Name string
- Gateway, cluster member or Check Point host name.
- Management
Test stringSic Status Id - Name string
- Gateway, cluster member or Check Point host name.
- management
Test StringSic Status Id - name String
- Gateway, cluster member or Check Point host name.
- management
Test stringSic Status Id - name string
- Gateway, cluster member or Check Point host name.
- management_
test_ strsic_ status_ id - name str
- Gateway, cluster member or Check Point host name.
- management
Test StringSic Status Id - 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.
- Sic
Message string - SIC message from the gateway.
- Sic
Name string - SIC (Secure Internal Communication) name.
- Sic
Status string - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- Task
Id string - Command asynchronous task unique identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sic
Message string - SIC message from the gateway.
- Sic
Name string - SIC (Secure Internal Communication) name.
- Sic
Status string - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- Task
Id string - Command asynchronous task unique identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- sic
Message String - SIC message from the gateway.
- sic
Name String - SIC (Secure Internal Communication) name.
- sic
Status String - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- task
Id String - Command asynchronous task unique identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- sic
Message string - SIC message from the gateway.
- sic
Name string - SIC (Secure Internal Communication) name.
- sic
Status string - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- task
Id 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.
- sic
Message String - SIC message from the gateway.
- sic
Name String - SIC (Secure Internal Communication) name.
- sic
Status String - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- task
Id 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
- 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
Test stringSic Status Id - Name string
- Gateway, cluster member or Check Point host name.
- Sic
Message string - SIC message from the gateway.
- Sic
Name string - SIC (Secure Internal Communication) name.
- Sic
Status string - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- Task
Id string - Command asynchronous task unique identifier.
- Management
Test stringSic Status Id - Name string
- Gateway, cluster member or Check Point host name.
- Sic
Message string - SIC message from the gateway.
- Sic
Name string - SIC (Secure Internal Communication) name.
- Sic
Status string - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- Task
Id string - Command asynchronous task unique identifier.
- management
Test StringSic Status Id - name String
- Gateway, cluster member or Check Point host name.
- sic
Message String - SIC message from the gateway.
- sic
Name String - SIC (Secure Internal Communication) name.
- sic
Status String - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- task
Id String - Command asynchronous task unique identifier.
- management
Test stringSic Status Id - name string
- Gateway, cluster member or Check Point host name.
- sic
Message string - SIC message from the gateway.
- sic
Name string - SIC (Secure Internal Communication) name.
- sic
Status string - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- task
Id string - Command asynchronous task unique identifier.
- management_
test_ strsic_ status_ id - 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.
- management
Test StringSic Status Id - name String
- Gateway, cluster member or Check Point host name.
- sic
Message String - SIC message from the gateway.
- sic
Name String - SIC (Secure Internal Communication) name.
- sic
Status String - SIC Status reflects the state of the gateway after it has received the certificate issued by the ICA.
- 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.