fortimanager.SystempLogFortianalyzerSetting
Explore with Pulumi AI
Global FortiAnalyzer settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystempLogFortianalyzerSetting("trname", {
connTimeout: 60,
devprof: "default",
fallbackToPrimary: "disable",
maxLogRate: 12,
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystempLogFortianalyzerSetting("trname",
conn_timeout=60,
devprof="default",
fallback_to_primary="disable",
max_log_rate=12)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewSystempLogFortianalyzerSetting(ctx, "trname", &fortimanager.SystempLogFortianalyzerSettingArgs{
ConnTimeout: pulumi.Float64(60),
Devprof: pulumi.String("default"),
FallbackToPrimary: pulumi.String("disable"),
MaxLogRate: pulumi.Float64(12),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.SystempLogFortianalyzerSetting("trname", new()
{
ConnTimeout = 60,
Devprof = "default",
FallbackToPrimary = "disable",
MaxLogRate = 12,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystempLogFortianalyzerSetting;
import com.pulumi.fortimanager.SystempLogFortianalyzerSettingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new SystempLogFortianalyzerSetting("trname", SystempLogFortianalyzerSettingArgs.builder()
.connTimeout(60)
.devprof("default")
.fallbackToPrimary("disable")
.maxLogRate(12)
.build());
}
}
resources:
trname:
type: fortimanager:SystempLogFortianalyzerSetting
properties:
connTimeout: 60
devprof: default
fallbackToPrimary: disable
maxLogRate: 12
Create SystempLogFortianalyzerSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempLogFortianalyzerSetting(name: string, args: SystempLogFortianalyzerSettingArgs, opts?: CustomResourceOptions);
@overload
def SystempLogFortianalyzerSetting(resource_name: str,
args: SystempLogFortianalyzerSettingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempLogFortianalyzerSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
ips_archive: Optional[str] = None,
certificate: Optional[str] = None,
monitor_failure_retry_period: Optional[float] = None,
monitor_keepalive_period: Optional[float] = None,
conn_timeout: Optional[float] = None,
adom: Optional[str] = None,
enc_algorithm: Optional[str] = None,
fallback_to_primary: Optional[str] = None,
hmac_algorithm: Optional[str] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
access_config: Optional[str] = None,
upload_time: Optional[str] = None,
alt_server: Optional[str] = None,
certificate_verification: Optional[str] = None,
preshared_key: Optional[str] = None,
priority: Optional[str] = None,
reliable: Optional[str] = None,
scopetype: Optional[str] = None,
server_cert_ca: Optional[str] = None,
ssl_min_proto_version: Optional[str] = None,
systemp_log_fortianalyzer_setting_id: Optional[str] = None,
upload_day: Optional[str] = None,
upload_interval: Optional[str] = None,
upload_option: Optional[str] = None,
max_log_rate: Optional[float] = None)
func NewSystempLogFortianalyzerSetting(ctx *Context, name string, args SystempLogFortianalyzerSettingArgs, opts ...ResourceOption) (*SystempLogFortianalyzerSetting, error)
public SystempLogFortianalyzerSetting(string name, SystempLogFortianalyzerSettingArgs args, CustomResourceOptions? opts = null)
public SystempLogFortianalyzerSetting(String name, SystempLogFortianalyzerSettingArgs args)
public SystempLogFortianalyzerSetting(String name, SystempLogFortianalyzerSettingArgs args, CustomResourceOptions options)
type: fortimanager:SystempLogFortianalyzerSetting
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 SystempLogFortianalyzerSettingArgs
- 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 SystempLogFortianalyzerSettingArgs
- 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 SystempLogFortianalyzerSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempLogFortianalyzerSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempLogFortianalyzerSettingArgs
- 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 systempLogFortianalyzerSettingResource = new Fortimanager.SystempLogFortianalyzerSetting("systempLogFortianalyzerSettingResource", new()
{
Devprof = "string",
IpsArchive = "string",
Certificate = "string",
MonitorFailureRetryPeriod = 0,
MonitorKeepalivePeriod = 0,
ConnTimeout = 0,
Adom = "string",
EncAlgorithm = "string",
FallbackToPrimary = "string",
HmacAlgorithm = "string",
Interface = "string",
InterfaceSelectMethod = "string",
AccessConfig = "string",
UploadTime = "string",
AltServer = "string",
CertificateVerification = "string",
PresharedKey = "string",
Priority = "string",
Reliable = "string",
Scopetype = "string",
ServerCertCa = "string",
SslMinProtoVersion = "string",
SystempLogFortianalyzerSettingId = "string",
UploadDay = "string",
UploadInterval = "string",
UploadOption = "string",
MaxLogRate = 0,
});
example, err := fortimanager.NewSystempLogFortianalyzerSetting(ctx, "systempLogFortianalyzerSettingResource", &fortimanager.SystempLogFortianalyzerSettingArgs{
Devprof: pulumi.String("string"),
IpsArchive: pulumi.String("string"),
Certificate: pulumi.String("string"),
MonitorFailureRetryPeriod: pulumi.Float64(0),
MonitorKeepalivePeriod: pulumi.Float64(0),
ConnTimeout: pulumi.Float64(0),
Adom: pulumi.String("string"),
EncAlgorithm: pulumi.String("string"),
FallbackToPrimary: pulumi.String("string"),
HmacAlgorithm: pulumi.String("string"),
Interface: pulumi.String("string"),
InterfaceSelectMethod: pulumi.String("string"),
AccessConfig: pulumi.String("string"),
UploadTime: pulumi.String("string"),
AltServer: pulumi.String("string"),
CertificateVerification: pulumi.String("string"),
PresharedKey: pulumi.String("string"),
Priority: pulumi.String("string"),
Reliable: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServerCertCa: pulumi.String("string"),
SslMinProtoVersion: pulumi.String("string"),
SystempLogFortianalyzerSettingId: pulumi.String("string"),
UploadDay: pulumi.String("string"),
UploadInterval: pulumi.String("string"),
UploadOption: pulumi.String("string"),
MaxLogRate: pulumi.Float64(0),
})
var systempLogFortianalyzerSettingResource = new SystempLogFortianalyzerSetting("systempLogFortianalyzerSettingResource", SystempLogFortianalyzerSettingArgs.builder()
.devprof("string")
.ipsArchive("string")
.certificate("string")
.monitorFailureRetryPeriod(0)
.monitorKeepalivePeriod(0)
.connTimeout(0)
.adom("string")
.encAlgorithm("string")
.fallbackToPrimary("string")
.hmacAlgorithm("string")
.interface_("string")
.interfaceSelectMethod("string")
.accessConfig("string")
.uploadTime("string")
.altServer("string")
.certificateVerification("string")
.presharedKey("string")
.priority("string")
.reliable("string")
.scopetype("string")
.serverCertCa("string")
.sslMinProtoVersion("string")
.systempLogFortianalyzerSettingId("string")
.uploadDay("string")
.uploadInterval("string")
.uploadOption("string")
.maxLogRate(0)
.build());
systemp_log_fortianalyzer_setting_resource = fortimanager.SystempLogFortianalyzerSetting("systempLogFortianalyzerSettingResource",
devprof="string",
ips_archive="string",
certificate="string",
monitor_failure_retry_period=0,
monitor_keepalive_period=0,
conn_timeout=0,
adom="string",
enc_algorithm="string",
fallback_to_primary="string",
hmac_algorithm="string",
interface="string",
interface_select_method="string",
access_config="string",
upload_time="string",
alt_server="string",
certificate_verification="string",
preshared_key="string",
priority="string",
reliable="string",
scopetype="string",
server_cert_ca="string",
ssl_min_proto_version="string",
systemp_log_fortianalyzer_setting_id="string",
upload_day="string",
upload_interval="string",
upload_option="string",
max_log_rate=0)
const systempLogFortianalyzerSettingResource = new fortimanager.SystempLogFortianalyzerSetting("systempLogFortianalyzerSettingResource", {
devprof: "string",
ipsArchive: "string",
certificate: "string",
monitorFailureRetryPeriod: 0,
monitorKeepalivePeriod: 0,
connTimeout: 0,
adom: "string",
encAlgorithm: "string",
fallbackToPrimary: "string",
hmacAlgorithm: "string",
"interface": "string",
interfaceSelectMethod: "string",
accessConfig: "string",
uploadTime: "string",
altServer: "string",
certificateVerification: "string",
presharedKey: "string",
priority: "string",
reliable: "string",
scopetype: "string",
serverCertCa: "string",
sslMinProtoVersion: "string",
systempLogFortianalyzerSettingId: "string",
uploadDay: "string",
uploadInterval: "string",
uploadOption: "string",
maxLogRate: 0,
});
type: fortimanager:SystempLogFortianalyzerSetting
properties:
accessConfig: string
adom: string
altServer: string
certificate: string
certificateVerification: string
connTimeout: 0
devprof: string
encAlgorithm: string
fallbackToPrimary: string
hmacAlgorithm: string
interface: string
interfaceSelectMethod: string
ipsArchive: string
maxLogRate: 0
monitorFailureRetryPeriod: 0
monitorKeepalivePeriod: 0
presharedKey: string
priority: string
reliable: string
scopetype: string
serverCertCa: string
sslMinProtoVersion: string
systempLogFortianalyzerSettingId: string
uploadDay: string
uploadInterval: string
uploadOption: string
uploadTime: string
SystempLogFortianalyzerSetting 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 SystempLogFortianalyzerSetting resource accepts the following input properties:
- Devprof string
- Devprof.
- Access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Server string - Alt-Server.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - Conn
Timeout double - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- Enc
Algorithm string - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - Fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - Hmac
Algorithm string - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - Max
Log doubleRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Monitor
Failure doubleRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- Monitor
Keepalive doublePeriod - 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:
low
,default
. - Reliable string
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - Systemp
Log stringFortianalyzer Setting Id - an identifier for the resource.
- Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- Devprof string
- Devprof.
- Access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Server string - Alt-Server.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - Conn
Timeout float64 - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- Enc
Algorithm string - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - Fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - Hmac
Algorithm string - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - Max
Log float64Rate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Monitor
Failure float64Retry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- Monitor
Keepalive float64Period - 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:
low
,default
. - Reliable string
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - Systemp
Log stringFortianalyzer Setting Id - an identifier for the resource.
- Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- devprof String
- Devprof.
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Server String - Alt-Server.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn
Timeout Double - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- enc
Algorithm String - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac
Algorithm String - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - max
Log DoubleRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor
Failure DoubleRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive DoublePeriod - 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:
low
,default
. - reliable String
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp
Log StringFortianalyzer Setting Id - an identifier for the resource.
- upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
- devprof string
- Devprof.
- access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Server string - Alt-Server.
- certificate string
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn
Timeout number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- enc
Algorithm string - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac
Algorithm string - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - max
Log numberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor
Failure numberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive 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:
low
,default
. - reliable string
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp
Log stringFortianalyzer Setting Id - an identifier for the resource.
- upload
Day string - Day of week (month) to upload logs.
- upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time string - Time to upload logs (hh:mm).
- devprof str
- Devprof.
- access_
config str - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt_
server str - Alt-Server.
- certificate str
- Certificate used to communicate with FortiAnalyzer.
- certificate_
verification str - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn_
timeout float - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- enc_
algorithm str - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback_
to_ strprimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac_
algorithm str - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - 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:
disable
,enable
. - max_
log_ floatrate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor_
failure_ floatretry_ period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor_
keepalive_ floatperiod - 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:
low
,default
. - reliable str
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server_
cert_ strca - Mandatory CA on FortiGate in certificate chain of server.
- ssl_
min_ strproto_ version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp_
log_ strfortianalyzer_ setting_ id - an identifier for the resource.
- 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).
- devprof String
- Devprof.
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Server String - Alt-Server.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn
Timeout Number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- enc
Algorithm String - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac
Algorithm String - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - max
Log NumberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor
Failure NumberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive 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:
low
,default
. - reliable String
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp
Log StringFortianalyzer Setting Id - an identifier for the resource.
- upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
Outputs
All input properties are implicitly available as output properties. Additionally, the SystempLogFortianalyzerSetting 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 SystempLogFortianalyzerSetting Resource
Get an existing SystempLogFortianalyzerSetting 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?: SystempLogFortianalyzerSettingState, opts?: CustomResourceOptions): SystempLogFortianalyzerSetting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_config: Optional[str] = None,
adom: Optional[str] = None,
alt_server: Optional[str] = None,
certificate: Optional[str] = None,
certificate_verification: Optional[str] = None,
conn_timeout: Optional[float] = None,
devprof: Optional[str] = None,
enc_algorithm: Optional[str] = None,
fallback_to_primary: 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[float] = None,
monitor_failure_retry_period: Optional[float] = None,
monitor_keepalive_period: Optional[float] = None,
preshared_key: Optional[str] = None,
priority: Optional[str] = None,
reliable: Optional[str] = None,
scopetype: Optional[str] = None,
server_cert_ca: Optional[str] = None,
ssl_min_proto_version: Optional[str] = None,
systemp_log_fortianalyzer_setting_id: Optional[str] = None,
upload_day: Optional[str] = None,
upload_interval: Optional[str] = None,
upload_option: Optional[str] = None,
upload_time: Optional[str] = None) -> SystempLogFortianalyzerSetting
func GetSystempLogFortianalyzerSetting(ctx *Context, name string, id IDInput, state *SystempLogFortianalyzerSettingState, opts ...ResourceOption) (*SystempLogFortianalyzerSetting, error)
public static SystempLogFortianalyzerSetting Get(string name, Input<string> id, SystempLogFortianalyzerSettingState? state, CustomResourceOptions? opts = null)
public static SystempLogFortianalyzerSetting get(String name, Output<String> id, SystempLogFortianalyzerSettingState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystempLogFortianalyzerSetting 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.
- Access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Server string - Alt-Server.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - Conn
Timeout double - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- Devprof string
- Devprof.
- Enc
Algorithm string - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - Fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - Hmac
Algorithm string - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - Max
Log doubleRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Monitor
Failure doubleRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- Monitor
Keepalive doublePeriod - 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:
low
,default
. - Reliable string
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - Systemp
Log stringFortianalyzer Setting Id - an identifier for the resource.
- Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- Access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Alt
Server string - Alt-Server.
- Certificate string
- Certificate used to communicate with FortiAnalyzer.
- Certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - Conn
Timeout float64 - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- Devprof string
- Devprof.
- Enc
Algorithm string - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - Fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - Hmac
Algorithm string - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - Max
Log float64Rate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- Monitor
Failure float64Retry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- Monitor
Keepalive float64Period - 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:
low
,default
. - Reliable string
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - Systemp
Log stringFortianalyzer Setting Id - an identifier for the resource.
- Upload
Day string - Day of week (month) to upload logs.
- Upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - Upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - Upload
Time string - Time to upload logs (hh:mm).
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Server String - Alt-Server.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn
Timeout Double - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- devprof String
- Devprof.
- enc
Algorithm String - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac
Algorithm String - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - max
Log DoubleRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor
Failure DoubleRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive DoublePeriod - 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:
low
,default
. - reliable String
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp
Log StringFortianalyzer Setting Id - an identifier for the resource.
- upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
- access
Config string - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Server string - Alt-Server.
- certificate string
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification string - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn
Timeout number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- devprof string
- Devprof.
- enc
Algorithm string - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback
To stringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac
Algorithm string - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive string - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - max
Log numberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor
Failure numberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive 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:
low
,default
. - reliable string
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server
Cert stringCa - Mandatory CA on FortiGate in certificate chain of server.
- ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp
Log stringFortianalyzer Setting Id - an identifier for the resource.
- upload
Day string - Day of week (month) to upload logs.
- upload
Interval string - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option string - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time string - Time to upload logs (hh:mm).
- access_
config str - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt_
server str - Alt-Server.
- certificate str
- Certificate used to communicate with FortiAnalyzer.
- certificate_
verification str - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn_
timeout float - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- devprof str
- Devprof.
- enc_
algorithm str - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback_
to_ strprimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac_
algorithm str - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - 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:
disable
,enable
. - max_
log_ floatrate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor_
failure_ floatretry_ period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor_
keepalive_ floatperiod - 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:
low
,default
. - reliable str
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server_
cert_ strca - Mandatory CA on FortiGate in certificate chain of server.
- ssl_
min_ strproto_ version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp_
log_ strfortianalyzer_ setting_ id - an identifier for the resource.
- 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).
- access
Config String - Enable/disable FortiAnalyzer access to configuration and data. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - alt
Server String - Alt-Server.
- certificate String
- Certificate used to communicate with FortiAnalyzer.
- certificate
Verification String - Enable/disable identity verification of FortiAnalyzer by use of certificate. Valid values:
disable
,enable
. - conn
Timeout Number - FortiAnalyzer connection time-out in seconds (for status and log buffer).
- devprof String
- Devprof.
- enc
Algorithm String - Configure the level of SSL protection for secure communication with FortiAnalyzer. Valid values:
default
,high
,low
,disable
,high-medium
,low-medium
. - fallback
To StringPrimary - Enable/disable this FortiGate unit to fallback to the primary FortiAnalyzer when it is available. Valid values:
disable
,enable
. - hmac
Algorithm String - FortiAnalyzer IPsec tunnel HMAC algorithm. Valid values:
sha256
,sha1
. - interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - ips
Archive String - Enable/disable IPS packet archive logging. Valid values:
disable
,enable
. - max
Log NumberRate - FortiAnalyzer maximum log rate in MBps (0 = unlimited).
- monitor
Failure NumberRetry Period - Time between FortiAnalyzer connection retries in seconds (for status and log buffer).
- monitor
Keepalive 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:
low
,default
. - reliable String
- Enable/disable reliable logging to FortiAnalyzer. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - server
Cert StringCa - Mandatory CA on FortiGate in certificate chain of server.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1
,TLSv1-1
,TLSv1-2
,SSLv3
. - systemp
Log StringFortianalyzer Setting Id - an identifier for the resource.
- upload
Day String - Day of week (month) to upload logs.
- upload
Interval String - Frequency to upload log files to FortiAnalyzer. Valid values:
daily
,weekly
,monthly
. - upload
Option String - Enable/disable logging to hard disk and then uploading to FortiAnalyzer. Valid values:
store-and-upload
,realtime
,1-minute
,5-minute
. - upload
Time String - Time to upload logs (hh:mm).
Import
Systemp LogFortianalyzerSetting can be imported using any of these accepted formats:
Set import_options = [“devprof=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systempLogFortianalyzerSetting:SystempLogFortianalyzerSetting labelname SystempLogFortianalyzerSetting
$ 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.