1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. PackagesFirewallDospolicyAnomaly
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.PackagesFirewallDospolicyAnomaly

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Anomaly name.

    This resource is a sub resource for variable anomaly of resource fortimanager.PackagesFirewallDospolicy. Conflict and overwrite may occur if use both of them.

    Create PackagesFirewallDospolicyAnomaly Resource

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

    Constructor syntax

    new PackagesFirewallDospolicyAnomaly(name: string, args: PackagesFirewallDospolicyAnomalyArgs, opts?: CustomResourceOptions);
    @overload
    def PackagesFirewallDospolicyAnomaly(resource_name: str,
                                         args: PackagesFirewallDospolicyAnomalyInitArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesFirewallDospolicyAnomaly(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         dos_policy: Optional[str] = None,
                                         pkg: Optional[str] = None,
                                         quarantine_log: Optional[str] = None,
                                         scopetype: Optional[str] = None,
                                         name: Optional[str] = None,
                                         packages_firewall_dospolicy_anomaly_id: Optional[str] = None,
                                         adom: Optional[str] = None,
                                         pkg_folder_path: Optional[str] = None,
                                         quarantine: Optional[str] = None,
                                         quarantine_expiry: Optional[str] = None,
                                         action: Optional[str] = None,
                                         log: Optional[str] = None,
                                         status: Optional[str] = None,
                                         synproxy_tcp_mss: Optional[str] = None,
                                         synproxy_tcp_sack: Optional[str] = None,
                                         synproxy_tcp_timestamp: Optional[str] = None,
                                         synproxy_tcp_window: Optional[str] = None,
                                         synproxy_tcp_windowscale: Optional[str] = None,
                                         synproxy_tos: Optional[str] = None,
                                         synproxy_ttl: Optional[str] = None,
                                         threshold: Optional[float] = None,
                                         thresholddefault: Optional[float] = None)
    func NewPackagesFirewallDospolicyAnomaly(ctx *Context, name string, args PackagesFirewallDospolicyAnomalyArgs, opts ...ResourceOption) (*PackagesFirewallDospolicyAnomaly, error)
    public PackagesFirewallDospolicyAnomaly(string name, PackagesFirewallDospolicyAnomalyArgs args, CustomResourceOptions? opts = null)
    public PackagesFirewallDospolicyAnomaly(String name, PackagesFirewallDospolicyAnomalyArgs args)
    public PackagesFirewallDospolicyAnomaly(String name, PackagesFirewallDospolicyAnomalyArgs args, CustomResourceOptions options)
    
    type: fortimanager:PackagesFirewallDospolicyAnomaly
    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 PackagesFirewallDospolicyAnomalyArgs
    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 PackagesFirewallDospolicyAnomalyInitArgs
    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 PackagesFirewallDospolicyAnomalyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesFirewallDospolicyAnomalyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesFirewallDospolicyAnomalyArgs
    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 packagesFirewallDospolicyAnomalyResource = new Fortimanager.PackagesFirewallDospolicyAnomaly("packagesFirewallDospolicyAnomalyResource", new()
    {
        DosPolicy = "string",
        Pkg = "string",
        QuarantineLog = "string",
        Scopetype = "string",
        Name = "string",
        PackagesFirewallDospolicyAnomalyId = "string",
        Adom = "string",
        PkgFolderPath = "string",
        Quarantine = "string",
        QuarantineExpiry = "string",
        Action = "string",
        Log = "string",
        Status = "string",
        SynproxyTcpMss = "string",
        SynproxyTcpSack = "string",
        SynproxyTcpTimestamp = "string",
        SynproxyTcpWindow = "string",
        SynproxyTcpWindowscale = "string",
        SynproxyTos = "string",
        SynproxyTtl = "string",
        Threshold = 0,
        Thresholddefault = 0,
    });
    
    example, err := fortimanager.NewPackagesFirewallDospolicyAnomaly(ctx, "packagesFirewallDospolicyAnomalyResource", &fortimanager.PackagesFirewallDospolicyAnomalyArgs{
    DosPolicy: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    QuarantineLog: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Name: pulumi.String("string"),
    PackagesFirewallDospolicyAnomalyId: pulumi.String("string"),
    Adom: pulumi.String("string"),
    PkgFolderPath: pulumi.String("string"),
    Quarantine: pulumi.String("string"),
    QuarantineExpiry: pulumi.String("string"),
    Action: pulumi.String("string"),
    Log: pulumi.String("string"),
    Status: pulumi.String("string"),
    SynproxyTcpMss: pulumi.String("string"),
    SynproxyTcpSack: pulumi.String("string"),
    SynproxyTcpTimestamp: pulumi.String("string"),
    SynproxyTcpWindow: pulumi.String("string"),
    SynproxyTcpWindowscale: pulumi.String("string"),
    SynproxyTos: pulumi.String("string"),
    SynproxyTtl: pulumi.String("string"),
    Threshold: pulumi.Float64(0),
    Thresholddefault: pulumi.Float64(0),
    })
    
    var packagesFirewallDospolicyAnomalyResource = new PackagesFirewallDospolicyAnomaly("packagesFirewallDospolicyAnomalyResource", PackagesFirewallDospolicyAnomalyArgs.builder()
        .dosPolicy("string")
        .pkg("string")
        .quarantineLog("string")
        .scopetype("string")
        .name("string")
        .packagesFirewallDospolicyAnomalyId("string")
        .adom("string")
        .pkgFolderPath("string")
        .quarantine("string")
        .quarantineExpiry("string")
        .action("string")
        .log("string")
        .status("string")
        .synproxyTcpMss("string")
        .synproxyTcpSack("string")
        .synproxyTcpTimestamp("string")
        .synproxyTcpWindow("string")
        .synproxyTcpWindowscale("string")
        .synproxyTos("string")
        .synproxyTtl("string")
        .threshold(0)
        .thresholddefault(0)
        .build());
    
    packages_firewall_dospolicy_anomaly_resource = fortimanager.PackagesFirewallDospolicyAnomaly("packagesFirewallDospolicyAnomalyResource",
        dos_policy="string",
        pkg="string",
        quarantine_log="string",
        scopetype="string",
        name="string",
        packages_firewall_dospolicy_anomaly_id="string",
        adom="string",
        pkg_folder_path="string",
        quarantine="string",
        quarantine_expiry="string",
        action="string",
        log="string",
        status="string",
        synproxy_tcp_mss="string",
        synproxy_tcp_sack="string",
        synproxy_tcp_timestamp="string",
        synproxy_tcp_window="string",
        synproxy_tcp_windowscale="string",
        synproxy_tos="string",
        synproxy_ttl="string",
        threshold=0,
        thresholddefault=0)
    
    const packagesFirewallDospolicyAnomalyResource = new fortimanager.PackagesFirewallDospolicyAnomaly("packagesFirewallDospolicyAnomalyResource", {
        dosPolicy: "string",
        pkg: "string",
        quarantineLog: "string",
        scopetype: "string",
        name: "string",
        packagesFirewallDospolicyAnomalyId: "string",
        adom: "string",
        pkgFolderPath: "string",
        quarantine: "string",
        quarantineExpiry: "string",
        action: "string",
        log: "string",
        status: "string",
        synproxyTcpMss: "string",
        synproxyTcpSack: "string",
        synproxyTcpTimestamp: "string",
        synproxyTcpWindow: "string",
        synproxyTcpWindowscale: "string",
        synproxyTos: "string",
        synproxyTtl: "string",
        threshold: 0,
        thresholddefault: 0,
    });
    
    type: fortimanager:PackagesFirewallDospolicyAnomaly
    properties:
        action: string
        adom: string
        dosPolicy: string
        log: string
        name: string
        packagesFirewallDospolicyAnomalyId: string
        pkg: string
        pkgFolderPath: string
        quarantine: string
        quarantineExpiry: string
        quarantineLog: string
        scopetype: string
        status: string
        synproxyTcpMss: string
        synproxyTcpSack: string
        synproxyTcpTimestamp: string
        synproxyTcpWindow: string
        synproxyTcpWindowscale: string
        synproxyTos: string
        synproxyTtl: string
        threshold: 0
        thresholddefault: 0
    

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

    DosPolicy string
    Dos Policy.
    Pkg string
    Package.
    Action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    PackagesFirewallDospolicyAnomalyId string
    an identifier for the resource with format {{name}}.
    PkgFolderPath string
    Pkg Folder Path.
    Quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    QuarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    QuarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Enable/disable this anomaly. Valid values: disable, enable.
    SynproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    SynproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    SynproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    SynproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    SynproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    Threshold double
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    Thresholddefault double
    Threshold(Default).
    DosPolicy string
    Dos Policy.
    Pkg string
    Package.
    Action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    PackagesFirewallDospolicyAnomalyId string
    an identifier for the resource with format {{name}}.
    PkgFolderPath string
    Pkg Folder Path.
    Quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    QuarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    QuarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Enable/disable this anomaly. Valid values: disable, enable.
    SynproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    SynproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    SynproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    SynproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    SynproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    Threshold float64
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    Thresholddefault float64
    Threshold(Default).
    dosPolicy String
    Dos Policy.
    pkg String
    Package.
    action String
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    packagesFirewallDospolicyAnomalyId String
    an identifier for the resource with format {{name}}.
    pkgFolderPath String
    Pkg Folder Path.
    quarantine String
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry String
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog String
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss String
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack String
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp String
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow String
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale String
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos String
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl String
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold Double
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault Double
    Threshold(Default).
    dosPolicy string
    Dos Policy.
    pkg string
    Package.
    action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    name string
    Anomaly name.
    packagesFirewallDospolicyAnomalyId string
    an identifier for the resource with format {{name}}.
    pkgFolderPath string
    Pkg Folder Path.
    quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status string
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold number
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault number
    Threshold(Default).
    dos_policy str
    Dos Policy.
    pkg str
    Package.
    action str
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    log str
    Enable/disable anomaly logging. Valid values: disable, enable.
    name str
    Anomaly name.
    packages_firewall_dospolicy_anomaly_id str
    an identifier for the resource with format {{name}}.
    pkg_folder_path str
    Pkg Folder Path.
    quarantine str
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantine_expiry str
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantine_log str
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status str
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxy_tcp_mss str
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxy_tcp_sack str
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxy_tcp_timestamp str
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxy_tcp_window str
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxy_tcp_windowscale str
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxy_tos str
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxy_ttl str
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold float
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault float
    Threshold(Default).
    dosPolicy String
    Dos Policy.
    pkg String
    Package.
    action String
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    packagesFirewallDospolicyAnomalyId String
    an identifier for the resource with format {{name}}.
    pkgFolderPath String
    Pkg Folder Path.
    quarantine String
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry String
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog String
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss String
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack String
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp String
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow String
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale String
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos String
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl String
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold Number
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault Number
    Threshold(Default).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PackagesFirewallDospolicyAnomaly 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 PackagesFirewallDospolicyAnomaly Resource

    Get an existing PackagesFirewallDospolicyAnomaly 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?: PackagesFirewallDospolicyAnomalyState, opts?: CustomResourceOptions): PackagesFirewallDospolicyAnomaly
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            dos_policy: Optional[str] = None,
            log: Optional[str] = None,
            name: Optional[str] = None,
            packages_firewall_dospolicy_anomaly_id: Optional[str] = None,
            pkg: Optional[str] = None,
            pkg_folder_path: Optional[str] = None,
            quarantine: Optional[str] = None,
            quarantine_expiry: Optional[str] = None,
            quarantine_log: Optional[str] = None,
            scopetype: Optional[str] = None,
            status: Optional[str] = None,
            synproxy_tcp_mss: Optional[str] = None,
            synproxy_tcp_sack: Optional[str] = None,
            synproxy_tcp_timestamp: Optional[str] = None,
            synproxy_tcp_window: Optional[str] = None,
            synproxy_tcp_windowscale: Optional[str] = None,
            synproxy_tos: Optional[str] = None,
            synproxy_ttl: Optional[str] = None,
            threshold: Optional[float] = None,
            thresholddefault: Optional[float] = None) -> PackagesFirewallDospolicyAnomaly
    func GetPackagesFirewallDospolicyAnomaly(ctx *Context, name string, id IDInput, state *PackagesFirewallDospolicyAnomalyState, opts ...ResourceOption) (*PackagesFirewallDospolicyAnomaly, error)
    public static PackagesFirewallDospolicyAnomaly Get(string name, Input<string> id, PackagesFirewallDospolicyAnomalyState? state, CustomResourceOptions? opts = null)
    public static PackagesFirewallDospolicyAnomaly get(String name, Output<String> id, PackagesFirewallDospolicyAnomalyState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesFirewallDospolicyAnomaly    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:
    Action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DosPolicy string
    Dos Policy.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    PackagesFirewallDospolicyAnomalyId string
    an identifier for the resource with format {{name}}.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    QuarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    QuarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Enable/disable this anomaly. Valid values: disable, enable.
    SynproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    SynproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    SynproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    SynproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    SynproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    Threshold double
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    Thresholddefault double
    Threshold(Default).
    Action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DosPolicy string
    Dos Policy.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    PackagesFirewallDospolicyAnomalyId string
    an identifier for the resource with format {{name}}.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    QuarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    QuarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Enable/disable this anomaly. Valid values: disable, enable.
    SynproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    SynproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    SynproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    SynproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    SynproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    Threshold float64
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    Thresholddefault float64
    Threshold(Default).
    action String
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dosPolicy String
    Dos Policy.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    packagesFirewallDospolicyAnomalyId String
    an identifier for the resource with format {{name}}.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    quarantine String
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry String
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog String
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss String
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack String
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp String
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow String
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale String
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos String
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl String
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold Double
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault Double
    Threshold(Default).
    action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dosPolicy string
    Dos Policy.
    log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    name string
    Anomaly name.
    packagesFirewallDospolicyAnomalyId string
    an identifier for the resource with format {{name}}.
    pkg string
    Package.
    pkgFolderPath string
    Pkg Folder Path.
    quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status string
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold number
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault number
    Threshold(Default).
    action str
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dos_policy str
    Dos Policy.
    log str
    Enable/disable anomaly logging. Valid values: disable, enable.
    name str
    Anomaly name.
    packages_firewall_dospolicy_anomaly_id str
    an identifier for the resource with format {{name}}.
    pkg str
    Package.
    pkg_folder_path str
    Pkg Folder Path.
    quarantine str
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantine_expiry str
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantine_log str
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status str
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxy_tcp_mss str
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxy_tcp_sack str
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxy_tcp_timestamp str
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxy_tcp_window str
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxy_tcp_windowscale str
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxy_tos str
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxy_ttl str
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold float
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault float
    Threshold(Default).
    action String
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dosPolicy String
    Dos Policy.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    packagesFirewallDospolicyAnomalyId String
    an identifier for the resource with format {{name}}.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    quarantine String
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry String
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog String
    Enable/disable quarantine logging. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss String
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack String
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp String
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow String
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale String
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos String
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl String
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold Number
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault Number
    Threshold(Default).

    Import

    Packages FirewallDosPolicyAnomaly can be imported using any of these accepted formats:

    Set import_options = [“pkg_folder_path=YOUR_VALUE”, “pkg=YOUR_VALUE”, “dos_policy=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/packagesFirewallDospolicyAnomaly:PackagesFirewallDospolicyAnomaly labelname {{name}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev