published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
Systemp LogSyslogdSettingLogTemplates
This resource is a sub resource for variable
log_templatesof resourcefortimanager.SystempLogSyslogdSetting. Conflict and overwrite may occur if use both of them.
Create SystempLogSyslogdSettingLogtemplates Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempLogSyslogdSettingLogtemplates(name: string, args: SystempLogSyslogdSettingLogtemplatesArgs, opts?: CustomResourceOptions);@overload
def SystempLogSyslogdSettingLogtemplates(resource_name: str,
args: SystempLogSyslogdSettingLogtemplatesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempLogSyslogdSettingLogtemplates(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
adom: Optional[str] = None,
category: Optional[str] = None,
empty_value_indicator: Optional[str] = None,
fosid: Optional[float] = None,
scopetype: Optional[str] = None,
systemp_log_syslogd_setting_logtemplates_id: Optional[str] = None,
template: Optional[str] = None)func NewSystempLogSyslogdSettingLogtemplates(ctx *Context, name string, args SystempLogSyslogdSettingLogtemplatesArgs, opts ...ResourceOption) (*SystempLogSyslogdSettingLogtemplates, error)public SystempLogSyslogdSettingLogtemplates(string name, SystempLogSyslogdSettingLogtemplatesArgs args, CustomResourceOptions? opts = null)
public SystempLogSyslogdSettingLogtemplates(String name, SystempLogSyslogdSettingLogtemplatesArgs args)
public SystempLogSyslogdSettingLogtemplates(String name, SystempLogSyslogdSettingLogtemplatesArgs args, CustomResourceOptions options)
type: fortimanager:SystempLogSyslogdSettingLogtemplates
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 SystempLogSyslogdSettingLogtemplatesArgs
- 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 SystempLogSyslogdSettingLogtemplatesArgs
- 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 SystempLogSyslogdSettingLogtemplatesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempLogSyslogdSettingLogtemplatesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempLogSyslogdSettingLogtemplatesArgs
- 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 systempLogSyslogdSettingLogtemplatesResource = new Fortimanager.Index.SystempLogSyslogdSettingLogtemplates("systempLogSyslogdSettingLogtemplatesResource", new()
{
Devprof = "string",
Adom = "string",
Category = "string",
EmptyValueIndicator = "string",
Fosid = 0,
Scopetype = "string",
SystempLogSyslogdSettingLogtemplatesId = "string",
Template = "string",
});
example, err := fortimanager.NewSystempLogSyslogdSettingLogtemplates(ctx, "systempLogSyslogdSettingLogtemplatesResource", &fortimanager.SystempLogSyslogdSettingLogtemplatesArgs{
Devprof: pulumi.String("string"),
Adom: pulumi.String("string"),
Category: pulumi.String("string"),
EmptyValueIndicator: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
SystempLogSyslogdSettingLogtemplatesId: pulumi.String("string"),
Template: pulumi.String("string"),
})
var systempLogSyslogdSettingLogtemplatesResource = new SystempLogSyslogdSettingLogtemplates("systempLogSyslogdSettingLogtemplatesResource", SystempLogSyslogdSettingLogtemplatesArgs.builder()
.devprof("string")
.adom("string")
.category("string")
.emptyValueIndicator("string")
.fosid(0.0)
.scopetype("string")
.systempLogSyslogdSettingLogtemplatesId("string")
.template("string")
.build());
systemp_log_syslogd_setting_logtemplates_resource = fortimanager.SystempLogSyslogdSettingLogtemplates("systempLogSyslogdSettingLogtemplatesResource",
devprof="string",
adom="string",
category="string",
empty_value_indicator="string",
fosid=0,
scopetype="string",
systemp_log_syslogd_setting_logtemplates_id="string",
template="string")
const systempLogSyslogdSettingLogtemplatesResource = new fortimanager.SystempLogSyslogdSettingLogtemplates("systempLogSyslogdSettingLogtemplatesResource", {
devprof: "string",
adom: "string",
category: "string",
emptyValueIndicator: "string",
fosid: 0,
scopetype: "string",
systempLogSyslogdSettingLogtemplatesId: "string",
template: "string",
});
type: fortimanager:SystempLogSyslogdSettingLogtemplates
properties:
adom: string
category: string
devprof: string
emptyValueIndicator: string
fosid: 0
scopetype: string
systempLogSyslogdSettingLogtemplatesId: string
template: string
SystempLogSyslogdSettingLogtemplates 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 SystempLogSyslogdSettingLogtemplates resource accepts the following input properties:
- Devprof string
- Devprof.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Category string
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - Empty
Value stringIndicator - Empty-Value-Indicator.
- Fosid double
- Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Systemp
Log stringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- Template string
- Template.
- Devprof string
- Devprof.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Category string
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - Empty
Value stringIndicator - Empty-Value-Indicator.
- Fosid float64
- Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Systemp
Log stringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- Template string
- Template.
- devprof String
- Devprof.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category String
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - empty
Value StringIndicator - Empty-Value-Indicator.
- fosid Double
- Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp
Log StringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- template String
- Template.
- devprof string
- Devprof.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category string
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - empty
Value stringIndicator - Empty-Value-Indicator.
- fosid number
- Id.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp
Log stringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- template string
- Template.
- devprof str
- Devprof.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category str
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - empty_
value_ strindicator - Empty-Value-Indicator.
- fosid float
- Id.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp_
log_ strsyslogd_ setting_ logtemplates_ id - an identifier for the resource with format {{fosid}}.
- template str
- Template.
- devprof String
- Devprof.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category String
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - empty
Value StringIndicator - Empty-Value-Indicator.
- fosid Number
- Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp
Log StringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- template String
- Template.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystempLogSyslogdSettingLogtemplates 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 SystempLogSyslogdSettingLogtemplates Resource
Get an existing SystempLogSyslogdSettingLogtemplates 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?: SystempLogSyslogdSettingLogtemplatesState, opts?: CustomResourceOptions): SystempLogSyslogdSettingLogtemplates@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
category: Optional[str] = None,
devprof: Optional[str] = None,
empty_value_indicator: Optional[str] = None,
fosid: Optional[float] = None,
scopetype: Optional[str] = None,
systemp_log_syslogd_setting_logtemplates_id: Optional[str] = None,
template: Optional[str] = None) -> SystempLogSyslogdSettingLogtemplatesfunc GetSystempLogSyslogdSettingLogtemplates(ctx *Context, name string, id IDInput, state *SystempLogSyslogdSettingLogtemplatesState, opts ...ResourceOption) (*SystempLogSyslogdSettingLogtemplates, error)public static SystempLogSyslogdSettingLogtemplates Get(string name, Input<string> id, SystempLogSyslogdSettingLogtemplatesState? state, CustomResourceOptions? opts = null)public static SystempLogSyslogdSettingLogtemplates get(String name, Output<String> id, SystempLogSyslogdSettingLogtemplatesState state, CustomResourceOptions options)resources: _: type: fortimanager:SystempLogSyslogdSettingLogtemplates 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.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Category string
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - Devprof string
- Devprof.
- Empty
Value stringIndicator - Empty-Value-Indicator.
- Fosid double
- Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Systemp
Log stringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- Template string
- Template.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Category string
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - Devprof string
- Devprof.
- Empty
Value stringIndicator - Empty-Value-Indicator.
- Fosid float64
- Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Systemp
Log stringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- Template string
- Template.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category String
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - devprof String
- Devprof.
- empty
Value StringIndicator - Empty-Value-Indicator.
- fosid Double
- Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp
Log StringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- template String
- Template.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category string
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - devprof string
- Devprof.
- empty
Value stringIndicator - Empty-Value-Indicator.
- fosid number
- Id.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp
Log stringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- template string
- Template.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category str
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - devprof str
- Devprof.
- empty_
value_ strindicator - Empty-Value-Indicator.
- fosid float
- Id.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp_
log_ strsyslogd_ setting_ logtemplates_ id - an identifier for the resource with format {{fosid}}.
- template str
- Template.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - category String
- Category. Valid values:
app-ctrl,attack,dlp,event,traffic,virus,voip,webfilter,spam,anomaly,waf,dns,ssh,ssl,file-filter,icap,virtual-patch. - devprof String
- Devprof.
- empty
Value StringIndicator - Empty-Value-Indicator.
- fosid Number
- Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - systemp
Log StringSyslogd Setting Logtemplates Id - an identifier for the resource with format {{fosid}}.
- template String
- Template.
Import
Systemp LogSyslogdSettingLogTemplates 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/systempLogSyslogdSettingLogtemplates:SystempLogSyslogdSettingLogtemplates labelname {{fosid}}
$ 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
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
