checkpoint.ManagementCommandSetThreatAdvancedSettings
Explore with Pulumi AI
Create ManagementCommandSetThreatAdvancedSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandSetThreatAdvancedSettings(name: string, args?: ManagementCommandSetThreatAdvancedSettingsArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandSetThreatAdvancedSettings(resource_name: str,
args: Optional[ManagementCommandSetThreatAdvancedSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandSetThreatAdvancedSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
feed_retrieving_interval: Optional[str] = None,
httpi_non_standard_ports: Optional[bool] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
internal_error_fail_mode: Optional[str] = None,
log_unification_timeout: Optional[float] = None,
management_command_set_threat_advanced_settings_id: Optional[str] = None,
resource_classification: Optional[ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs] = None)
func NewManagementCommandSetThreatAdvancedSettings(ctx *Context, name string, args *ManagementCommandSetThreatAdvancedSettingsArgs, opts ...ResourceOption) (*ManagementCommandSetThreatAdvancedSettings, error)
public ManagementCommandSetThreatAdvancedSettings(string name, ManagementCommandSetThreatAdvancedSettingsArgs? args = null, CustomResourceOptions? opts = null)
public ManagementCommandSetThreatAdvancedSettings(String name, ManagementCommandSetThreatAdvancedSettingsArgs args)
public ManagementCommandSetThreatAdvancedSettings(String name, ManagementCommandSetThreatAdvancedSettingsArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandSetThreatAdvancedSettings
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 ManagementCommandSetThreatAdvancedSettingsArgs
- 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 ManagementCommandSetThreatAdvancedSettingsArgs
- 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 ManagementCommandSetThreatAdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandSetThreatAdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandSetThreatAdvancedSettingsArgs
- 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 managementCommandSetThreatAdvancedSettingsResource = new Checkpoint.ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource", new()
{
FeedRetrievingInterval = "string",
HttpiNonStandardPorts = false,
IgnoreErrors = false,
IgnoreWarnings = false,
InternalErrorFailMode = "string",
LogUnificationTimeout = 0,
ManagementCommandSetThreatAdvancedSettingsId = "string",
ResourceClassification = new Checkpoint.Inputs.ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
{
CustomSettings = new Checkpoint.Inputs.ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs
{
AntiBot = "string",
AntiVirus = "string",
ZeroPhishing = "string",
},
Mode = "string",
WebServiceFailMode = "string",
},
});
example, err := checkpoint.NewManagementCommandSetThreatAdvancedSettings(ctx, "managementCommandSetThreatAdvancedSettingsResource", &checkpoint.ManagementCommandSetThreatAdvancedSettingsArgs{
FeedRetrievingInterval: pulumi.String("string"),
HttpiNonStandardPorts: pulumi.Bool(false),
IgnoreErrors: pulumi.Bool(false),
IgnoreWarnings: pulumi.Bool(false),
InternalErrorFailMode: pulumi.String("string"),
LogUnificationTimeout: pulumi.Float64(0),
ManagementCommandSetThreatAdvancedSettingsId: pulumi.String("string"),
ResourceClassification: &checkpoint.ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs{
CustomSettings: &checkpoint.ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs{
AntiBot: pulumi.String("string"),
AntiVirus: pulumi.String("string"),
ZeroPhishing: pulumi.String("string"),
},
Mode: pulumi.String("string"),
WebServiceFailMode: pulumi.String("string"),
},
})
var managementCommandSetThreatAdvancedSettingsResource = new ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource", ManagementCommandSetThreatAdvancedSettingsArgs.builder()
.feedRetrievingInterval("string")
.httpiNonStandardPorts(false)
.ignoreErrors(false)
.ignoreWarnings(false)
.internalErrorFailMode("string")
.logUnificationTimeout(0)
.managementCommandSetThreatAdvancedSettingsId("string")
.resourceClassification(ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs.builder()
.customSettings(ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs.builder()
.antiBot("string")
.antiVirus("string")
.zeroPhishing("string")
.build())
.mode("string")
.webServiceFailMode("string")
.build())
.build());
management_command_set_threat_advanced_settings_resource = checkpoint.ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource",
feed_retrieving_interval="string",
httpi_non_standard_ports=False,
ignore_errors=False,
ignore_warnings=False,
internal_error_fail_mode="string",
log_unification_timeout=0,
management_command_set_threat_advanced_settings_id="string",
resource_classification={
"custom_settings": {
"anti_bot": "string",
"anti_virus": "string",
"zero_phishing": "string",
},
"mode": "string",
"web_service_fail_mode": "string",
})
const managementCommandSetThreatAdvancedSettingsResource = new checkpoint.ManagementCommandSetThreatAdvancedSettings("managementCommandSetThreatAdvancedSettingsResource", {
feedRetrievingInterval: "string",
httpiNonStandardPorts: false,
ignoreErrors: false,
ignoreWarnings: false,
internalErrorFailMode: "string",
logUnificationTimeout: 0,
managementCommandSetThreatAdvancedSettingsId: "string",
resourceClassification: {
customSettings: {
antiBot: "string",
antiVirus: "string",
zeroPhishing: "string",
},
mode: "string",
webServiceFailMode: "string",
},
});
type: checkpoint:ManagementCommandSetThreatAdvancedSettings
properties:
feedRetrievingInterval: string
httpiNonStandardPorts: false
ignoreErrors: false
ignoreWarnings: false
internalErrorFailMode: string
logUnificationTimeout: 0
managementCommandSetThreatAdvancedSettingsId: string
resourceClassification:
customSettings:
antiBot: string
antiVirus: string
zeroPhishing: string
mode: string
webServiceFailMode: string
ManagementCommandSetThreatAdvancedSettings 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 ManagementCommandSetThreatAdvancedSettings resource accepts the following input properties:
- Feed
Retrieving stringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- Httpi
Non boolStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Log
Unification doubleTimeout - Session unification timeout for logs (minutes).
- Management
Command stringSet Threat Advanced Settings Id - Resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification - Allow (Background) or Block (Hold) requests until categorization is complete.
- Feed
Retrieving stringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- Httpi
Non boolStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Log
Unification float64Timeout - Session unification timeout for logs (minutes).
- Management
Command stringSet Threat Advanced Settings Id - Resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification Args - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed
Retrieving StringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi
Non BooleanStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- log
Unification DoubleTimeout - Session unification timeout for logs (minutes).
- management
Command StringSet Threat Advanced Settings Id - resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed
Retrieving stringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi
Non booleanStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- log
Unification numberTimeout - Session unification timeout for logs (minutes).
- management
Command stringSet Threat Advanced Settings Id - resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed_
retrieving_ strinterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi_
non_ boolstandard_ ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- internal_
error_ strfail_ mode - In case of internal system error, allow or block all connections.
- log_
unification_ floattimeout - Session unification timeout for logs (minutes).
- management_
command_ strset_ threat_ advanced_ settings_ id - resource_
classification ManagementCommand Set Threat Advanced Settings Resource Classification Args - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed
Retrieving StringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi
Non BooleanStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- log
Unification NumberTimeout - Session unification timeout for logs (minutes).
- management
Command StringSet Threat Advanced Settings Id - resource
Classification Property Map - Allow (Background) or Block (Hold) requests until categorization is complete.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandSetThreatAdvancedSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ManagementCommandSetThreatAdvancedSettings Resource
Get an existing ManagementCommandSetThreatAdvancedSettings 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?: ManagementCommandSetThreatAdvancedSettingsState, opts?: CustomResourceOptions): ManagementCommandSetThreatAdvancedSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
feed_retrieving_interval: Optional[str] = None,
httpi_non_standard_ports: Optional[bool] = None,
ignore_errors: Optional[bool] = None,
ignore_warnings: Optional[bool] = None,
internal_error_fail_mode: Optional[str] = None,
log_unification_timeout: Optional[float] = None,
management_command_set_threat_advanced_settings_id: Optional[str] = None,
resource_classification: Optional[ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs] = None) -> ManagementCommandSetThreatAdvancedSettings
func GetManagementCommandSetThreatAdvancedSettings(ctx *Context, name string, id IDInput, state *ManagementCommandSetThreatAdvancedSettingsState, opts ...ResourceOption) (*ManagementCommandSetThreatAdvancedSettings, error)
public static ManagementCommandSetThreatAdvancedSettings Get(string name, Input<string> id, ManagementCommandSetThreatAdvancedSettingsState? state, CustomResourceOptions? opts = null)
public static ManagementCommandSetThreatAdvancedSettings get(String name, Output<String> id, ManagementCommandSetThreatAdvancedSettingsState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandSetThreatAdvancedSettings 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.
- Feed
Retrieving stringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- Httpi
Non boolStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Log
Unification doubleTimeout - Session unification timeout for logs (minutes).
- Management
Command stringSet Threat Advanced Settings Id - Resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification - Allow (Background) or Block (Hold) requests until categorization is complete.
- Feed
Retrieving stringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- Httpi
Non boolStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Log
Unification float64Timeout - Session unification timeout for logs (minutes).
- Management
Command stringSet Threat Advanced Settings Id - Resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification Args - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed
Retrieving StringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi
Non BooleanStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- log
Unification DoubleTimeout - Session unification timeout for logs (minutes).
- management
Command StringSet Threat Advanced Settings Id - resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed
Retrieving stringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi
Non booleanStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- log
Unification numberTimeout - Session unification timeout for logs (minutes).
- management
Command stringSet Threat Advanced Settings Id - resource
Classification ManagementCommand Set Threat Advanced Settings Resource Classification - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed_
retrieving_ strinterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi_
non_ boolstandard_ ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
warnings bool - Apply changes ignoring warnings.
- internal_
error_ strfail_ mode - In case of internal system error, allow or block all connections.
- log_
unification_ floattimeout - Session unification timeout for logs (minutes).
- management_
command_ strset_ threat_ advanced_ settings_ id - resource_
classification ManagementCommand Set Threat Advanced Settings Resource Classification Args - Allow (Background) or Block (Hold) requests until categorization is complete.
- feed
Retrieving StringInterval - Feed retrieving intervals of External Feed, in the form of HH:MM.
- httpi
Non BooleanStandard Ports - Enable HTTP Inspection on non standard ports for Threat Prevention blades.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- log
Unification NumberTimeout - Session unification timeout for logs (minutes).
- management
Command StringSet Threat Advanced Settings Id - resource
Classification Property Map - Allow (Background) or Block (Hold) requests until categorization is complete.
Supporting Types
ManagementCommandSetThreatAdvancedSettingsResourceClassification, ManagementCommandSetThreatAdvancedSettingsResourceClassificationArgs
- Custom
Settings ManagementCommand Set Threat Advanced Settings Resource Classification Custom Settings - On Custom mode, custom resources classification per service.
- Mode string
- Set all services to the same mode or choose a custom mode.
- Web
Service stringFail Mode - Block connections when the web service is unavailable.
- Custom
Settings ManagementCommand Set Threat Advanced Settings Resource Classification Custom Settings - On Custom mode, custom resources classification per service.
- Mode string
- Set all services to the same mode or choose a custom mode.
- Web
Service stringFail Mode - Block connections when the web service is unavailable.
- custom
Settings ManagementCommand Set Threat Advanced Settings Resource Classification Custom Settings - On Custom mode, custom resources classification per service.
- mode String
- Set all services to the same mode or choose a custom mode.
- web
Service StringFail Mode - Block connections when the web service is unavailable.
- custom
Settings ManagementCommand Set Threat Advanced Settings Resource Classification Custom Settings - On Custom mode, custom resources classification per service.
- mode string
- Set all services to the same mode or choose a custom mode.
- web
Service stringFail Mode - Block connections when the web service is unavailable.
- custom_
settings ManagementCommand Set Threat Advanced Settings Resource Classification Custom Settings - On Custom mode, custom resources classification per service.
- mode str
- Set all services to the same mode or choose a custom mode.
- web_
service_ strfail_ mode - Block connections when the web service is unavailable.
- custom
Settings Property Map - On Custom mode, custom resources classification per service.
- mode String
- Set all services to the same mode or choose a custom mode.
- web
Service StringFail Mode - Block connections when the web service is unavailable.
ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettings, ManagementCommandSetThreatAdvancedSettingsResourceClassificationCustomSettingsArgs
- Anti
Bot string - Custom Settings for Anti Bot Blade.
- Anti
Virus string - Custom Settings for Anti Virus Blade.
- Zero
Phishing string - Custom Settings for Zero Phishing Blade.
- Anti
Bot string - Custom Settings for Anti Bot Blade.
- Anti
Virus string - Custom Settings for Anti Virus Blade.
- Zero
Phishing string - Custom Settings for Zero Phishing Blade.
- anti
Bot String - Custom Settings for Anti Bot Blade.
- anti
Virus String - Custom Settings for Anti Virus Blade.
- zero
Phishing String - Custom Settings for Zero Phishing Blade.
- anti
Bot string - Custom Settings for Anti Bot Blade.
- anti
Virus string - Custom Settings for Anti Virus Blade.
- zero
Phishing string - Custom Settings for Zero Phishing Blade.
- anti_
bot str - Custom Settings for Anti Bot Blade.
- anti_
virus str - Custom Settings for Anti Virus Blade.
- zero_
phishing str - Custom Settings for Zero Phishing Blade.
- anti
Bot String - Custom Settings for Anti Bot Blade.
- anti
Virus String - Custom Settings for Anti Virus Blade.
- zero
Phishing String - Custom Settings for Zero Phishing Blade.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.