fortimanager.ObjectVideofilterProfileFilters
Explore with Pulumi AI
YouTube filter entries.
This resource is a sub resource for variable
filters
of resourcefortimanager.ObjectVideofilterProfile
. Conflict and overwrite may occur if use both of them.
Create ObjectVideofilterProfileFilters Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectVideofilterProfileFilters(name: string, args: ObjectVideofilterProfileFiltersArgs, opts?: CustomResourceOptions);
@overload
def ObjectVideofilterProfileFilters(resource_name: str,
args: ObjectVideofilterProfileFiltersArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectVideofilterProfileFilters(resource_name: str,
opts: Optional[ResourceOptions] = None,
profile: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
category: Optional[str] = None,
channel: Optional[str] = None,
comment: Optional[str] = None,
fosid: Optional[float] = None,
keyword: Optional[str] = None,
log: Optional[str] = None,
object_videofilter_profile_filters_id: Optional[str] = None,
scopetype: Optional[str] = None,
type: Optional[str] = None)
func NewObjectVideofilterProfileFilters(ctx *Context, name string, args ObjectVideofilterProfileFiltersArgs, opts ...ResourceOption) (*ObjectVideofilterProfileFilters, error)
public ObjectVideofilterProfileFilters(string name, ObjectVideofilterProfileFiltersArgs args, CustomResourceOptions? opts = null)
public ObjectVideofilterProfileFilters(String name, ObjectVideofilterProfileFiltersArgs args)
public ObjectVideofilterProfileFilters(String name, ObjectVideofilterProfileFiltersArgs args, CustomResourceOptions options)
type: fortimanager:ObjectVideofilterProfileFilters
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 ObjectVideofilterProfileFiltersArgs
- 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 ObjectVideofilterProfileFiltersArgs
- 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 ObjectVideofilterProfileFiltersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectVideofilterProfileFiltersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectVideofilterProfileFiltersArgs
- 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 objectVideofilterProfileFiltersResource = new Fortimanager.ObjectVideofilterProfileFilters("objectVideofilterProfileFiltersResource", new()
{
Profile = "string",
Action = "string",
Adom = "string",
Category = "string",
Channel = "string",
Comment = "string",
Fosid = 0,
Keyword = "string",
Log = "string",
ObjectVideofilterProfileFiltersId = "string",
Scopetype = "string",
Type = "string",
});
example, err := fortimanager.NewObjectVideofilterProfileFilters(ctx, "objectVideofilterProfileFiltersResource", &fortimanager.ObjectVideofilterProfileFiltersArgs{
Profile: pulumi.String("string"),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
Category: pulumi.String("string"),
Channel: pulumi.String("string"),
Comment: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Keyword: pulumi.String("string"),
Log: pulumi.String("string"),
ObjectVideofilterProfileFiltersId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Type: pulumi.String("string"),
})
var objectVideofilterProfileFiltersResource = new ObjectVideofilterProfileFilters("objectVideofilterProfileFiltersResource", ObjectVideofilterProfileFiltersArgs.builder()
.profile("string")
.action("string")
.adom("string")
.category("string")
.channel("string")
.comment("string")
.fosid(0)
.keyword("string")
.log("string")
.objectVideofilterProfileFiltersId("string")
.scopetype("string")
.type("string")
.build());
object_videofilter_profile_filters_resource = fortimanager.ObjectVideofilterProfileFilters("objectVideofilterProfileFiltersResource",
profile="string",
action="string",
adom="string",
category="string",
channel="string",
comment="string",
fosid=0,
keyword="string",
log="string",
object_videofilter_profile_filters_id="string",
scopetype="string",
type="string")
const objectVideofilterProfileFiltersResource = new fortimanager.ObjectVideofilterProfileFilters("objectVideofilterProfileFiltersResource", {
profile: "string",
action: "string",
adom: "string",
category: "string",
channel: "string",
comment: "string",
fosid: 0,
keyword: "string",
log: "string",
objectVideofilterProfileFiltersId: "string",
scopetype: "string",
type: "string",
});
type: fortimanager:ObjectVideofilterProfileFilters
properties:
action: string
adom: string
category: string
channel: string
comment: string
fosid: 0
keyword: string
log: string
objectVideofilterProfileFiltersId: string
profile: string
scopetype: string
type: string
ObjectVideofilterProfileFilters 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 ObjectVideofilterProfileFilters resource accepts the following input properties:
- Profile string
- Profile.
- Action string
- Video filter action. Valid values:
block
,monitor
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- FortiGuard category ID.
- Channel string
- Channel ID.
- Comment string
- Comment.
- Fosid double
- ID.
- Keyword string
- Video filter keyword ID.
- Log string
- Enable/disable logging. Valid values:
disable
,enable
. - Object
Videofilter stringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- 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
. - Type string
- Filter type. Valid values:
category
,channel
,title
,description
.
- Profile string
- Profile.
- Action string
- Video filter action. Valid values:
block
,monitor
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- FortiGuard category ID.
- Channel string
- Channel ID.
- Comment string
- Comment.
- Fosid float64
- ID.
- Keyword string
- Video filter keyword ID.
- Log string
- Enable/disable logging. Valid values:
disable
,enable
. - Object
Videofilter stringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- 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
. - Type string
- Filter type. Valid values:
category
,channel
,title
,description
.
- profile String
- Profile.
- action String
- Video filter action. Valid values:
block
,monitor
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- FortiGuard category ID.
- channel String
- Channel ID.
- comment String
- Comment.
- fosid Double
- ID.
- keyword String
- Video filter keyword ID.
- log String
- Enable/disable logging. Valid values:
disable
,enable
. - object
Videofilter StringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- 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
. - type String
- Filter type. Valid values:
category
,channel
,title
,description
.
- profile string
- Profile.
- action string
- Video filter action. Valid values:
block
,monitor
,allow
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category string
- FortiGuard category ID.
- channel string
- Channel ID.
- comment string
- Comment.
- fosid number
- ID.
- keyword string
- Video filter keyword ID.
- log string
- Enable/disable logging. Valid values:
disable
,enable
. - object
Videofilter stringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- 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
. - type string
- Filter type. Valid values:
category
,channel
,title
,description
.
- profile str
- Profile.
- action str
- Video filter action. Valid values:
block
,monitor
,allow
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category str
- FortiGuard category ID.
- channel str
- Channel ID.
- comment str
- Comment.
- fosid float
- ID.
- keyword str
- Video filter keyword ID.
- log str
- Enable/disable logging. Valid values:
disable
,enable
. - object_
videofilter_ strprofile_ filters_ id - an identifier for the resource with format {{fosid}}.
- 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
. - type str
- Filter type. Valid values:
category
,channel
,title
,description
.
- profile String
- Profile.
- action String
- Video filter action. Valid values:
block
,monitor
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- FortiGuard category ID.
- channel String
- Channel ID.
- comment String
- Comment.
- fosid Number
- ID.
- keyword String
- Video filter keyword ID.
- log String
- Enable/disable logging. Valid values:
disable
,enable
. - object
Videofilter StringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- 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
. - type String
- Filter type. Valid values:
category
,channel
,title
,description
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectVideofilterProfileFilters 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 ObjectVideofilterProfileFilters Resource
Get an existing ObjectVideofilterProfileFilters 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?: ObjectVideofilterProfileFiltersState, opts?: CustomResourceOptions): ObjectVideofilterProfileFilters
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
category: Optional[str] = None,
channel: Optional[str] = None,
comment: Optional[str] = None,
fosid: Optional[float] = None,
keyword: Optional[str] = None,
log: Optional[str] = None,
object_videofilter_profile_filters_id: Optional[str] = None,
profile: Optional[str] = None,
scopetype: Optional[str] = None,
type: Optional[str] = None) -> ObjectVideofilterProfileFilters
func GetObjectVideofilterProfileFilters(ctx *Context, name string, id IDInput, state *ObjectVideofilterProfileFiltersState, opts ...ResourceOption) (*ObjectVideofilterProfileFilters, error)
public static ObjectVideofilterProfileFilters Get(string name, Input<string> id, ObjectVideofilterProfileFiltersState? state, CustomResourceOptions? opts = null)
public static ObjectVideofilterProfileFilters get(String name, Output<String> id, ObjectVideofilterProfileFiltersState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectVideofilterProfileFilters 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.
- Action string
- Video filter action. Valid values:
block
,monitor
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- FortiGuard category ID.
- Channel string
- Channel ID.
- Comment string
- Comment.
- Fosid double
- ID.
- Keyword string
- Video filter keyword ID.
- Log string
- Enable/disable logging. Valid values:
disable
,enable
. - Object
Videofilter stringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- Profile string
- Profile.
- 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
. - Type string
- Filter type. Valid values:
category
,channel
,title
,description
.
- Action string
- Video filter action. Valid values:
block
,monitor
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Category string
- FortiGuard category ID.
- Channel string
- Channel ID.
- Comment string
- Comment.
- Fosid float64
- ID.
- Keyword string
- Video filter keyword ID.
- Log string
- Enable/disable logging. Valid values:
disable
,enable
. - Object
Videofilter stringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- Profile string
- Profile.
- 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
. - Type string
- Filter type. Valid values:
category
,channel
,title
,description
.
- action String
- Video filter action. Valid values:
block
,monitor
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- FortiGuard category ID.
- channel String
- Channel ID.
- comment String
- Comment.
- fosid Double
- ID.
- keyword String
- Video filter keyword ID.
- log String
- Enable/disable logging. Valid values:
disable
,enable
. - object
Videofilter StringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- profile String
- Profile.
- 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
. - type String
- Filter type. Valid values:
category
,channel
,title
,description
.
- action string
- Video filter action. Valid values:
block
,monitor
,allow
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category string
- FortiGuard category ID.
- channel string
- Channel ID.
- comment string
- Comment.
- fosid number
- ID.
- keyword string
- Video filter keyword ID.
- log string
- Enable/disable logging. Valid values:
disable
,enable
. - object
Videofilter stringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- profile string
- Profile.
- 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
. - type string
- Filter type. Valid values:
category
,channel
,title
,description
.
- action str
- Video filter action. Valid values:
block
,monitor
,allow
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category str
- FortiGuard category ID.
- channel str
- Channel ID.
- comment str
- Comment.
- fosid float
- ID.
- keyword str
- Video filter keyword ID.
- log str
- Enable/disable logging. Valid values:
disable
,enable
. - object_
videofilter_ strprofile_ filters_ id - an identifier for the resource with format {{fosid}}.
- profile str
- Profile.
- 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
. - type str
- Filter type. Valid values:
category
,channel
,title
,description
.
- action String
- Video filter action. Valid values:
block
,monitor
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - category String
- FortiGuard category ID.
- channel String
- Channel ID.
- comment String
- Comment.
- fosid Number
- ID.
- keyword String
- Video filter keyword ID.
- log String
- Enable/disable logging. Valid values:
disable
,enable
. - object
Videofilter StringProfile Filters Id - an identifier for the resource with format {{fosid}}.
- profile String
- Profile.
- 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
. - type String
- Filter type. Valid values:
category
,channel
,title
,description
.
Import
ObjectVideofilter ProfileFilters can be imported using any of these accepted formats:
Set import_options = [“profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectVideofilterProfileFilters:ObjectVideofilterProfileFilters labelname {{fosid}}
$ 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.