checkpoint.ManagementContentAwarenessAdvancedSettings
Explore with Pulumi AI
Create ManagementContentAwarenessAdvancedSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementContentAwarenessAdvancedSettings(name: string, args?: ManagementContentAwarenessAdvancedSettingsArgs, opts?: CustomResourceOptions);
@overload
def ManagementContentAwarenessAdvancedSettings(resource_name: str,
args: Optional[ManagementContentAwarenessAdvancedSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementContentAwarenessAdvancedSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
httpi_non_standard_ports: Optional[bool] = None,
inspect_archives: Optional[bool] = None,
internal_error_fail_mode: Optional[str] = None,
management_content_awareness_advanced_settings_id: Optional[str] = None,
supported_services: Optional[Sequence[str]] = None)
func NewManagementContentAwarenessAdvancedSettings(ctx *Context, name string, args *ManagementContentAwarenessAdvancedSettingsArgs, opts ...ResourceOption) (*ManagementContentAwarenessAdvancedSettings, error)
public ManagementContentAwarenessAdvancedSettings(string name, ManagementContentAwarenessAdvancedSettingsArgs? args = null, CustomResourceOptions? opts = null)
public ManagementContentAwarenessAdvancedSettings(String name, ManagementContentAwarenessAdvancedSettingsArgs args)
public ManagementContentAwarenessAdvancedSettings(String name, ManagementContentAwarenessAdvancedSettingsArgs args, CustomResourceOptions options)
type: checkpoint:ManagementContentAwarenessAdvancedSettings
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 ManagementContentAwarenessAdvancedSettingsArgs
- 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 ManagementContentAwarenessAdvancedSettingsArgs
- 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 ManagementContentAwarenessAdvancedSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementContentAwarenessAdvancedSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementContentAwarenessAdvancedSettingsArgs
- 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 managementContentAwarenessAdvancedSettingsResource = new Checkpoint.ManagementContentAwarenessAdvancedSettings("managementContentAwarenessAdvancedSettingsResource", new()
{
HttpiNonStandardPorts = false,
InspectArchives = false,
InternalErrorFailMode = "string",
ManagementContentAwarenessAdvancedSettingsId = "string",
SupportedServices = new[]
{
"string",
},
});
example, err := checkpoint.NewManagementContentAwarenessAdvancedSettings(ctx, "managementContentAwarenessAdvancedSettingsResource", &checkpoint.ManagementContentAwarenessAdvancedSettingsArgs{
HttpiNonStandardPorts: pulumi.Bool(false),
InspectArchives: pulumi.Bool(false),
InternalErrorFailMode: pulumi.String("string"),
ManagementContentAwarenessAdvancedSettingsId: pulumi.String("string"),
SupportedServices: pulumi.StringArray{
pulumi.String("string"),
},
})
var managementContentAwarenessAdvancedSettingsResource = new ManagementContentAwarenessAdvancedSettings("managementContentAwarenessAdvancedSettingsResource", ManagementContentAwarenessAdvancedSettingsArgs.builder()
.httpiNonStandardPorts(false)
.inspectArchives(false)
.internalErrorFailMode("string")
.managementContentAwarenessAdvancedSettingsId("string")
.supportedServices("string")
.build());
management_content_awareness_advanced_settings_resource = checkpoint.ManagementContentAwarenessAdvancedSettings("managementContentAwarenessAdvancedSettingsResource",
httpi_non_standard_ports=False,
inspect_archives=False,
internal_error_fail_mode="string",
management_content_awareness_advanced_settings_id="string",
supported_services=["string"])
const managementContentAwarenessAdvancedSettingsResource = new checkpoint.ManagementContentAwarenessAdvancedSettings("managementContentAwarenessAdvancedSettingsResource", {
httpiNonStandardPorts: false,
inspectArchives: false,
internalErrorFailMode: "string",
managementContentAwarenessAdvancedSettingsId: "string",
supportedServices: ["string"],
});
type: checkpoint:ManagementContentAwarenessAdvancedSettings
properties:
httpiNonStandardPorts: false
inspectArchives: false
internalErrorFailMode: string
managementContentAwarenessAdvancedSettingsId: string
supportedServices:
- string
ManagementContentAwarenessAdvancedSettings 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 ManagementContentAwarenessAdvancedSettings resource accepts the following input properties:
- Httpi
Non boolStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- Inspect
Archives bool - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Management
Content stringAwareness Advanced Settings Id - Supported
Services List<string> - Specify the services that Content Awareness inspects.
- Httpi
Non boolStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- Inspect
Archives bool - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Management
Content stringAwareness Advanced Settings Id - Supported
Services []string - Specify the services that Content Awareness inspects.
- httpi
Non BooleanStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect
Archives Boolean - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- management
Content StringAwareness Advanced Settings Id - supported
Services List<String> - Specify the services that Content Awareness inspects.
- httpi
Non booleanStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect
Archives boolean - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- management
Content stringAwareness Advanced Settings Id - supported
Services string[] - Specify the services that Content Awareness inspects.
- httpi_
non_ boolstandard_ ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect_
archives bool - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal_
error_ strfail_ mode - In case of internal system error, allow or block all connections.
- management_
content_ strawareness_ advanced_ settings_ id - supported_
services Sequence[str] - Specify the services that Content Awareness inspects.
- httpi
Non BooleanStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect
Archives Boolean - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- management
Content StringAwareness Advanced Settings Id - supported
Services List<String> - Specify the services that Content Awareness inspects.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementContentAwarenessAdvancedSettings resource produces the following output properties:
Look up Existing ManagementContentAwarenessAdvancedSettings Resource
Get an existing ManagementContentAwarenessAdvancedSettings 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?: ManagementContentAwarenessAdvancedSettingsState, opts?: CustomResourceOptions): ManagementContentAwarenessAdvancedSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
httpi_non_standard_ports: Optional[bool] = None,
inspect_archives: Optional[bool] = None,
internal_error_fail_mode: Optional[str] = None,
management_content_awareness_advanced_settings_id: Optional[str] = None,
supported_services: Optional[Sequence[str]] = None,
uid: Optional[str] = None) -> ManagementContentAwarenessAdvancedSettings
func GetManagementContentAwarenessAdvancedSettings(ctx *Context, name string, id IDInput, state *ManagementContentAwarenessAdvancedSettingsState, opts ...ResourceOption) (*ManagementContentAwarenessAdvancedSettings, error)
public static ManagementContentAwarenessAdvancedSettings Get(string name, Input<string> id, ManagementContentAwarenessAdvancedSettingsState? state, CustomResourceOptions? opts = null)
public static ManagementContentAwarenessAdvancedSettings get(String name, Output<String> id, ManagementContentAwarenessAdvancedSettingsState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementContentAwarenessAdvancedSettings 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.
- Httpi
Non boolStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- Inspect
Archives bool - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Management
Content stringAwareness Advanced Settings Id - Supported
Services List<string> - Specify the services that Content Awareness inspects.
- Uid string
- Object unique identifier.
- Httpi
Non boolStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- Inspect
Archives bool - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- Internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- Management
Content stringAwareness Advanced Settings Id - Supported
Services []string - Specify the services that Content Awareness inspects.
- Uid string
- Object unique identifier.
- httpi
Non BooleanStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect
Archives Boolean - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- management
Content StringAwareness Advanced Settings Id - supported
Services List<String> - Specify the services that Content Awareness inspects.
- uid String
- Object unique identifier.
- httpi
Non booleanStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect
Archives boolean - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal
Error stringFail Mode - In case of internal system error, allow or block all connections.
- management
Content stringAwareness Advanced Settings Id - supported
Services string[] - Specify the services that Content Awareness inspects.
- uid string
- Object unique identifier.
- httpi_
non_ boolstandard_ ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect_
archives bool - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal_
error_ strfail_ mode - In case of internal system error, allow or block all connections.
- management_
content_ strawareness_ advanced_ settings_ id - supported_
services Sequence[str] - Specify the services that Content Awareness inspects.
- uid str
- Object unique identifier.
- httpi
Non BooleanStandard Ports - Servers usually send HTTP traffic on TCP port 80. Some servers send HTTP traffic on other ports also. By default, this setting is enabled and Content Awareness inspects HTTP traffic on non-standard ports. You can disable this setting and configure Content Awareness to inspect HTTP traffic only on port 80.
- inspect
Archives Boolean - Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
- internal
Error StringFail Mode - In case of internal system error, allow or block all connections.
- management
Content StringAwareness Advanced Settings Id - supported
Services List<String> - Specify the services that Content Awareness inspects.
- uid String
- Object unique identifier.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.