published on Monday, May 4, 2026 by fortinetdev
published on Monday, May 4, 2026 by fortinetdev
ObjectDynamic LogNpuServerServerGroupDynamicMapping
This resource is a sub resource for variable
dynamic_mappingof resourcefortimanager.ObjectDynamicLogNpuserverServergroup. Conflict and overwrite may occur if use both of them.
Create ObjectDynamicLogNpuserverServergroupDynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectDynamicLogNpuserverServergroupDynamicMapping(name: string, args: ObjectDynamicLogNpuserverServergroupDynamicMappingArgs, opts?: CustomResourceOptions);@overload
def ObjectDynamicLogNpuserverServergroupDynamicMapping(resource_name: str,
args: ObjectDynamicLogNpuserverServergroupDynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectDynamicLogNpuserverServergroupDynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
server_group: Optional[str] = None,
_scopes: Optional[Sequence[ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
group_name: Optional[str] = None,
object_dynamic_log_npuserver_servergroup_dynamic_mapping_id: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None)func NewObjectDynamicLogNpuserverServergroupDynamicMapping(ctx *Context, name string, args ObjectDynamicLogNpuserverServergroupDynamicMappingArgs, opts ...ResourceOption) (*ObjectDynamicLogNpuserverServergroupDynamicMapping, error)public ObjectDynamicLogNpuserverServergroupDynamicMapping(string name, ObjectDynamicLogNpuserverServergroupDynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectDynamicLogNpuserverServergroupDynamicMapping(String name, ObjectDynamicLogNpuserverServergroupDynamicMappingArgs args)
public ObjectDynamicLogNpuserverServergroupDynamicMapping(String name, ObjectDynamicLogNpuserverServergroupDynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectDynamicLogNpuserverServergroupDynamicMapping
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 ObjectDynamicLogNpuserverServergroupDynamicMappingArgs
- 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 ObjectDynamicLogNpuserverServergroupDynamicMappingInitArgs
- 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 ObjectDynamicLogNpuserverServergroupDynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectDynamicLogNpuserverServergroupDynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectDynamicLogNpuserverServergroupDynamicMappingArgs
- 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 objectDynamicLogNpuserverServergroupDynamicMappingResource = new Fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping("objectDynamicLogNpuserverServergroupDynamicMappingResource", new()
{
ServerGroup = "string",
_scopes = new[]
{
new Fortimanager.Inputs.ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
Adom = "string",
DynamicSortSubtable = "string",
GroupName = "string",
ObjectDynamicLogNpuserverServergroupDynamicMappingId = "string",
Scopetype = "string",
UpdateIfExist = false,
});
example, err := fortimanager.NewObjectDynamicLogNpuserverServergroupDynamicMapping(ctx, "objectDynamicLogNpuserverServergroupDynamicMappingResource", &fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMappingArgs{
ServerGroup: pulumi.String("string"),
_scopes: fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArray{
&fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
GroupName: pulumi.String("string"),
ObjectDynamicLogNpuserverServergroupDynamicMappingId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
UpdateIfExist: pulumi.Bool(false),
})
var objectDynamicLogNpuserverServergroupDynamicMappingResource = new ObjectDynamicLogNpuserverServergroupDynamicMapping("objectDynamicLogNpuserverServergroupDynamicMappingResource", ObjectDynamicLogNpuserverServergroupDynamicMappingArgs.builder()
.serverGroup("string")
._scopes(ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.adom("string")
.dynamicSortSubtable("string")
.groupName("string")
.objectDynamicLogNpuserverServergroupDynamicMappingId("string")
.scopetype("string")
.updateIfExist(false)
.build());
object_dynamic_log_npuserver_servergroup_dynamic_mapping_resource = fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping("objectDynamicLogNpuserverServergroupDynamicMappingResource",
server_group="string",
_scopes=[{
"name": "string",
"vdom": "string",
}],
adom="string",
dynamic_sort_subtable="string",
group_name="string",
object_dynamic_log_npuserver_servergroup_dynamic_mapping_id="string",
scopetype="string",
update_if_exist=False)
const objectDynamicLogNpuserverServergroupDynamicMappingResource = new fortimanager.ObjectDynamicLogNpuserverServergroupDynamicMapping("objectDynamicLogNpuserverServergroupDynamicMappingResource", {
serverGroup: "string",
_scopes: [{
name: "string",
vdom: "string",
}],
adom: "string",
dynamicSortSubtable: "string",
groupName: "string",
objectDynamicLogNpuserverServergroupDynamicMappingId: "string",
scopetype: "string",
updateIfExist: false,
});
type: fortimanager:ObjectDynamicLogNpuserverServergroupDynamicMapping
properties:
_scopes:
- name: string
vdom: string
adom: string
dynamicSortSubtable: string
groupName: string
objectDynamicLogNpuserverServergroupDynamicMappingId: string
scopetype: string
serverGroup: string
updateIfExist: false
ObjectDynamicLogNpuserverServergroupDynamicMapping 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 ObjectDynamicLogNpuserverServergroupDynamicMapping resource accepts the following input properties:
- Server
Group string - Server Group.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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 - _
scopes List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope> - _Scope. The structure of
_scopeblock is documented below.
- Server
Group string - Server Group.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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 - _
scopes []ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope Args - _Scope. The structure of
_scopeblock is documented below.
- server
Group String - Server Group.
- _
scopes List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope> - _Scope. The structure of
_scopeblock is documented below. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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
- server
Group string - Server Group.
- _
scopes ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope[] - _Scope. The structure of
_scopeblock is documented below. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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
- server_
group str - Server Group.
- _
scopes Sequence[ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope Args] - _Scope. The structure of
_scopeblock is documented below. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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
- server
Group String - Server Group.
- _
scopes List<Property Map> - _Scope. The structure of
_scopeblock is documented below. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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 ObjectDynamicLogNpuserverServergroupDynamicMapping 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 ObjectDynamicLogNpuserverServergroupDynamicMapping Resource
Get an existing ObjectDynamicLogNpuserverServergroupDynamicMapping 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?: ObjectDynamicLogNpuserverServergroupDynamicMappingState, opts?: CustomResourceOptions): ObjectDynamicLogNpuserverServergroupDynamicMapping@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_scopes: Optional[Sequence[ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
group_name: Optional[str] = None,
object_dynamic_log_npuserver_servergroup_dynamic_mapping_id: Optional[str] = None,
scopetype: Optional[str] = None,
server_group: Optional[str] = None,
update_if_exist: Optional[bool] = None) -> ObjectDynamicLogNpuserverServergroupDynamicMappingfunc GetObjectDynamicLogNpuserverServergroupDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectDynamicLogNpuserverServergroupDynamicMappingState, opts ...ResourceOption) (*ObjectDynamicLogNpuserverServergroupDynamicMapping, error)public static ObjectDynamicLogNpuserverServergroupDynamicMapping Get(string name, Input<string> id, ObjectDynamicLogNpuserverServergroupDynamicMappingState? state, CustomResourceOptions? opts = null)public static ObjectDynamicLogNpuserverServergroupDynamicMapping get(String name, Output<String> id, ObjectDynamicLogNpuserverServergroupDynamicMappingState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectDynamicLogNpuserverServergroupDynamicMapping 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. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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. - Server
Group string - Server Group.
- Update
If boolExist - _
scopes List<ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope> - _Scope. The structure of
_scopeblock is documented below.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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. - Server
Group string - Server Group.
- Update
If boolExist - _
scopes []ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope Args - _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. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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. - server
Group String - Server Group.
- update
If BooleanExist
- _
scopes ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope[] - _Scope. The structure of
_scopeblock is documented below. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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. - server
Group string - Server Group.
- update
If booleanExist
- _
scopes Sequence[ObjectDynamic Log Npuserver Servergroup Dynamic Mapping_Scope Args] - _Scope. The structure of
_scopeblock is documented below. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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. - server_
group str - Server Group.
- update_
if_ boolexist
- _
scopes List<Property Map> - _Scope. The structure of
_scopeblock is documented below. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - 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 Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- 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. - server
Group String - Server Group.
- update
If BooleanExist
Supporting Types
ObjectDynamicLogNpuserverServergroupDynamicMapping_Scope, ObjectDynamicLogNpuserverServergroupDynamicMapping_ScopeArgs
Import
ObjectDynamic LogNpuServerServerGroupDynamicMapping can be imported using any of these accepted formats:
Set import_options = [“server_group=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectDynamicLogNpuserverServergroupDynamicMapping:ObjectDynamicLogNpuserverServergroupDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
$ 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
