fortimanager.SystempLogSyslogdFilterFreestyle
Explore with Pulumi AI
Free style filters.
This resource is a sub resource for variable
free_style
of resourcefortimanager.SystempLogSyslogdFilter
. Conflict and overwrite may occur if use both of them.
Create SystempLogSyslogdFilterFreestyle Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempLogSyslogdFilterFreestyle(name: string, args: SystempLogSyslogdFilterFreestyleArgs, opts?: CustomResourceOptions);
@overload
def SystempLogSyslogdFilterFreestyle(resource_name: str,
args: SystempLogSyslogdFilterFreestyleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempLogSyslogdFilterFreestyle(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
adom: Optional[str] = None,
category: Optional[str] = None,
filter: Optional[str] = None,
filter_type: Optional[str] = None,
fosid: Optional[float] = None,
scopetype: Optional[str] = None,
systemp_log_syslogd_filter_freestyle_id: Optional[str] = None)
func NewSystempLogSyslogdFilterFreestyle(ctx *Context, name string, args SystempLogSyslogdFilterFreestyleArgs, opts ...ResourceOption) (*SystempLogSyslogdFilterFreestyle, error)
public SystempLogSyslogdFilterFreestyle(string name, SystempLogSyslogdFilterFreestyleArgs args, CustomResourceOptions? opts = null)
public SystempLogSyslogdFilterFreestyle(String name, SystempLogSyslogdFilterFreestyleArgs args)
public SystempLogSyslogdFilterFreestyle(String name, SystempLogSyslogdFilterFreestyleArgs args, CustomResourceOptions options)
type: fortimanager:SystempLogSyslogdFilterFreestyle
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 SystempLogSyslogdFilterFreestyleArgs
- 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 SystempLogSyslogdFilterFreestyleArgs
- 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 SystempLogSyslogdFilterFreestyleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempLogSyslogdFilterFreestyleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempLogSyslogdFilterFreestyleArgs
- 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 systempLogSyslogdFilterFreestyleResource = new Fortimanager.SystempLogSyslogdFilterFreestyle("systempLogSyslogdFilterFreestyleResource", new()
{
Devprof = "string",
Adom = "string",
Category = "string",
Filter = "string",
FilterType = "string",
Fosid = 0,
Scopetype = "string",
SystempLogSyslogdFilterFreestyleId = "string",
});
example, err := fortimanager.NewSystempLogSyslogdFilterFreestyle(ctx, "systempLogSyslogdFilterFreestyleResource", &fortimanager.SystempLogSyslogdFilterFreestyleArgs{
Devprof: pulumi.String("string"),
Adom: pulumi.String("string"),
Category: pulumi.String("string"),
Filter: pulumi.String("string"),
FilterType: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
SystempLogSyslogdFilterFreestyleId: pulumi.String("string"),
})
var systempLogSyslogdFilterFreestyleResource = new SystempLogSyslogdFilterFreestyle("systempLogSyslogdFilterFreestyleResource", SystempLogSyslogdFilterFreestyleArgs.builder()
.devprof("string")
.adom("string")
.category("string")
.filter("string")
.filterType("string")
.fosid(0)
.scopetype("string")
.systempLogSyslogdFilterFreestyleId("string")
.build());
systemp_log_syslogd_filter_freestyle_resource = fortimanager.SystempLogSyslogdFilterFreestyle("systempLogSyslogdFilterFreestyleResource",
devprof="string",
adom="string",
category="string",
filter="string",
filter_type="string",
fosid=0,
scopetype="string",
systemp_log_syslogd_filter_freestyle_id="string")
const systempLogSyslogdFilterFreestyleResource = new fortimanager.SystempLogSyslogdFilterFreestyle("systempLogSyslogdFilterFreestyleResource", {
devprof: "string",
adom: "string",
category: "string",
filter: "string",
filterType: "string",
fosid: 0,
scopetype: "string",
systempLogSyslogdFilterFreestyleId: "string",
});
type: fortimanager:SystempLogSyslogdFilterFreestyle
properties:
adom: string
category: string
devprof: string
filter: string
filterType: string
fosid: 0
scopetype: string
systempLogSyslogdFilterFreestyleId: string
SystempLogSyslogdFilterFreestyle 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 SystempLogSyslogdFilterFreestyle resource accepts the following input properties:
- Devprof string
- Devprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - Filter string
- Free style filter string.
- Filter
Type string - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - Fosid double
- Entry ID.
- 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
. - Systemp
Log stringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- Devprof string
- Devprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - Filter string
- Free style filter string.
- Filter
Type string - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - Fosid float64
- Entry ID.
- 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
. - Systemp
Log stringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- devprof String
- Devprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - filter String
- Free style filter string.
- filter
Type String - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid Double
- Entry ID.
- 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
. - systemp
Log StringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- devprof string
- Devprof.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category string
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - filter string
- Free style filter string.
- filter
Type string - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid number
- Entry ID.
- 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
. - systemp
Log stringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- devprof str
- Devprof.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category str
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - filter str
- Free style filter string.
- filter_
type str - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid float
- Entry ID.
- 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
. - systemp_
log_ strsyslogd_ filter_ freestyle_ id - an identifier for the resource with format {{fosid}}.
- devprof String
- Devprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - filter String
- Free style filter string.
- filter
Type String - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid Number
- Entry ID.
- 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
. - systemp
Log StringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystempLogSyslogdFilterFreestyle 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 SystempLogSyslogdFilterFreestyle Resource
Get an existing SystempLogSyslogdFilterFreestyle 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?: SystempLogSyslogdFilterFreestyleState, opts?: CustomResourceOptions): SystempLogSyslogdFilterFreestyle
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
category: Optional[str] = None,
devprof: Optional[str] = None,
filter: Optional[str] = None,
filter_type: Optional[str] = None,
fosid: Optional[float] = None,
scopetype: Optional[str] = None,
systemp_log_syslogd_filter_freestyle_id: Optional[str] = None) -> SystempLogSyslogdFilterFreestyle
func GetSystempLogSyslogdFilterFreestyle(ctx *Context, name string, id IDInput, state *SystempLogSyslogdFilterFreestyleState, opts ...ResourceOption) (*SystempLogSyslogdFilterFreestyle, error)
public static SystempLogSyslogdFilterFreestyle Get(string name, Input<string> id, SystempLogSyslogdFilterFreestyleState? state, CustomResourceOptions? opts = null)
public static SystempLogSyslogdFilterFreestyle get(String name, Output<String> id, SystempLogSyslogdFilterFreestyleState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystempLogSyslogdFilterFreestyle 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
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - Devprof string
- Devprof.
- Filter string
- Free style filter string.
- Filter
Type string - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - Fosid double
- Entry ID.
- 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
. - Systemp
Log stringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - Devprof string
- Devprof.
- Filter string
- Free style filter string.
- Filter
Type string - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - Fosid float64
- Entry ID.
- 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
. - Systemp
Log stringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - devprof String
- Devprof.
- filter String
- Free style filter string.
- filter
Type String - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid Double
- Entry ID.
- 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
. - systemp
Log StringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category string
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - devprof string
- Devprof.
- filter string
- Free style filter string.
- filter
Type string - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid number
- Entry ID.
- 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
. - systemp
Log stringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category str
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - devprof str
- Devprof.
- filter str
- Free style filter string.
- filter_
type str - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid float
- Entry ID.
- 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
. - systemp_
log_ strsyslogd_ filter_ freestyle_ id - an identifier for the resource with format {{fosid}}.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- Log category. Valid values:
traffic
,event
,virus
,webfilter
,attack
,spam
,voip
,dlp
,app-ctrl
,anomaly
,waf
,gtp
,dns
,ssh
,ssl
,file-filter
,icap
,ztna
. - devprof String
- Devprof.
- filter String
- Free style filter string.
- filter
Type String - Include/exclude logs that match the filter. Valid values:
include
,exclude
. - fosid Number
- Entry ID.
- 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
. - systemp
Log StringSyslogd Filter Freestyle Id - an identifier for the resource with format {{fosid}}.
Import
Systemp LogSyslogdFilterFreeStyle 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/systempLogSyslogdFilterFreestyle:SystempLogSyslogdFilterFreestyle 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
fortimanager
Terraform Provider.