published on Monday, May 4, 2026 by fortinetdev
published on Monday, May 4, 2026 by fortinetdev
ObjectDynamic LogNpuServerServerGroup
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
dynamic_mapping:fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping
Create ObjectDynamicLogNpuserverServergroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectDynamicLogNpuserverServergroup(name: string, args?: ObjectDynamicLogNpuserverServergroupArgs, opts?: CustomResourceOptions);@overload
def ObjectDynamicLogNpuserverServergroup(resource_name: str,
args: Optional[ObjectDynamicLogNpuserverServergroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectDynamicLogNpuserverServergroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
description: Optional[str] = None,
dynamic_mappings: Optional[Sequence[ObjectDynamicLogNpuserverServergroupDynamicMappingArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
group_name: Optional[str] = None,
object_dynamic_log_npuserver_servergroup_id: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None)func NewObjectDynamicLogNpuserverServergroup(ctx *Context, name string, args *ObjectDynamicLogNpuserverServergroupArgs, opts ...ResourceOption) (*ObjectDynamicLogNpuserverServergroup, error)public ObjectDynamicLogNpuserverServergroup(string name, ObjectDynamicLogNpuserverServergroupArgs? args = null, CustomResourceOptions? opts = null)
public ObjectDynamicLogNpuserverServergroup(String name, ObjectDynamicLogNpuserverServergroupArgs args)
public ObjectDynamicLogNpuserverServergroup(String name, ObjectDynamicLogNpuserverServergroupArgs args, CustomResourceOptions options)
type: fortimanager:ObjectDynamicLogNpuserverServergroup
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 ObjectDynamicLogNpuserverServergroupArgs
- 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 ObjectDynamicLogNpuserverServergroupArgs
- 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 ObjectDynamicLogNpuserverServergroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectDynamicLogNpuserverServergroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectDynamicLogNpuserverServergroupArgs
- 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 objectDynamicLogNpuserverServergroupResource = new Fortimanager.ObjectDynamicLogNpuserverServergroup("objectDynamicLogNpuserverServergroupResource", new()
{
Adom = "string",
Description = "string",
DynamicMappings = new[]
{
new Fortimanager.Inputs.ObjectDynamicLogNpuserverServergroupDynamicMappingArgs
{
_scopes = new[]
{
new Fortimanager.Inputs.ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
GroupName = "string",
},
},
DynamicSortSubtable = "string",
GroupName = "string",
ObjectDynamicLogNpuserverServergroupId = "string",
Scopetype = "string",
UpdateIfExist = false,
});
example, err := fortimanager.NewObjectDynamicLogNpuserverServergroup(ctx, "objectDynamicLogNpuserverServergroupResource", &fortimanager.ObjectDynamicLogNpuserverServergroupArgs{
Adom: pulumi.String("string"),
Description: pulumi.String("string"),
DynamicMappings: fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMappingTypeArray{
&fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMappingTypeArgs{
_scopes: fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArray{
&fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
GroupName: pulumi.String("string"),
},
},
DynamicSortSubtable: pulumi.String("string"),
GroupName: pulumi.String("string"),
ObjectDynamicLogNpuserverServergroupId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
UpdateIfExist: pulumi.Bool(false),
})
var objectDynamicLogNpuserverServergroupResource = new ObjectDynamicLogNpuserverServergroup("objectDynamicLogNpuserverServergroupResource", ObjectDynamicLogNpuserverServergroupArgs.builder()
.adom("string")
.description("string")
.dynamicMappings(ObjectDynamicLogNpuserverServergroupDynamicMappingArgs.builder()
._scopes(ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.groupName("string")
.build())
.dynamicSortSubtable("string")
.groupName("string")
.objectDynamicLogNpuserverServergroupId("string")
.scopetype("string")
.updateIfExist(false)
.build());
object_dynamic_log_npuserver_servergroup_resource = fortimanager.ObjectDynamicLogNpuserverServergroup("objectDynamicLogNpuserverServergroupResource",
adom="string",
description="string",
dynamic_mappings=[{
"_scopes": [{
"name": "string",
"vdom": "string",
}],
"group_name": "string",
}],
dynamic_sort_subtable="string",
group_name="string",
object_dynamic_log_npuserver_servergroup_id="string",
scopetype="string",
update_if_exist=False)
const objectDynamicLogNpuserverServergroupResource = new fortimanager.ObjectDynamicLogNpuserverServergroup("objectDynamicLogNpuserverServergroupResource", {
adom: "string",
description: "string",
dynamicMappings: [{
_scopes: [{
name: "string",
vdom: "string",
}],
groupName: "string",
}],
dynamicSortSubtable: "string",
groupName: "string",
objectDynamicLogNpuserverServergroupId: "string",
scopetype: "string",
updateIfExist: false,
});
type: fortimanager:ObjectDynamicLogNpuserverServergroup
properties:
adom: string
description: string
dynamicMappings:
- _scopes:
- name: string
vdom: string
groupName: string
dynamicSortSubtable: string
groupName: string
objectDynamicLogNpuserverServergroupId: string
scopetype: string
updateIfExist: false
ObjectDynamicLogNpuserverServergroup 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 ObjectDynamicLogNpuserverServergroup resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Description string
- Description.
- Dynamic
Mappings List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Group
Name string - Group-Name.
- Object
Dynamic stringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Description string
- Description.
- Dynamic
Mappings []ObjectDynamic Log Npuserver Servergroup Dynamic Mapping Type Args - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Group
Name string - Group-Name.
- Object
Dynamic stringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- dynamic
Mappings List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group
Name String - Group-Name.
- object
Dynamic StringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description string
- Description.
- dynamic
Mappings ObjectDynamic Log Npuserver Servergroup Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group
Name string - Group-Name.
- object
Dynamic stringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If booleanExist
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description str
- Description.
- dynamic_
mappings Sequence[ObjectDynamic Log Npuserver Servergroup Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group_
name str - Group-Name.
- object_
dynamic_ strlog_ npuserver_ servergroup_ id - an identifier for the resource with format {{group_name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- dynamic
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group
Name String - Group-Name.
- object
Dynamic StringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectDynamicLogNpuserverServergroup 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 ObjectDynamicLogNpuserverServergroup Resource
Get an existing ObjectDynamicLogNpuserverServergroup 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?: ObjectDynamicLogNpuserverServergroupState, opts?: CustomResourceOptions): ObjectDynamicLogNpuserverServergroup@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
description: Optional[str] = None,
dynamic_mappings: Optional[Sequence[ObjectDynamicLogNpuserverServergroupDynamicMappingArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
group_name: Optional[str] = None,
object_dynamic_log_npuserver_servergroup_id: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None) -> ObjectDynamicLogNpuserverServergroupfunc GetObjectDynamicLogNpuserverServergroup(ctx *Context, name string, id IDInput, state *ObjectDynamicLogNpuserverServergroupState, opts ...ResourceOption) (*ObjectDynamicLogNpuserverServergroup, error)public static ObjectDynamicLogNpuserverServergroup Get(string name, Input<string> id, ObjectDynamicLogNpuserverServergroupState? state, CustomResourceOptions? opts = null)public static ObjectDynamicLogNpuserverServergroup get(String name, Output<String> id, ObjectDynamicLogNpuserverServergroupState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectDynamicLogNpuserverServergroup 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. - Description string
- Description.
- Dynamic
Mappings List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Group
Name string - Group-Name.
- Object
Dynamic stringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Description string
- Description.
- Dynamic
Mappings []ObjectDynamic Log Npuserver Servergroup Dynamic Mapping Type Args - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Group
Name string - Group-Name.
- Object
Dynamic stringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- dynamic
Mappings List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group
Name String - Group-Name.
- object
Dynamic StringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description string
- Description.
- dynamic
Mappings ObjectDynamic Log Npuserver Servergroup Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group
Name string - Group-Name.
- object
Dynamic stringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If booleanExist
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description str
- Description.
- dynamic_
mappings Sequence[ObjectDynamic Log Npuserver Servergroup Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group_
name str - Group-Name.
- object_
dynamic_ strlog_ npuserver_ servergroup_ id - an identifier for the resource with format {{group_name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - description String
- Description.
- dynamic
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mappingblock is documented below. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- group
Name String - Group-Name.
- object
Dynamic StringLog Npuserver Servergroup Id - an identifier for the resource with format {{group_name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist
Supporting Types
ObjectDynamicLogNpuserverServergroupDynamicMapping, ObjectDynamicLogNpuserverServergroupDynamicMappingArgs
- Group
Name string - Group-Name.
- _
scopes List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope> - _Scope. The structure of
_scopeblock is documented below.
- Group
Name string - Group-Name.
- _
scopes []ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope - _Scope. The structure of
_scopeblock is documented below.
- _
scopes List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope> - _Scope. The structure of
_scopeblock is documented below. - group
Name String - Group-Name.
- _
scopes ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope[] - _Scope. The structure of
_scopeblock is documented below. - group
Name string - Group-Name.
- _
scopes Sequence[ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope] - _Scope. The structure of
_scopeblock is documented below. - group_
name str - Group-Name.
- _
scopes List<Property Map> - _Scope. The structure of
_scopeblock is documented below. - group
Name String - Group-Name.
ObjectDynamicLogNpuserverServergroupDynamicMapping_Scope, ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs
Import
ObjectDynamic LogNpuServerServerGroup can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectDynamicLogNpuserverServergroup:ObjectDynamicLogNpuserverServergroup labelname {{group_name}}
$ 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 Monday, May 4, 2026 by fortinetdev
