fortimanager.ObjectApplicationCustom
Explore with Pulumi AI
Configure custom application signatures.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectApplicationCustom("trname", {
behavior: "terraform-tefv1",
category: "terraform-tefv1",
comment: "terraform-tefv",
protocol: "terraform-tefv1",
signature: "terraform-tefv1",
tag: "terraform-tefv-tag",
technology: "terraform-tefv",
vendor: "terraform-tefv-vendor",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectApplicationCustom("trname",
behavior="terraform-tefv1",
category="terraform-tefv1",
comment="terraform-tefv",
protocol="terraform-tefv1",
signature="terraform-tefv1",
tag="terraform-tefv-tag",
technology="terraform-tefv",
vendor="terraform-tefv-vendor")
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.NewObjectApplicationCustom(ctx, "trname", &fortimanager.ObjectApplicationCustomArgs{
Behavior: pulumi.String("terraform-tefv1"),
Category: pulumi.String("terraform-tefv1"),
Comment: pulumi.String("terraform-tefv"),
Protocol: pulumi.String("terraform-tefv1"),
Signature: pulumi.String("terraform-tefv1"),
Tag: pulumi.String("terraform-tefv-tag"),
Technology: pulumi.String("terraform-tefv"),
Vendor: pulumi.String("terraform-tefv-vendor"),
})
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.ObjectApplicationCustom("trname", new()
{
Behavior = "terraform-tefv1",
Category = "terraform-tefv1",
Comment = "terraform-tefv",
Protocol = "terraform-tefv1",
Signature = "terraform-tefv1",
Tag = "terraform-tefv-tag",
Technology = "terraform-tefv",
Vendor = "terraform-tefv-vendor",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectApplicationCustom;
import com.pulumi.fortimanager.ObjectApplicationCustomArgs;
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 ObjectApplicationCustom("trname", ObjectApplicationCustomArgs.builder()
.behavior("terraform-tefv1")
.category("terraform-tefv1")
.comment("terraform-tefv")
.protocol("terraform-tefv1")
.signature("terraform-tefv1")
.tag("terraform-tefv-tag")
.technology("terraform-tefv")
.vendor("terraform-tefv-vendor")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectApplicationCustom
properties:
behavior: terraform-tefv1
category: terraform-tefv1
comment: terraform-tefv
protocol: terraform-tefv1
signature: terraform-tefv1
tag: terraform-tefv-tag
technology: terraform-tefv
vendor: terraform-tefv-vendor
Create ObjectApplicationCustom Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectApplicationCustom(name: string, args?: ObjectApplicationCustomArgs, opts?: CustomResourceOptions);
@overload
def ObjectApplicationCustom(resource_name: str,
args: Optional[ObjectApplicationCustomArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectApplicationCustom(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
behavior: Optional[str] = None,
category: Optional[str] = None,
comment: Optional[str] = None,
fosid: Optional[float] = None,
name: Optional[str] = None,
object_application_custom_id: Optional[str] = None,
protocol: Optional[str] = None,
scopetype: Optional[str] = None,
signature: Optional[str] = None,
tag: Optional[str] = None,
technology: Optional[str] = None,
vendor: Optional[str] = None)
func NewObjectApplicationCustom(ctx *Context, name string, args *ObjectApplicationCustomArgs, opts ...ResourceOption) (*ObjectApplicationCustom, error)
public ObjectApplicationCustom(string name, ObjectApplicationCustomArgs? args = null, CustomResourceOptions? opts = null)
public ObjectApplicationCustom(String name, ObjectApplicationCustomArgs args)
public ObjectApplicationCustom(String name, ObjectApplicationCustomArgs args, CustomResourceOptions options)
type: fortimanager:ObjectApplicationCustom
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 ObjectApplicationCustomArgs
- 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 ObjectApplicationCustomArgs
- 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 ObjectApplicationCustomArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectApplicationCustomArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectApplicationCustomArgs
- 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 objectApplicationCustomResource = new Fortimanager.ObjectApplicationCustom("objectApplicationCustomResource", new()
{
Adom = "string",
Behavior = "string",
Category = "string",
Comment = "string",
Fosid = 0,
Name = "string",
ObjectApplicationCustomId = "string",
Protocol = "string",
Scopetype = "string",
Signature = "string",
Tag = "string",
Technology = "string",
Vendor = "string",
});
example, err := fortimanager.NewObjectApplicationCustom(ctx, "objectApplicationCustomResource", &fortimanager.ObjectApplicationCustomArgs{
Adom: pulumi.String("string"),
Behavior: pulumi.String("string"),
Category: pulumi.String("string"),
Comment: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Name: pulumi.String("string"),
ObjectApplicationCustomId: pulumi.String("string"),
Protocol: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Signature: pulumi.String("string"),
Tag: pulumi.String("string"),
Technology: pulumi.String("string"),
Vendor: pulumi.String("string"),
})
var objectApplicationCustomResource = new ObjectApplicationCustom("objectApplicationCustomResource", ObjectApplicationCustomArgs.builder()
.adom("string")
.behavior("string")
.category("string")
.comment("string")
.fosid(0)
.name("string")
.objectApplicationCustomId("string")
.protocol("string")
.scopetype("string")
.signature("string")
.tag("string")
.technology("string")
.vendor("string")
.build());
object_application_custom_resource = fortimanager.ObjectApplicationCustom("objectApplicationCustomResource",
adom="string",
behavior="string",
category="string",
comment="string",
fosid=0,
name="string",
object_application_custom_id="string",
protocol="string",
scopetype="string",
signature="string",
tag="string",
technology="string",
vendor="string")
const objectApplicationCustomResource = new fortimanager.ObjectApplicationCustom("objectApplicationCustomResource", {
adom: "string",
behavior: "string",
category: "string",
comment: "string",
fosid: 0,
name: "string",
objectApplicationCustomId: "string",
protocol: "string",
scopetype: "string",
signature: "string",
tag: "string",
technology: "string",
vendor: "string",
});
type: fortimanager:ObjectApplicationCustom
properties:
adom: string
behavior: string
category: string
comment: string
fosid: 0
name: string
objectApplicationCustomId: string
protocol: string
scopetype: string
signature: string
tag: string
technology: string
vendor: string
ObjectApplicationCustom 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 ObjectApplicationCustom 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. - Behavior string
- Custom application signature behavior.
- Category string
- Custom application category ID (use ? to view available options).
- Comment string
- Comment.
- Fosid double
- Id.
- Name string
- Name.
- Object
Application stringCustom Id - an identifier for the resource with format {{tag}}.
- Protocol string
- Custom application signature protocol.
- 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
. - Signature string
- The text that makes up the actual custom application signature.
- Tag string
- Signature tag.
- Technology string
- Custom application signature technology.
- Vendor string
- Custom application signature vendor.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Behavior string
- Custom application signature behavior.
- Category string
- Custom application category ID (use ? to view available options).
- Comment string
- Comment.
- Fosid float64
- Id.
- Name string
- Name.
- Object
Application stringCustom Id - an identifier for the resource with format {{tag}}.
- Protocol string
- Custom application signature protocol.
- 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
. - Signature string
- The text that makes up the actual custom application signature.
- Tag string
- Signature tag.
- Technology string
- Custom application signature technology.
- Vendor string
- Custom application signature vendor.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior String
- Custom application signature behavior.
- category String
- Custom application category ID (use ? to view available options).
- comment String
- Comment.
- fosid Double
- Id.
- name String
- Name.
- object
Application StringCustom Id - an identifier for the resource with format {{tag}}.
- protocol String
- Custom application signature protocol.
- 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
. - signature String
- The text that makes up the actual custom application signature.
- tag String
- Signature tag.
- technology String
- Custom application signature technology.
- vendor String
- Custom application signature vendor.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior string
- Custom application signature behavior.
- category string
- Custom application category ID (use ? to view available options).
- comment string
- Comment.
- fosid number
- Id.
- name string
- Name.
- object
Application stringCustom Id - an identifier for the resource with format {{tag}}.
- protocol string
- Custom application signature protocol.
- 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
. - signature string
- The text that makes up the actual custom application signature.
- tag string
- Signature tag.
- technology string
- Custom application signature technology.
- vendor string
- Custom application signature vendor.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior str
- Custom application signature behavior.
- category str
- Custom application category ID (use ? to view available options).
- comment str
- Comment.
- fosid float
- Id.
- name str
- Name.
- object_
application_ strcustom_ id - an identifier for the resource with format {{tag}}.
- protocol str
- Custom application signature protocol.
- 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
. - signature str
- The text that makes up the actual custom application signature.
- tag str
- Signature tag.
- technology str
- Custom application signature technology.
- vendor str
- Custom application signature vendor.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior String
- Custom application signature behavior.
- category String
- Custom application category ID (use ? to view available options).
- comment String
- Comment.
- fosid Number
- Id.
- name String
- Name.
- object
Application StringCustom Id - an identifier for the resource with format {{tag}}.
- protocol String
- Custom application signature protocol.
- 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
. - signature String
- The text that makes up the actual custom application signature.
- tag String
- Signature tag.
- technology String
- Custom application signature technology.
- vendor String
- Custom application signature vendor.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectApplicationCustom 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 ObjectApplicationCustom Resource
Get an existing ObjectApplicationCustom 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?: ObjectApplicationCustomState, opts?: CustomResourceOptions): ObjectApplicationCustom
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
behavior: Optional[str] = None,
category: Optional[str] = None,
comment: Optional[str] = None,
fosid: Optional[float] = None,
name: Optional[str] = None,
object_application_custom_id: Optional[str] = None,
protocol: Optional[str] = None,
scopetype: Optional[str] = None,
signature: Optional[str] = None,
tag: Optional[str] = None,
technology: Optional[str] = None,
vendor: Optional[str] = None) -> ObjectApplicationCustom
func GetObjectApplicationCustom(ctx *Context, name string, id IDInput, state *ObjectApplicationCustomState, opts ...ResourceOption) (*ObjectApplicationCustom, error)
public static ObjectApplicationCustom Get(string name, Input<string> id, ObjectApplicationCustomState? state, CustomResourceOptions? opts = null)
public static ObjectApplicationCustom get(String name, Output<String> id, ObjectApplicationCustomState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectApplicationCustom 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. - Behavior string
- Custom application signature behavior.
- Category string
- Custom application category ID (use ? to view available options).
- Comment string
- Comment.
- Fosid double
- Id.
- Name string
- Name.
- Object
Application stringCustom Id - an identifier for the resource with format {{tag}}.
- Protocol string
- Custom application signature protocol.
- 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
. - Signature string
- The text that makes up the actual custom application signature.
- Tag string
- Signature tag.
- Technology string
- Custom application signature technology.
- Vendor string
- Custom application signature vendor.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Behavior string
- Custom application signature behavior.
- Category string
- Custom application category ID (use ? to view available options).
- Comment string
- Comment.
- Fosid float64
- Id.
- Name string
- Name.
- Object
Application stringCustom Id - an identifier for the resource with format {{tag}}.
- Protocol string
- Custom application signature protocol.
- 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
. - Signature string
- The text that makes up the actual custom application signature.
- Tag string
- Signature tag.
- Technology string
- Custom application signature technology.
- Vendor string
- Custom application signature vendor.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior String
- Custom application signature behavior.
- category String
- Custom application category ID (use ? to view available options).
- comment String
- Comment.
- fosid Double
- Id.
- name String
- Name.
- object
Application StringCustom Id - an identifier for the resource with format {{tag}}.
- protocol String
- Custom application signature protocol.
- 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
. - signature String
- The text that makes up the actual custom application signature.
- tag String
- Signature tag.
- technology String
- Custom application signature technology.
- vendor String
- Custom application signature vendor.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior string
- Custom application signature behavior.
- category string
- Custom application category ID (use ? to view available options).
- comment string
- Comment.
- fosid number
- Id.
- name string
- Name.
- object
Application stringCustom Id - an identifier for the resource with format {{tag}}.
- protocol string
- Custom application signature protocol.
- 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
. - signature string
- The text that makes up the actual custom application signature.
- tag string
- Signature tag.
- technology string
- Custom application signature technology.
- vendor string
- Custom application signature vendor.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior str
- Custom application signature behavior.
- category str
- Custom application category ID (use ? to view available options).
- comment str
- Comment.
- fosid float
- Id.
- name str
- Name.
- object_
application_ strcustom_ id - an identifier for the resource with format {{tag}}.
- protocol str
- Custom application signature protocol.
- 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
. - signature str
- The text that makes up the actual custom application signature.
- tag str
- Signature tag.
- technology str
- Custom application signature technology.
- vendor str
- Custom application signature vendor.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - behavior String
- Custom application signature behavior.
- category String
- Custom application category ID (use ? to view available options).
- comment String
- Comment.
- fosid Number
- Id.
- name String
- Name.
- object
Application StringCustom Id - an identifier for the resource with format {{tag}}.
- protocol String
- Custom application signature protocol.
- 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
. - signature String
- The text that makes up the actual custom application signature.
- tag String
- Signature tag.
- technology String
- Custom application signature technology.
- vendor String
- Custom application signature vendor.
Import
ObjectApplication Custom can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectApplicationCustom:ObjectApplicationCustom labelname {{tag}}
$ 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.