fortios.log/fortianalyzer/cloud.Setting
Explore with Pulumi AI
Global FortiAnalyzer Cloud settings. Applies to FortiOS Version >= 6.2.4.
Create Setting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Setting(name: string, args?: SettingArgs, opts?: CustomResourceOptions);@overload
def Setting(resource_name: str,
            args: Optional[SettingArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def Setting(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            access_config: Optional[str] = None,
            certificate: Optional[str] = None,
            certificate_verification: Optional[str] = None,
            conn_timeout: Optional[int] = None,
            dynamic_sort_subtable: Optional[str] = None,
            enc_algorithm: Optional[str] = None,
            get_all_tables: Optional[str] = None,
            hmac_algorithm: Optional[str] = None,
            interface: Optional[str] = None,
            interface_select_method: Optional[str] = None,
            ips_archive: Optional[str] = None,
            max_log_rate: Optional[int] = None,
            monitor_failure_retry_period: Optional[int] = None,
            monitor_keepalive_period: Optional[int] = None,
            preshared_key: Optional[str] = None,
            priority: Optional[str] = None,
            serials: Optional[Sequence[SettingSerialArgs]] = None,
            source_ip: Optional[str] = None,
            ssl_min_proto_version: Optional[str] = None,
            status: Optional[str] = None,
            upload_day: Optional[str] = None,
            upload_interval: Optional[str] = None,
            upload_option: Optional[str] = None,
            upload_time: Optional[str] = None,
            vdomparam: Optional[str] = None)func NewSetting(ctx *Context, name string, args *SettingArgs, opts ...ResourceOption) (*Setting, error)public Setting(string name, SettingArgs? args = null, CustomResourceOptions? opts = null)
public Setting(String name, SettingArgs args)
public Setting(String name, SettingArgs args, CustomResourceOptions options)
type: fortios:log/fortianalyzer/cloud/setting:Setting
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 SettingArgs
- 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 SettingArgs
- 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 SettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Setting 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 Setting resource accepts the following input properties:
- AccessConfig string
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- CertificateVerification string
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- ConnTimeout int
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- EncAlgorithm string
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- HmacAlgorithm string
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- InterfaceSelect stringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- IpsArchive string
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- string
- Preshared-key used for auto-authorization on FortiAnalyzer.
- Priority string
- Set log transmission priority. Valid values: default,low.
- Serials
List<Pulumiverse.Fortios. Log. Fortianalyzer. Cloud. Inputs. Setting Serial> 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- Status string
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- UploadDay string
- Day of week (month) to upload logs.
- UploadInterval string
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- UploadOption string
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- UploadTime string
- Time to upload logs (hh:mm).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- AccessConfig string
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- CertificateVerification string
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- ConnTimeout int
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- EncAlgorithm string
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- HmacAlgorithm string
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- InterfaceSelect stringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- IpsArchive string
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- string
- Preshared-key used for auto-authorization on FortiAnalyzer.
- Priority string
- Set log transmission priority. Valid values: default,low.
- Serials
[]SettingSerial Args 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- Status string
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- UploadDay string
- Day of week (month) to upload logs.
- UploadInterval string
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- UploadOption string
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- UploadTime string
- Time to upload logs (hh:mm).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- accessConfig String
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificateVerification String
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- connTimeout Integer
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- encAlgorithm String
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmacAlgorithm String
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interfaceSelect StringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- interface_ String
- Specify outgoing interface to reach server.
- ipsArchive String
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- maxLog IntegerRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitorFailure IntegerRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive IntegerPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- String
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority String
- Set log transmission priority. Valid values: default,low.
- serials
List<SettingSerial> 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status String
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- uploadDay String
- Day of week (month) to upload logs.
- uploadInterval String
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- uploadOption String
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- uploadTime String
- Time to upload logs (hh:mm).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- accessConfig string
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate string
- Certificate used to communicate with FortiAnalyzer.
- certificateVerification string
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- connTimeout number
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- encAlgorithm string
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- getAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmacAlgorithm string
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface string
- Specify outgoing interface to reach server.
- interfaceSelect stringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- ipsArchive string
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- maxLog numberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitorFailure numberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive numberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- string
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority string
- Set log transmission priority. Valid values: default,low.
- serials
SettingSerial[] 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- sourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin stringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status string
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- uploadDay string
- Day of week (month) to upload logs.
- uploadInterval string
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- uploadOption string
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- uploadTime string
- Time to upload logs (hh:mm).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- access_config str
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate str
- Certificate used to communicate with FortiAnalyzer.
- certificate_verification str
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- conn_timeout int
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic_sort_ strsubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- enc_algorithm str
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- get_all_ strtables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmac_algorithm str
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface str
- Specify outgoing interface to reach server.
- interface_select_ strmethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- ips_archive str
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- max_log_ intrate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor_failure_ intretry_ period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor_keepalive_ intperiod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- str
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority str
- Set log transmission priority. Valid values: default,low.
- serials
Sequence[SettingSerial Args] 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- source_ip str
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl_min_ strproto_ version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status str
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- upload_day str
- Day of week (month) to upload logs.
- upload_interval str
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- upload_option str
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- upload_time str
- Time to upload logs (hh:mm).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- accessConfig String
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificateVerification String
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- connTimeout Number
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- encAlgorithm String
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmacAlgorithm String
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface String
- Specify outgoing interface to reach server.
- interfaceSelect StringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- ipsArchive String
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- maxLog NumberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitorFailure NumberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive NumberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- String
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority String
- Set log transmission priority. Valid values: default,low.
- serials List<Property Map>
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status String
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- uploadDay String
- Day of week (month) to upload logs.
- uploadInterval String
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- uploadOption String
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- uploadTime String
- Time to upload logs (hh:mm).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Setting 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 Setting Resource
Get an existing Setting 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?: SettingState, opts?: CustomResourceOptions): Setting@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        access_config: Optional[str] = None,
        certificate: Optional[str] = None,
        certificate_verification: Optional[str] = None,
        conn_timeout: Optional[int] = None,
        dynamic_sort_subtable: Optional[str] = None,
        enc_algorithm: Optional[str] = None,
        get_all_tables: Optional[str] = None,
        hmac_algorithm: Optional[str] = None,
        interface: Optional[str] = None,
        interface_select_method: Optional[str] = None,
        ips_archive: Optional[str] = None,
        max_log_rate: Optional[int] = None,
        monitor_failure_retry_period: Optional[int] = None,
        monitor_keepalive_period: Optional[int] = None,
        preshared_key: Optional[str] = None,
        priority: Optional[str] = None,
        serials: Optional[Sequence[SettingSerialArgs]] = None,
        source_ip: Optional[str] = None,
        ssl_min_proto_version: Optional[str] = None,
        status: Optional[str] = None,
        upload_day: Optional[str] = None,
        upload_interval: Optional[str] = None,
        upload_option: Optional[str] = None,
        upload_time: Optional[str] = None,
        vdomparam: Optional[str] = None) -> Settingfunc GetSetting(ctx *Context, name string, id IDInput, state *SettingState, opts ...ResourceOption) (*Setting, error)public static Setting Get(string name, Input<string> id, SettingState? state, CustomResourceOptions? opts = null)public static Setting get(String name, Output<String> id, SettingState state, CustomResourceOptions options)resources:  _:    type: fortios:log/fortianalyzer/cloud/setting:Setting    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.
