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

fortimanager.PackagesFirewallDospolicy6Anomaly

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.PackagesFirewallDospolicy6. Conflict and overwrite may occur if use both of them.

    Create PackagesFirewallDospolicy6Anomaly Resource

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

    Constructor syntax

    new PackagesFirewallDospolicy6Anomaly(name: string, args: PackagesFirewallDospolicy6AnomalyArgs, opts?: CustomResourceOptions);
    @overload
    def PackagesFirewallDospolicy6Anomaly(resource_name: str,
                                          args: PackagesFirewallDospolicy6AnomalyInitArgs,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesFirewallDospolicy6Anomaly(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          dos_policy6: Optional[str] = None,
                                          pkg: Optional[str] = None,
                                          quarantine_log: Optional[str] = None,
                                          scopetype: Optional[str] = None,
                                          name: Optional[str] = None,
                                          packages_firewall_dospolicy6_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 NewPackagesFirewallDospolicy6Anomaly(ctx *Context, name string, args PackagesFirewallDospolicy6AnomalyArgs, opts ...ResourceOption) (*PackagesFirewallDospolicy6Anomaly, error)
    public PackagesFirewallDospolicy6Anomaly(string name, PackagesFirewallDospolicy6AnomalyArgs args, CustomResourceOptions? opts = null)
    public PackagesFirewallDospolicy6Anomaly(String name, PackagesFirewallDospolicy6AnomalyArgs args)
    public PackagesFirewallDospolicy6Anomaly(String name, PackagesFirewallDospolicy6AnomalyArgs args, CustomResourceOptions options)
    
    type: fortimanager:PackagesFirewallDospolicy6Anomaly
    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 PackagesFirewallDospolicy6AnomalyArgs
    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 PackagesFirewallDospolicy6AnomalyInitArgs
    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 PackagesFirewallDospolicy6AnomalyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesFirewallDospolicy6AnomalyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesFirewallDospolicy6AnomalyArgs
    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 packagesFirewallDospolicy6AnomalyResource = new Fortimanager.PackagesFirewallDospolicy6Anomaly("packagesFirewallDospolicy6AnomalyResource", new()
    {
        DosPolicy6 = "string",
        Pkg = "string",
        QuarantineLog = "string",
        Scopetype = "string",
        Name = "string",
        PackagesFirewallDospolicy6AnomalyId = "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.NewPackagesFirewallDospolicy6Anomaly(ctx, "packagesFirewallDospolicy6AnomalyResource", &fortimanager.PackagesFirewallDospolicy6AnomalyArgs{
    DosPolicy6: pulumi.String("string"),
    Pkg: pulumi.String("string"),
    QuarantineLog: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Name: pulumi.String("string"),
    PackagesFirewallDospolicy6AnomalyId: 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 packagesFirewallDospolicy6AnomalyResource = new PackagesFirewallDospolicy6Anomaly("packagesFirewallDospolicy6AnomalyResource", PackagesFirewallDospolicy6AnomalyArgs.builder()
        .dosPolicy6("string")
        .pkg("string")
        .quarantineLog("string")
        .scopetype("string")
        .name("string")
        .packagesFirewallDospolicy6AnomalyId("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_dospolicy6_anomaly_resource = fortimanager.PackagesFirewallDospolicy6Anomaly("packagesFirewallDospolicy6AnomalyResource",
        dos_policy6="string",
        pkg="string",
        quarantine_log="string",
        scopetype="string",
        name="string",
        packages_firewall_dospolicy6_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 packagesFirewallDospolicy6AnomalyResource = new fortimanager.PackagesFirewallDospolicy6Anomaly("packagesFirewallDospolicy6AnomalyResource", {
        dosPolicy6: "string",
        pkg: "string",
        quarantineLog: "string",
        scopetype: "string",
        name: "string",
        packagesFirewallDospolicy6AnomalyId: "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:PackagesFirewallDospolicy6Anomaly
    properties:
        action: string
        adom: string
        dosPolicy6: string
        log: string
        name: string
        packagesFirewallDospolicy6AnomalyId: 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
    

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

    DosPolicy6 string
    Dos Policy6.
    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.
    PackagesFirewallDospolicy6AnomalyId 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).
    DosPolicy6 string
    Dos Policy6.
    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.
    PackagesFirewallDospolicy6AnomalyId 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).
    dosPolicy6 String
    Dos Policy6.
    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.
    packagesFirewallDospolicy6AnomalyId 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).
    dosPolicy6 string
    Dos Policy6.
    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.
    packagesFirewallDospolicy6AnomalyId 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_policy6 str
    Dos Policy6.
    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_dospolicy6_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).
    dosPolicy6 String
    Dos Policy6.
    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.
    packagesFirewallDospolicy6AnomalyId 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 PackagesFirewallDospolicy6Anomaly 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 PackagesFirewallDospolicy6Anomaly Resource

    Get an existing PackagesFirewallDospolicy6Anomaly 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?: PackagesFirewallDospolicy6AnomalyState, opts?: CustomResourceOptions): PackagesFirewallDospolicy6Anomaly
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            dos_policy6: Optional[str] = None,
            log: Optional[str] = None,
            name: Optional[str] = None,
            packages_firewall_dospolicy6_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) -> PackagesFirewallDospolicy6Anomaly
    func GetPackagesFirewallDospolicy6Anomaly(ctx *Context, name string, id IDInput, state *PackagesFirewallDospolicy6AnomalyState, opts ...ResourceOption) (*PackagesFirewallDospolicy6Anomaly, error)
    public static PackagesFirewallDospolicy6Anomaly Get(string name, Input<string> id, PackagesFirewallDospolicy6AnomalyState? state, CustomResourceOptions? opts = null)
    public static PackagesFirewallDospolicy6Anomaly get(String name, Output<String> id, PackagesFirewallDospolicy6AnomalyState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesFirewallDospolicy6Anomaly    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.
    DosPolicy6 string
    Dos Policy6.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    PackagesFirewallDospolicy6AnomalyId 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.
    DosPolicy6 string
    Dos Policy6.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    PackagesFirewallDospolicy6AnomalyId 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.
    dosPolicy6 String
    Dos Policy6.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    packagesFirewallDospolicy6AnomalyId 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.
    dosPolicy6 string
    Dos Policy6.
    log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    name string
    Anomaly name.
    packagesFirewallDospolicy6AnomalyId 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_policy6 str
    Dos Policy6.
    log str
    Enable/disable anomaly logging. Valid values: disable, enable.
    name str
    Anomaly name.
    packages_firewall_dospolicy6_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.
    dosPolicy6 String
    Dos Policy6.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    packagesFirewallDospolicy6AnomalyId 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 FirewallDosPolicy6Anomaly can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/packagesFirewallDospolicy6Anomaly:PackagesFirewallDospolicy6Anomaly 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