fortimanager.ObjectEmailfilterOptions
Explore with Pulumi AI
Configure AntiSpam options.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectEmailfilterOptions("trname", {dnsTimeout: 17});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectEmailfilterOptions("trname", dns_timeout=17)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectEmailfilterOptions(ctx, "trname", &fortimanager.ObjectEmailfilterOptionsArgs{
DnsTimeout: pulumi.Float64(17),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectEmailfilterOptions("trname", new()
{
DnsTimeout = 17,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectEmailfilterOptions;
import com.pulumi.fortimanager.ObjectEmailfilterOptionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new ObjectEmailfilterOptions("trname", ObjectEmailfilterOptionsArgs.builder()
.dnsTimeout(17)
.build());
}
}
resources:
trname:
type: fortimanager:ObjectEmailfilterOptions
properties:
dnsTimeout: 17
Create ObjectEmailfilterOptions Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectEmailfilterOptions(name: string, args?: ObjectEmailfilterOptionsArgs, opts?: CustomResourceOptions);
@overload
def ObjectEmailfilterOptions(resource_name: str,
args: Optional[ObjectEmailfilterOptionsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectEmailfilterOptions(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dns_timeout: Optional[float] = None,
object_emailfilter_options_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectEmailfilterOptions(ctx *Context, name string, args *ObjectEmailfilterOptionsArgs, opts ...ResourceOption) (*ObjectEmailfilterOptions, error)
public ObjectEmailfilterOptions(string name, ObjectEmailfilterOptionsArgs? args = null, CustomResourceOptions? opts = null)
public ObjectEmailfilterOptions(String name, ObjectEmailfilterOptionsArgs args)
public ObjectEmailfilterOptions(String name, ObjectEmailfilterOptionsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectEmailfilterOptions
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 ObjectEmailfilterOptionsArgs
- 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 ObjectEmailfilterOptionsArgs
- 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 ObjectEmailfilterOptionsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectEmailfilterOptionsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectEmailfilterOptionsArgs
- 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 objectEmailfilterOptionsResource = new Fortimanager.ObjectEmailfilterOptions("objectEmailfilterOptionsResource", new()
{
Adom = "string",
DnsTimeout = 0,
ObjectEmailfilterOptionsId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectEmailfilterOptions(ctx, "objectEmailfilterOptionsResource", &fortimanager.ObjectEmailfilterOptionsArgs{
Adom: pulumi.String("string"),
DnsTimeout: pulumi.Float64(0),
ObjectEmailfilterOptionsId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectEmailfilterOptionsResource = new ObjectEmailfilterOptions("objectEmailfilterOptionsResource", ObjectEmailfilterOptionsArgs.builder()
.adom("string")
.dnsTimeout(0)
.objectEmailfilterOptionsId("string")
.scopetype("string")
.build());
object_emailfilter_options_resource = fortimanager.ObjectEmailfilterOptions("objectEmailfilterOptionsResource",
adom="string",
dns_timeout=0,
object_emailfilter_options_id="string",
scopetype="string")
const objectEmailfilterOptionsResource = new fortimanager.ObjectEmailfilterOptions("objectEmailfilterOptionsResource", {
adom: "string",
dnsTimeout: 0,
objectEmailfilterOptionsId: "string",
scopetype: "string",
});
type: fortimanager:ObjectEmailfilterOptions
properties:
adom: string
dnsTimeout: 0
objectEmailfilterOptionsId: string
scopetype: string
ObjectEmailfilterOptions 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 ObjectEmailfilterOptions resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dns
Timeout double - DNS query time out (1 - 30 sec).
- Object
Emailfilter stringOptions Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dns
Timeout float64 - DNS query time out (1 - 30 sec).
- Object
Emailfilter stringOptions Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns
Timeout Double - DNS query time out (1 - 30 sec).
- object
Emailfilter StringOptions Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns
Timeout number - DNS query time out (1 - 30 sec).
- object
Emailfilter stringOptions Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns_
timeout float - DNS query time out (1 - 30 sec).
- object_
emailfilter_ stroptions_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns
Timeout Number - DNS query time out (1 - 30 sec).
- object
Emailfilter StringOptions Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectEmailfilterOptions 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 ObjectEmailfilterOptions Resource
Get an existing ObjectEmailfilterOptions 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?: ObjectEmailfilterOptionsState, opts?: CustomResourceOptions): ObjectEmailfilterOptions
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dns_timeout: Optional[float] = None,
object_emailfilter_options_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectEmailfilterOptions
func GetObjectEmailfilterOptions(ctx *Context, name string, id IDInput, state *ObjectEmailfilterOptionsState, opts ...ResourceOption) (*ObjectEmailfilterOptions, error)
public static ObjectEmailfilterOptions Get(string name, Input<string> id, ObjectEmailfilterOptionsState? state, CustomResourceOptions? opts = null)
public static ObjectEmailfilterOptions get(String name, Output<String> id, ObjectEmailfilterOptionsState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectEmailfilterOptions 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. - Dns
Timeout double - DNS query time out (1 - 30 sec).
- Object
Emailfilter stringOptions Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dns
Timeout float64 - DNS query time out (1 - 30 sec).
- Object
Emailfilter stringOptions Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns
Timeout Double - DNS query time out (1 - 30 sec).
- object
Emailfilter StringOptions Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns
Timeout number - DNS query time out (1 - 30 sec).
- object
Emailfilter stringOptions Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns_
timeout float - DNS query time out (1 - 30 sec).
- object_
emailfilter_ stroptions_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dns
Timeout Number - DNS query time out (1 - 30 sec).
- object
Emailfilter StringOptions Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
ObjectEmailfilter Options can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectEmailfilterOptions:ObjectEmailfilterOptions labelname ObjectEmailfilterOptions
$ 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.