- AccessConfig string
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- CertificateVerification string
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- ConnTimeout int
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- EncAlgorithm string
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- HmacAlgorithm string
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- InterfaceSelect stringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- IpsArchive string
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- string
- Preshared-key used for auto-authorization on FortiAnalyzer.
- Priority string
- Set log transmission priority. Valid values: default,low.
- Serials
List<Pulumiverse.Fortios. Log. Fortianalyzer. Cloud. Inputs. Setting Serial> 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- Status string
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- UploadDay string
- Day of week (month) to upload logs.
- UploadInterval string
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- UploadOption string
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- UploadTime string
- Time to upload logs (hh:mm).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- AccessConfig string
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- CertificateVerification string
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- ConnTimeout int
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- DynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- EncAlgorithm string
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- GetAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- HmacAlgorithm string
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- Interface string
- Specify outgoing interface to reach server.
- InterfaceSelect stringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- IpsArchive string
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- MaxLog intRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- MonitorFailure intRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- MonitorKeepalive intPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- string
- Preshared-key used for auto-authorization on FortiAnalyzer.
- Priority string
- Set log transmission priority. Valid values: default,low.
- Serials
[]SettingSerial Args 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- SourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- SslMin stringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- Status string
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- UploadDay string
- Day of week (month) to upload logs.
- UploadInterval string
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- UploadOption string
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- UploadTime string
- Time to upload logs (hh:mm).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- accessConfig String
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificateVerification String
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- connTimeout Integer
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- encAlgorithm String
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmacAlgorithm String
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interfaceSelect StringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- interface_ String
- Specify outgoing interface to reach server.
- ipsArchive String
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- maxLog IntegerRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitorFailure IntegerRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive IntegerPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- String
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority String
- Set log transmission priority. Valid values: default,low.
- serials
List<SettingSerial> 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status String
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- uploadDay String
- Day of week (month) to upload logs.
- uploadInterval String
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- uploadOption String
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- uploadTime String
- Time to upload logs (hh:mm).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- accessConfig string
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate string
- Certificate used to communicate with FortiAnalyzer.
- certificateVerification string
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- connTimeout number
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamicSort stringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- encAlgorithm string
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- getAll stringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmacAlgorithm string
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface string
- Specify outgoing interface to reach server.
- interfaceSelect stringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- ipsArchive string
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- maxLog numberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitorFailure numberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive numberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- string
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority string
- Set log transmission priority. Valid values: default,low.
- serials
SettingSerial[] 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- sourceIp string
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin stringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status string
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- uploadDay string
- Day of week (month) to upload logs.
- uploadInterval string
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- uploadOption string
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- uploadTime string
- Time to upload logs (hh:mm).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- access_config str
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate str
- Certificate used to communicate with FortiAnalyzer.
- certificate_verification str
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- conn_timeout int
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamic_sort_ strsubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- enc_algorithm str
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- get_all_ strtables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmac_algorithm str
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface str
- Specify outgoing interface to reach server.
- interface_select_ strmethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- ips_archive str
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- max_log_ intrate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor_failure_ intretry_ period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor_keepalive_ intperiod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- str
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority str
- Set log transmission priority. Valid values: default,low.
- serials
Sequence[SettingSerial Args] 
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- source_ip str
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl_min_ strproto_ version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status str
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- upload_day str
- Day of week (month) to upload logs.
- upload_interval str
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- upload_option str
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- upload_time str
- Time to upload logs (hh:mm).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- accessConfig String
- Enable/disable FortiAnalyzer access to configuration and data. Valid values: enable,disable.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificateVerification String
- Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values: enable,disable.
- connTimeout Number
- FortiAnalyzer connection time-out in seconds (for status and log buffer).
- dynamicSort StringSubtable 
- Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- encAlgorithm String
- Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values: high-medium,high,low.
- getAll StringTables 
- Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- hmacAlgorithm String
- FortiAnalyzer IPsec tunnel HMAC algorithm.
- interface String
- Specify outgoing interface to reach server.
- interfaceSelect StringMethod 
- Specify how to select outgoing interface to reach server. Valid values: auto,sdwan,specify.
- ipsArchive String
- Enable/disable IPS packet archive logging. Valid values: enable,disable.
- maxLog NumberRate 
- FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitorFailure NumberRetry Period 
- Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitorKeepalive NumberPeriod 
- Time between OFTP keepalives in seconds (for status and log buffer).
- String
- Preshared-key used for auto-authorization on FortiAnalyzer.
- priority String
- Set log transmission priority. Valid values: default,low.
- serials List<Property Map>
- Serial numbers of the FortiAnalyzer. The structure of serialblock is documented below.
- sourceIp String
- Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- sslMin StringProto Version 
- Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting).
- status String
- Enable/disable logging to FortiAnalyzer. Valid values: enable,disable.
- uploadDay String
- Day of week (month) to upload logs.
- uploadInterval String
- Frequency to upload log files to FortiAnalyzer. Valid values: daily,weekly,monthly.
- uploadOption String
- Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values: store-and-upload,realtime,1-minute,5-minute.
- uploadTime String
- Time to upload logs (hh:mm).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Supporting Types
SettingSerial, SettingSerialArgs    
- Name string
- Serial Number.
- Name string
- Serial Number.
- name String
- Serial Number.
- name string
- Serial Number.
- name str
- Serial Number.
- name String
- Serial Number.
Import
LogFortianalyzerCloud Setting can be imported using any of these accepted formats:
$ pulumi import fortios:log/fortianalyzer/cloud/setting:Setting labelname LogFortianalyzerCloudSetting
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:log/fortianalyzer/cloud/setting:Setting labelname LogFortianalyzerCloudSetting
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the fortiosTerraform Provider.
