fortios.wirelesscontroller.Utmprofile
Explore with Pulumi AI
Configure UTM (Unified Threat Management) profile.
Create Utmprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Utmprofile(name: string, args?: UtmprofileArgs, opts?: CustomResourceOptions);
@overload
def Utmprofile(resource_name: str,
args: Optional[UtmprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Utmprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
antivirus_profile: Optional[str] = None,
application_list: Optional[str] = None,
comment: Optional[str] = None,
ips_sensor: Optional[str] = None,
name: Optional[str] = None,
scan_botnet_connections: Optional[str] = None,
utm_log: Optional[str] = None,
vdomparam: Optional[str] = None,
webfilter_profile: Optional[str] = None)
func NewUtmprofile(ctx *Context, name string, args *UtmprofileArgs, opts ...ResourceOption) (*Utmprofile, error)
public Utmprofile(string name, UtmprofileArgs? args = null, CustomResourceOptions? opts = null)
public Utmprofile(String name, UtmprofileArgs args)
public Utmprofile(String name, UtmprofileArgs args, CustomResourceOptions options)
type: fortios:wirelesscontroller:Utmprofile
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 UtmprofileArgs
- 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 UtmprofileArgs
- 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 UtmprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UtmprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UtmprofileArgs
- 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 utmprofileResource = new Fortios.Wirelesscontroller.Utmprofile("utmprofileResource", new()
{
AntivirusProfile = "string",
ApplicationList = "string",
Comment = "string",
IpsSensor = "string",
Name = "string",
ScanBotnetConnections = "string",
UtmLog = "string",
Vdomparam = "string",
WebfilterProfile = "string",
});
example, err := wirelesscontroller.NewUtmprofile(ctx, "utmprofileResource", &wirelesscontroller.UtmprofileArgs{
AntivirusProfile: pulumi.String("string"),
ApplicationList: pulumi.String("string"),
Comment: pulumi.String("string"),
IpsSensor: pulumi.String("string"),
Name: pulumi.String("string"),
ScanBotnetConnections: pulumi.String("string"),
UtmLog: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
WebfilterProfile: pulumi.String("string"),
})
var utmprofileResource = new Utmprofile("utmprofileResource", UtmprofileArgs.builder()
.antivirusProfile("string")
.applicationList("string")
.comment("string")
.ipsSensor("string")
.name("string")
.scanBotnetConnections("string")
.utmLog("string")
.vdomparam("string")
.webfilterProfile("string")
.build());
utmprofile_resource = fortios.wirelesscontroller.Utmprofile("utmprofileResource",
antivirus_profile="string",
application_list="string",
comment="string",
ips_sensor="string",
name="string",
scan_botnet_connections="string",
utm_log="string",
vdomparam="string",
webfilter_profile="string")
const utmprofileResource = new fortios.wirelesscontroller.Utmprofile("utmprofileResource", {
antivirusProfile: "string",
applicationList: "string",
comment: "string",
ipsSensor: "string",
name: "string",
scanBotnetConnections: "string",
utmLog: "string",
vdomparam: "string",
webfilterProfile: "string",
});
type: fortios:wirelesscontroller:Utmprofile
properties:
antivirusProfile: string
applicationList: string
comment: string
ipsSensor: string
name: string
scanBotnetConnections: string
utmLog: string
vdomparam: string
webfilterProfile: string
Utmprofile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Utmprofile resource accepts the following input properties:
- Antivirus
Profile string - AntiVirus profile name.
- Application
List string - Application control list name.
- Comment string
- Comment.
- Ips
Sensor string - IPS sensor name.
- Name string
- UTM profile name.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - Utm
Log string - Enable/disable UTM logging. Valid values:
enable
,disable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Webfilter
Profile string - WebFilter profile name.
- Antivirus
Profile string - AntiVirus profile name.
- Application
List string - Application control list name.
- Comment string
- Comment.
- Ips
Sensor string - IPS sensor name.
- Name string
- UTM profile name.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - Utm
Log string - Enable/disable UTM logging. Valid values:
enable
,disable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Webfilter
Profile string - WebFilter profile name.
- antivirus
Profile String - AntiVirus profile name.
- application
List String - Application control list name.
- comment String
- Comment.
- ips
Sensor String - IPS sensor name.
- name String
- UTM profile name.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm
Log String - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter
Profile String - WebFilter profile name.
- antivirus
Profile string - AntiVirus profile name.
- application
List string - Application control list name.
- comment string
- Comment.
- ips
Sensor string - IPS sensor name.
- name string
- UTM profile name.
- scan
Botnet stringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm
Log string - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter
Profile string - WebFilter profile name.
- antivirus_
profile str - AntiVirus profile name.
- application_
list str - Application control list name.
- comment str
- Comment.
- ips_
sensor str - IPS sensor name.
- name str
- UTM profile name.
- scan_
botnet_ strconnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm_
log str - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter_
profile str - WebFilter profile name.
- antivirus
Profile String - AntiVirus profile name.
- application
List String - Application control list name.
- comment String
- Comment.
- ips
Sensor String - IPS sensor name.
- name String
- UTM profile name.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm
Log String - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter
Profile String - WebFilter profile name.
Outputs
All input properties are implicitly available as output properties. Additionally, the Utmprofile 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 Utmprofile Resource
Get an existing Utmprofile 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?: UtmprofileState, opts?: CustomResourceOptions): Utmprofile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
antivirus_profile: Optional[str] = None,
application_list: Optional[str] = None,
comment: Optional[str] = None,
ips_sensor: Optional[str] = None,
name: Optional[str] = None,
scan_botnet_connections: Optional[str] = None,
utm_log: Optional[str] = None,
vdomparam: Optional[str] = None,
webfilter_profile: Optional[str] = None) -> Utmprofile
func GetUtmprofile(ctx *Context, name string, id IDInput, state *UtmprofileState, opts ...ResourceOption) (*Utmprofile, error)
public static Utmprofile Get(string name, Input<string> id, UtmprofileState? state, CustomResourceOptions? opts = null)
public static Utmprofile get(String name, Output<String> id, UtmprofileState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Antivirus
Profile string - AntiVirus profile name.
- Application
List string - Application control list name.
- Comment string
- Comment.
- Ips
Sensor string - IPS sensor name.
- Name string
- UTM profile name.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - Utm
Log string - Enable/disable UTM logging. Valid values:
enable
,disable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Webfilter
Profile string - WebFilter profile name.
- Antivirus
Profile string - AntiVirus profile name.
- Application
List string - Application control list name.
- Comment string
- Comment.
- Ips
Sensor string - IPS sensor name.
- Name string
- UTM profile name.
- Scan
Botnet stringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - Utm
Log string - Enable/disable UTM logging. Valid values:
enable
,disable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Webfilter
Profile string - WebFilter profile name.
- antivirus
Profile String - AntiVirus profile name.
- application
List String - Application control list name.
- comment String
- Comment.
- ips
Sensor String - IPS sensor name.
- name String
- UTM profile name.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm
Log String - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter
Profile String - WebFilter profile name.
- antivirus
Profile string - AntiVirus profile name.
- application
List string - Application control list name.
- comment string
- Comment.
- ips
Sensor string - IPS sensor name.
- name string
- UTM profile name.
- scan
Botnet stringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm
Log string - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter
Profile string - WebFilter profile name.
- antivirus_
profile str - AntiVirus profile name.
- application_
list str - Application control list name.
- comment str
- Comment.
- ips_
sensor str - IPS sensor name.
- name str
- UTM profile name.
- scan_
botnet_ strconnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm_
log str - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter_
profile str - WebFilter profile name.
- antivirus
Profile String - AntiVirus profile name.
- application
List String - Application control list name.
- comment String
- Comment.
- ips
Sensor String - IPS sensor name.
- name String
- UTM profile name.
- scan
Botnet StringConnections - Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values:
disable
,block
,monitor
. - utm
Log String - Enable/disable UTM logging. Valid values:
enable
,disable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- webfilter
Profile String - WebFilter profile name.
Import
WirelessController UtmProfile can be imported using any of these accepted formats:
$ pulumi import fortios:wirelesscontroller/utmprofile:Utmprofile labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:wirelesscontroller/utmprofile:Utmprofile labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.