fortimanager.SystempLogSyslogdSettingCustomfieldname
Explore with Pulumi AI
Custom field name for CEF format logging.
This resource is a sub resource for variable
custom_field_name
of resourcefortimanager.SystempLogSyslogdSetting
. Conflict and overwrite may occur if use both of them.
Create SystempLogSyslogdSettingCustomfieldname Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempLogSyslogdSettingCustomfieldname(name: string, args: SystempLogSyslogdSettingCustomfieldnameArgs, opts?: CustomResourceOptions);
@overload
def SystempLogSyslogdSettingCustomfieldname(resource_name: str,
args: SystempLogSyslogdSettingCustomfieldnameArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempLogSyslogdSettingCustomfieldname(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
adom: Optional[str] = None,
custom: Optional[str] = None,
fosid: Optional[float] = None,
name: Optional[str] = None,
scopetype: Optional[str] = None,
systemp_log_syslogd_setting_customfieldname_id: Optional[str] = None)
func NewSystempLogSyslogdSettingCustomfieldname(ctx *Context, name string, args SystempLogSyslogdSettingCustomfieldnameArgs, opts ...ResourceOption) (*SystempLogSyslogdSettingCustomfieldname, error)
public SystempLogSyslogdSettingCustomfieldname(string name, SystempLogSyslogdSettingCustomfieldnameArgs args, CustomResourceOptions? opts = null)
public SystempLogSyslogdSettingCustomfieldname(String name, SystempLogSyslogdSettingCustomfieldnameArgs args)
public SystempLogSyslogdSettingCustomfieldname(String name, SystempLogSyslogdSettingCustomfieldnameArgs args, CustomResourceOptions options)
type: fortimanager:SystempLogSyslogdSettingCustomfieldname
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 SystempLogSyslogdSettingCustomfieldnameArgs
- 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 SystempLogSyslogdSettingCustomfieldnameArgs
- 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 SystempLogSyslogdSettingCustomfieldnameArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempLogSyslogdSettingCustomfieldnameArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempLogSyslogdSettingCustomfieldnameArgs
- 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 systempLogSyslogdSettingCustomfieldnameResource = new Fortimanager.SystempLogSyslogdSettingCustomfieldname("systempLogSyslogdSettingCustomfieldnameResource", new()
{
Devprof = "string",
Adom = "string",
Custom = "string",
Fosid = 0,
Name = "string",
Scopetype = "string",
SystempLogSyslogdSettingCustomfieldnameId = "string",
});
example, err := fortimanager.NewSystempLogSyslogdSettingCustomfieldname(ctx, "systempLogSyslogdSettingCustomfieldnameResource", &fortimanager.SystempLogSyslogdSettingCustomfieldnameArgs{
Devprof: pulumi.String("string"),
Adom: pulumi.String("string"),
Custom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Name: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SystempLogSyslogdSettingCustomfieldnameId: pulumi.String("string"),
})
var systempLogSyslogdSettingCustomfieldnameResource = new SystempLogSyslogdSettingCustomfieldname("systempLogSyslogdSettingCustomfieldnameResource", SystempLogSyslogdSettingCustomfieldnameArgs.builder()
.devprof("string")
.adom("string")
.custom("string")
.fosid(0)
.name("string")
.scopetype("string")
.systempLogSyslogdSettingCustomfieldnameId("string")
.build());
systemp_log_syslogd_setting_customfieldname_resource = fortimanager.SystempLogSyslogdSettingCustomfieldname("systempLogSyslogdSettingCustomfieldnameResource",
devprof="string",
adom="string",
custom="string",
fosid=0,
name="string",
scopetype="string",
systemp_log_syslogd_setting_customfieldname_id="string")
const systempLogSyslogdSettingCustomfieldnameResource = new fortimanager.SystempLogSyslogdSettingCustomfieldname("systempLogSyslogdSettingCustomfieldnameResource", {
devprof: "string",
adom: "string",
custom: "string",
fosid: 0,
name: "string",
scopetype: "string",
systempLogSyslogdSettingCustomfieldnameId: "string",
});
type: fortimanager:SystempLogSyslogdSettingCustomfieldname
properties:
adom: string
custom: string
devprof: string
fosid: 0
name: string
scopetype: string
systempLogSyslogdSettingCustomfieldnameId: string
SystempLogSyslogdSettingCustomfieldname 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 SystempLogSyslogdSettingCustomfieldname 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. - Custom string
- Field custom name.
- Fosid double
- Entry ID.
- Name string
- Field name.
- 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 Setting Customfieldname 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. - Custom string
- Field custom name.
- Fosid float64
- Entry ID.
- Name string
- Field name.
- 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 Setting Customfieldname 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. - custom String
- Field custom name.
- fosid Double
- Entry ID.
- name String
- Field name.
- 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 Setting Customfieldname 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. - custom string
- Field custom name.
- fosid number
- Entry ID.
- name string
- Field name.
- 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 Setting Customfieldname 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. - custom str
- Field custom name.
- fosid float
- Entry ID.
- name str
- Field name.
- 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_ setting_ customfieldname_ 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. - custom String
- Field custom name.
- fosid Number
- Entry ID.
- name String
- Field name.
- 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 Setting Customfieldname Id - an identifier for the resource with format {{fosid}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystempLogSyslogdSettingCustomfieldname 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 SystempLogSyslogdSettingCustomfieldname Resource
Get an existing SystempLogSyslogdSettingCustomfieldname 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?: SystempLogSyslogdSettingCustomfieldnameState, opts?: CustomResourceOptions): SystempLogSyslogdSettingCustomfieldname
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
custom: Optional[str] = None,
devprof: Optional[str] = None,
fosid: Optional[float] = None,
name: Optional[str] = None,
scopetype: Optional[str] = None,
systemp_log_syslogd_setting_customfieldname_id: Optional[str] = None) -> SystempLogSyslogdSettingCustomfieldname
func GetSystempLogSyslogdSettingCustomfieldname(ctx *Context, name string, id IDInput, state *SystempLogSyslogdSettingCustomfieldnameState, opts ...ResourceOption) (*SystempLogSyslogdSettingCustomfieldname, error)
public static SystempLogSyslogdSettingCustomfieldname Get(string name, Input<string> id, SystempLogSyslogdSettingCustomfieldnameState? state, CustomResourceOptions? opts = null)
public static SystempLogSyslogdSettingCustomfieldname get(String name, Output<String> id, SystempLogSyslogdSettingCustomfieldnameState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystempLogSyslogdSettingCustomfieldname 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. - Custom string
- Field custom name.
- Devprof string
- Devprof.
- Fosid double
- Entry ID.
- Name string
- Field name.
- 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 Setting Customfieldname 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. - Custom string
- Field custom name.
- Devprof string
- Devprof.
- Fosid float64
- Entry ID.
- Name string
- Field name.
- 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 Setting Customfieldname 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. - custom String
- Field custom name.
- devprof String
- Devprof.
- fosid Double
- Entry ID.
- name String
- Field name.
- 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 Setting Customfieldname 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. - custom string
- Field custom name.
- devprof string
- Devprof.
- fosid number
- Entry ID.
- name string
- Field name.
- 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 Setting Customfieldname 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. - custom str
- Field custom name.
- devprof str
- Devprof.
- fosid float
- Entry ID.
- name str
- Field name.
- 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_ setting_ customfieldname_ 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. - custom String
- Field custom name.
- devprof String
- Devprof.
- fosid Number
- Entry ID.
- name String
- Field name.
- 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 Setting Customfieldname Id - an identifier for the resource with format {{fosid}}.
Import
Systemp LogSyslogdSettingCustomFieldName 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/systempLogSyslogdSettingCustomfieldname:SystempLogSyslogdSettingCustomfieldname 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.