fortimanager.SystempLogFortianalyzercloudSetting
Explore with Pulumi AI
Global FortiAnalyzer Cloud settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystempLogFortianalyzercloudSetting("trname", {
accessConfig: "enable",
connTimeout: 120,
devprof: "default",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystempLogFortianalyzercloudSetting("trname",
access_config="enable",
conn_timeout=120,
devprof="default")
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.NewSystempLogFortianalyzercloudSetting(ctx, "trname", &fortimanager.SystempLogFortianalyzercloudSettingArgs{
AccessConfig: pulumi.String("enable"),
ConnTimeout: pulumi.Float64(120),
Devprof: pulumi.String("default"),
})
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.SystempLogFortianalyzercloudSetting("trname", new()
{
AccessConfig = "enable",
ConnTimeout = 120,
Devprof = "default",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystempLogFortianalyzercloudSetting;
import com.pulumi.fortimanager.SystempLogFortianalyzercloudSettingArgs;
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 SystempLogFortianalyzercloudSetting("trname", SystempLogFortianalyzercloudSettingArgs.builder()
.accessConfig("enable")
.connTimeout(120)
.devprof("default")
.build());
}
}
resources:
trname:
type: fortimanager:SystempLogFortianalyzercloudSetting
properties:
accessConfig: enable
connTimeout: 120
devprof: default
Create SystempLogFortianalyzercloudSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempLogFortianalyzercloudSetting(name: string, args: SystempLogFortianalyzercloudSettingArgs, opts?: CustomResourceOptions);
@overload
def SystempLogFortianalyzercloudSetting(resource_name: str,
args: SystempLogFortianalyzercloudSettingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempLogFortianalyzercloudSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
max_log_rate: Optional[float] = None,
certificate: Optional[str] = None,
monitor_keepalive_period: Optional[float] = None,
preshared_key: Optional[str] = None,
conn_timeout: Optional[float] = None,
access_config: Optional[str] = None,
enc_algorithm: Optional[str] = None,
hmac_algorithm: Optional[str] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
ips_archive: Optional[str] = None,
__change_ip: Optional[float] = None,
upload_time: Optional[str] = None,
adom: Optional[str] = None,
certificate_verification: Optional[str] = None,
priority: Optional[str] = None,
scopetype: Optional[str] = None,
serials: Optional[Sequence[str]] = None,
source_ip: Optional[str] = None,
ssl_min_proto_version: Optional[str] = None,
status: Optional[str] = None,
systemp_log_fortianalyzercloud_setting_id: Optional[str] = None,
upload_day: Optional[str] = None,
upload_interval: Optional[str] = None,
upload_option: Optional[str] = None,
monitor_failure_retry_period: Optional[float] = None)
func NewSystempLogFortianalyzercloudSetting(ctx *Context, name string, args SystempLogFortianalyzercloudSettingArgs, opts ...ResourceOption) (*SystempLogFortianalyzercloudSetting, error)
public SystempLogFortianalyzercloudSetting(string name, SystempLogFortianalyzercloudSettingArgs args, CustomResourceOptions? opts = null)
public SystempLogFortianalyzercloudSetting(String name, SystempLogFortianalyzercloudSettingArgs args)
public SystempLogFortianalyzercloudSetting(String name, SystempLogFortianalyzercloudSettingArgs args, CustomResourceOptions options)
type: fortimanager:SystempLogFortianalyzercloudSetting
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 SystempLogFortianalyzercloudSettingArgs
- 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 SystempLogFortianalyzercloudSettingArgs
- 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 SystempLogFortianalyzercloudSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempLogFortianalyzercloudSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempLogFortianalyzercloudSettingArgs
- 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 systempLogFortianalyzercloudSettingResource = new Fortimanager.SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource", new()
{
Devprof = "string",
MaxLogRate = 0,
Certificate = "string",
MonitorKeepalivePeriod = 0,
PresharedKey = "string",
ConnTimeout = 0,
AccessConfig = "string",
EncAlgorithm = "string",
HmacAlgorithm = "string",
Interface = "string",
InterfaceSelectMethod = "string",
IpsArchive = "string",
__changeIp = 0,
UploadTime = "string",
Adom = "string",
CertificateVerification = "string",
Priority = "string",
Scopetype = "string",
Serials = new[]
{
"string",
},
SourceIp = "string",
SslMinProtoVersion = "string",
Status = "string",
SystempLogFortianalyzercloudSettingId = "string",
UploadDay = "string",
UploadInterval = "string",
UploadOption = "string",
MonitorFailureRetryPeriod = 0,
});
example, err := fortimanager.NewSystempLogFortianalyzercloudSetting(ctx, "systempLogFortianalyzercloudSettingResource", &fortimanager.SystempLogFortianalyzercloudSettingArgs{
Devprof: pulumi.String("string"),
MaxLogRate: pulumi.Float64(0),
Certificate: pulumi.String("string"),
MonitorKeepalivePeriod: pulumi.Float64(0),
PresharedKey: pulumi.String("string"),
ConnTimeout: pulumi.Float64(0),
AccessConfig: pulumi.String("string"),
EncAlgorithm: pulumi.String("string"),
HmacAlgorithm: pulumi.String("string"),
Interface: pulumi.String("string"),
InterfaceSelectMethod: pulumi.String("string"),
IpsArchive: pulumi.String("string"),
__changeIp: pulumi.Float64(0),
UploadTime: pulumi.String("string"),
Adom: pulumi.String("string"),
CertificateVerification: pulumi.String("string"),
Priority: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Serials: pulumi.StringArray{
pulumi.String("string"),
},
SourceIp: pulumi.String("string"),
SslMinProtoVersion: pulumi.String("string"),
Status: pulumi.String("string"),
SystempLogFortianalyzercloudSettingId: pulumi.String("string"),
UploadDay: pulumi.String("string"),
UploadInterval: pulumi.String("string"),
UploadOption: pulumi.String("string"),
MonitorFailureRetryPeriod: pulumi.Float64(0),
})
var systempLogFortianalyzercloudSettingResource = new SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource", SystempLogFortianalyzercloudSettingArgs.builder()
.devprof("string")
.maxLogRate(0)
.certificate("string")
.monitorKeepalivePeriod(0)
.presharedKey("string")
.connTimeout(0)
.accessConfig("string")
.encAlgorithm("string")
.hmacAlgorithm("string")
.interface_("string")
.interfaceSelectMethod("string")
.ipsArchive("string")
.__changeIp(0)
.uploadTime("string")
.adom("string")
.certificateVerification("string")
.priority("string")
.scopetype("string")
.serials("string")
.sourceIp("string")
.sslMinProtoVersion("string")
.status("string")
.systempLogFortianalyzercloudSettingId("string")
.uploadDay("string")
.uploadInterval("string")
.uploadOption("string")
.monitorFailureRetryPeriod(0)
.build());
systemp_log_fortianalyzercloud_setting_resource = fortimanager.SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource",
devprof="string",
max_log_rate=0,
certificate="string",
monitor_keepalive_period=0,
preshared_key="string",
conn_timeout=0,
access_config="string",
enc_algorithm="string",
hmac_algorithm="string",
interface="string",
interface_select_method="string",
ips_archive="string",
__change_ip=0,
upload_time="string",
adom="string",
certificate_verification="string",
priority="string",
scopetype="string",
serials=["string"],
source_ip="string",
ssl_min_proto_version="string",
status="string",
systemp_log_fortianalyzercloud_setting_id="string",
upload_day="string",
upload_interval="string",
upload_option="string",
monitor_failure_retry_period=0)
const systempLogFortianalyzercloudSettingResource = new fortimanager.SystempLogFortianalyzercloudSetting("systempLogFortianalyzercloudSettingResource", {
devprof: "string",
maxLogRate: 0,
certificate: "string",
monitorKeepalivePeriod: 0,
presharedKey: "string",
connTimeout: 0,
accessConfig: "string",
encAlgorithm: "string",
hmacAlgorithm: "string",
"interface": "string",
interfaceSelectMethod: "string",
ipsArchive: "string",
__changeIp: 0,
uploadTime: "string",
adom: "string",
certificateVerification: "string",
priority: "string",
scopetype: "string",
serials: ["string"],
sourceIp: "string",
sslMinProtoVersion: "string",
status: "string",
systempLogFortianalyzercloudSettingId: "string",
uploadDay: "string",
uploadInterval: "string",
uploadOption: "string",
monitorFailureRetryPeriod: 0,
});
type: fortimanager:SystempLogFortianalyzercloudSetting
properties:
__changeIp: 0
accessConfig: string
adom: string
certificate: string
certificateVerification: string
connTimeout: 0
devprof: string
encAlgorithm: string
hmacAlgorithm: string
interface: string
interfaceSelectMethod: string
ipsArchive: string
maxLogRate: 0
monitorFailureRetryPeriod: 0
monitorKeepalivePeriod: 0
presharedKey: string
priority: string
scopetype: string
serials:
- string
sourceIp: string
sslMinProtoVersion: string
status: string
systempLogFortianalyzercloudSettingId: string
uploadDay: string
uploadInterval: string
uploadOption: string
uploadTime: string
SystempLogFortianalyzercloudSetting 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 SystempLogFortianalyzercloudSetting 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - Serials List<string>
- Serial numbers of the FortiAnalyzer.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - Status string
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Systemp
Log stringFortianalyzercloud 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).
- __
change doubleIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - Serials []string
- Serial numbers of the FortiAnalyzer.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - Status string
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Systemp
Log stringFortianalyzercloud 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).
- __
change float64Ip - Hidden attribute.
- devprof String
- Devprof.
- __
change DoubleIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials List<String>
- Serial numbers of the FortiAnalyzer.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status String
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp
Log StringFortianalyzercloud 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.
- __
change numberIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials string[]
- Serial numbers of the FortiAnalyzer.
- source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status string
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp
Log stringFortianalyzercloud 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.
- __
change_ floatip - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials Sequence[str]
- Serial numbers of the FortiAnalyzer.
- 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). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status str
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp_
log_ strfortianalyzercloud_ 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.
- __
change NumberIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials List<String>
- Serial numbers of the FortiAnalyzer.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status String
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp
Log StringFortianalyzercloud 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 SystempLogFortianalyzercloudSetting 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 SystempLogFortianalyzercloudSetting Resource
Get an existing SystempLogFortianalyzercloudSetting 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?: SystempLogFortianalyzercloudSettingState, opts?: CustomResourceOptions): SystempLogFortianalyzercloudSetting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
__change_ip: Optional[float] = None,
access_config: Optional[str] = None,
adom: 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,
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,
scopetype: Optional[str] = None,
serials: Optional[Sequence[str]] = None,
source_ip: Optional[str] = None,
ssl_min_proto_version: Optional[str] = None,
status: Optional[str] = None,
systemp_log_fortianalyzercloud_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) -> SystempLogFortianalyzercloudSetting
func GetSystempLogFortianalyzercloudSetting(ctx *Context, name string, id IDInput, state *SystempLogFortianalyzercloudSettingState, opts ...ResourceOption) (*SystempLogFortianalyzercloudSetting, error)
public static SystempLogFortianalyzercloudSetting Get(string name, Input<string> id, SystempLogFortianalyzercloudSettingState? state, CustomResourceOptions? opts = null)
public static SystempLogFortianalyzercloudSetting get(String name, Output<String> id, SystempLogFortianalyzercloudSettingState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystempLogFortianalyzercloudSetting 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - Serials List<string>
- Serial numbers of the FortiAnalyzer.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - Status string
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Systemp
Log stringFortianalyzercloud 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).
- __
change doubleIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - Serials []string
- Serial numbers of the FortiAnalyzer.
- Source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- Ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - Status string
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - Systemp
Log stringFortianalyzercloud 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).
- __
change float64Ip - Hidden attribute.
- __
change DoubleIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials List<String>
- Serial numbers of the FortiAnalyzer.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status String
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp
Log StringFortianalyzercloud 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).
- __
change numberIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials string[]
- Serial numbers of the FortiAnalyzer.
- source
Ip string - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min stringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status string
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp
Log stringFortianalyzercloud 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).
- __
change_ floatip - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials Sequence[str]
- Serial numbers of the FortiAnalyzer.
- 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). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status str
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp_
log_ strfortianalyzercloud_ 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).
- __
change NumberIp - Hidden attribute.
- 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. - 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:
high
,low
,high-medium
. - 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
. - 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
. - serials List<String>
- Serial numbers of the FortiAnalyzer.
- source
Ip String - Source IPv4 or IPv6 address used to communicate with FortiAnalyzer.
- ssl
Min StringProto Version - Minimum supported protocol version for SSL/TLS connections (default is to follow system global setting). Valid values:
default
,TLSv1-1
,TLSv1-2
,SSLv3
,TLSv1
. - status String
- Enable/disable logging to FortiAnalyzer. Valid values:
disable
,enable
. - systemp
Log StringFortianalyzercloud 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 LogFortianalyzerCloudSetting 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/systempLogFortianalyzercloudSetting:SystempLogFortianalyzercloudSetting labelname SystempLogFortianalyzerCloudSetting
$ 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.