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

checkpoint.ManagementContentAwarenessAdvancedSettings

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    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:

    HttpiNonStandardPorts bool
    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.
    InspectArchives bool
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    ManagementContentAwarenessAdvancedSettingsId string
    SupportedServices List<string>
    Specify the services that Content Awareness inspects.
    HttpiNonStandardPorts bool
    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.
    InspectArchives bool
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    ManagementContentAwarenessAdvancedSettingsId string
    SupportedServices []string
    Specify the services that Content Awareness inspects.
    httpiNonStandardPorts Boolean
    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.
    inspectArchives Boolean
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    managementContentAwarenessAdvancedSettingsId String
    supportedServices List<String>
    Specify the services that Content Awareness inspects.
    httpiNonStandardPorts boolean
    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.
    inspectArchives boolean
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    internalErrorFailMode string
    In case of internal system error, allow or block all connections.
    managementContentAwarenessAdvancedSettingsId string
    supportedServices string[]
    Specify the services that Content Awareness inspects.
    httpi_non_standard_ports bool
    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_fail_mode str
    In case of internal system error, allow or block all connections.
    management_content_awareness_advanced_settings_id str
    supported_services Sequence[str]
    Specify the services that Content Awareness inspects.
    httpiNonStandardPorts Boolean
    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.
    inspectArchives Boolean
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    managementContentAwarenessAdvancedSettingsId String
    supportedServices 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:

    Id string
    The provider-assigned unique ID for this managed resource.
    Uid string
    Object unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    Uid string
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    uid String
    Object unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    uid string
    Object unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    uid str
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    uid String
    Object unique identifier.

    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.
    The following state arguments are supported:
    HttpiNonStandardPorts bool
    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.
    InspectArchives bool
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    ManagementContentAwarenessAdvancedSettingsId string
    SupportedServices List<string>
    Specify the services that Content Awareness inspects.
    Uid string
    Object unique identifier.
    HttpiNonStandardPorts bool
    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.
    InspectArchives bool
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    InternalErrorFailMode string
    In case of internal system error, allow or block all connections.
    ManagementContentAwarenessAdvancedSettingsId string
    SupportedServices []string
    Specify the services that Content Awareness inspects.
    Uid string
    Object unique identifier.
    httpiNonStandardPorts Boolean
    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.
    inspectArchives Boolean
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    managementContentAwarenessAdvancedSettingsId String
    supportedServices List<String>
    Specify the services that Content Awareness inspects.
    uid String
    Object unique identifier.
    httpiNonStandardPorts boolean
    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.
    inspectArchives boolean
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    internalErrorFailMode string
    In case of internal system error, allow or block all connections.
    managementContentAwarenessAdvancedSettingsId string
    supportedServices string[]
    Specify the services that Content Awareness inspects.
    uid string
    Object unique identifier.
    httpi_non_standard_ports bool
    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_fail_mode str
    In case of internal system error, allow or block all connections.
    management_content_awareness_advanced_settings_id str
    supported_services Sequence[str]
    Specify the services that Content Awareness inspects.
    uid str
    Object unique identifier.
    httpiNonStandardPorts Boolean
    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.
    inspectArchives Boolean
    Examine the content of archive files. For example, files with the extension .zip, .gz, .tgz, .tar.Z, .tar, .lzma, .tlz, 7z, .rar.
    internalErrorFailMode String
    In case of internal system error, allow or block all connections.
    managementContentAwarenessAdvancedSettingsId String
    supportedServices 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.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw