1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. Automationstitch
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.system.Automationstitch

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Automation stitches.

    Create Automationstitch Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Automationstitch(name: string, args: AutomationstitchArgs, opts?: CustomResourceOptions);
    @overload
    def Automationstitch(resource_name: str,
                         args: AutomationstitchArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def Automationstitch(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         status: Optional[str] = None,
                         trigger: Optional[str] = None,
                         action: Optional[Sequence[AutomationstitchActionArgs]] = None,
                         actions: Optional[Sequence[AutomationstitchActionArgs]] = None,
                         description: Optional[str] = None,
                         destinations: Optional[Sequence[AutomationstitchDestinationArgs]] = None,
                         dynamic_sort_subtable: Optional[str] = None,
                         get_all_tables: Optional[str] = None,
                         name: Optional[str] = None,
                         vdomparam: Optional[str] = None)
    func NewAutomationstitch(ctx *Context, name string, args AutomationstitchArgs, opts ...ResourceOption) (*Automationstitch, error)
    public Automationstitch(string name, AutomationstitchArgs args, CustomResourceOptions? opts = null)
    public Automationstitch(String name, AutomationstitchArgs args)
    public Automationstitch(String name, AutomationstitchArgs args, CustomResourceOptions options)
    
    type: fortios:system:Automationstitch
    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 AutomationstitchArgs
    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 AutomationstitchArgs
    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 AutomationstitchArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutomationstitchArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutomationstitchArgs
    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 automationstitchResource = new Fortios.System.Automationstitch("automationstitchResource", new()
    {
        Status = "string",
        Trigger = "string",
        Action = new[]
        {
            new Fortios.System.Inputs.AutomationstitchActionArgs
            {
                Action = "string",
                Delay = 0,
                Id = 0,
                Required = "string",
            },
        },
        Actions = new[]
        {
            new Fortios.System.Inputs.AutomationstitchActionArgs
            {
                Action = "string",
                Delay = 0,
                Id = 0,
                Required = "string",
            },
        },
        Description = "string",
        Destinations = new[]
        {
            new Fortios.System.Inputs.AutomationstitchDestinationArgs
            {
                Name = "string",
            },
        },
        DynamicSortSubtable = "string",
        GetAllTables = "string",
        Name = "string",
        Vdomparam = "string",
    });
    
    example, err := system.NewAutomationstitch(ctx, "automationstitchResource", &system.AutomationstitchArgs{
    	Status:  pulumi.String("string"),
    	Trigger: pulumi.String("string"),
    	Action: system.AutomationstitchActionArray{
    		&system.AutomationstitchActionArgs{
    			Action:   pulumi.String("string"),
    			Delay:    pulumi.Int(0),
    			Id:       pulumi.Int(0),
    			Required: pulumi.String("string"),
    		},
    	},
    	Actions: system.AutomationstitchActionArray{
    		&system.AutomationstitchActionArgs{
    			Action:   pulumi.String("string"),
    			Delay:    pulumi.Int(0),
    			Id:       pulumi.Int(0),
    			Required: pulumi.String("string"),
    		},
    	},
    	Description: pulumi.String("string"),
    	Destinations: system.AutomationstitchDestinationArray{
    		&system.AutomationstitchDestinationArgs{
    			Name: pulumi.String("string"),
    		},
    	},
    	DynamicSortSubtable: pulumi.String("string"),
    	GetAllTables:        pulumi.String("string"),
    	Name:                pulumi.String("string"),
    	Vdomparam:           pulumi.String("string"),
    })
    
    var automationstitchResource = new Automationstitch("automationstitchResource", AutomationstitchArgs.builder()
        .status("string")
        .trigger("string")
        .action(AutomationstitchActionArgs.builder()
            .action("string")
            .delay(0)
            .id(0)
            .required("string")
            .build())
        .actions(AutomationstitchActionArgs.builder()
            .action("string")
            .delay(0)
            .id(0)
            .required("string")
            .build())
        .description("string")
        .destinations(AutomationstitchDestinationArgs.builder()
            .name("string")
            .build())
        .dynamicSortSubtable("string")
        .getAllTables("string")
        .name("string")
        .vdomparam("string")
        .build());
    
    automationstitch_resource = fortios.system.Automationstitch("automationstitchResource",
        status="string",
        trigger="string",
        action=[fortios.system.AutomationstitchActionArgs(
            action="string",
            delay=0,
            id=0,
            required="string",
        )],
        actions=[fortios.system.AutomationstitchActionArgs(
            action="string",
            delay=0,
            id=0,
            required="string",
        )],
        description="string",
        destinations=[fortios.system.AutomationstitchDestinationArgs(
            name="string",
        )],
        dynamic_sort_subtable="string",
        get_all_tables="string",
        name="string",
        vdomparam="string")
    
    const automationstitchResource = new fortios.system.Automationstitch("automationstitchResource", {
        status: "string",
        trigger: "string",
        action: [{
            action: "string",
            delay: 0,
            id: 0,
            required: "string",
        }],
        actions: [{
            action: "string",
            delay: 0,
            id: 0,
            required: "string",
        }],
        description: "string",
        destinations: [{
            name: "string",
        }],
        dynamicSortSubtable: "string",
        getAllTables: "string",
        name: "string",
        vdomparam: "string",
    });
    
    type: fortios:system:Automationstitch
    properties:
        action:
            - action: string
              delay: 0
              id: 0
              required: string
        actions:
            - action: string
              delay: 0
              id: 0
              required: string
        description: string
        destinations:
            - name: string
        dynamicSortSubtable: string
        getAllTables: string
        name: string
        status: string
        trigger: string
        vdomparam: string
    

    Automationstitch 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 Automationstitch resource accepts the following input properties:

    Status string
    Enable/disable this stitch. Valid values: enable, disable.
    Trigger string
    Trigger name.
    Action List<Pulumiverse.Fortios.System.Inputs.AutomationstitchAction>
    Action names. The structure of action block is documented below.
    Actions List<Pulumiverse.Fortios.System.Inputs.AutomationstitchAction>
    Configure stitch actions. The structure of actions block is documented below.
    Description string
    Description.
    Destinations List<Pulumiverse.Fortios.System.Inputs.AutomationstitchDestination>
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    Name string
    Name.
    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.
    Status string
    Enable/disable this stitch. Valid values: enable, disable.
    Trigger string
    Trigger name.
    Action []AutomationstitchActionArgs
    Action names. The structure of action block is documented below.
    Actions []AutomationstitchActionArgs
    Configure stitch actions. The structure of actions block is documented below.
    Description string
    Description.
    Destinations []AutomationstitchDestinationArgs
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    Name string
    Name.
    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.
    status String
    Enable/disable this stitch. Valid values: enable, disable.
    trigger String
    Trigger name.
    action List<AutomationstitchAction>
    Action names. The structure of action block is documented below.
    actions List<AutomationstitchAction>
    Configure stitch actions. The structure of actions block is documented below.
    description String
    Description.
    destinations List<AutomationstitchDestination>
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name String
    Name.
    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.
    status string
    Enable/disable this stitch. Valid values: enable, disable.
    trigger string
    Trigger name.
    action AutomationstitchAction[]
    Action names. The structure of action block is documented below.
    actions AutomationstitchAction[]
    Configure stitch actions. The structure of actions block is documented below.
    description string
    Description.
    destinations AutomationstitchDestination[]
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name string
    Name.
    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.
    status str
    Enable/disable this stitch. Valid values: enable, disable.
    trigger str
    Trigger name.
    action Sequence[AutomationstitchActionArgs]
    Action names. The structure of action block is documented below.
    actions Sequence[AutomationstitchActionArgs]
    Configure stitch actions. The structure of actions block is documented below.
    description str
    Description.
    destinations Sequence[AutomationstitchDestinationArgs]
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamic_sort_subtable str
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name str
    Name.
    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.
    status String
    Enable/disable this stitch. Valid values: enable, disable.
    trigger String
    Trigger name.
    action List<Property Map>
    Action names. The structure of action block is documented below.
    actions List<Property Map>
    Configure stitch actions. The structure of actions block is documented below.
    description String
    Description.
    destinations List<Property Map>
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name String
    Name.
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Automationstitch 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 Automationstitch Resource

    Get an existing Automationstitch 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?: AutomationstitchState, opts?: CustomResourceOptions): Automationstitch
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[Sequence[AutomationstitchActionArgs]] = None,
            actions: Optional[Sequence[AutomationstitchActionArgs]] = None,
            description: Optional[str] = None,
            destinations: Optional[Sequence[AutomationstitchDestinationArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            get_all_tables: Optional[str] = None,
            name: Optional[str] = None,
            status: Optional[str] = None,
            trigger: Optional[str] = None,
            vdomparam: Optional[str] = None) -> Automationstitch
    func GetAutomationstitch(ctx *Context, name string, id IDInput, state *AutomationstitchState, opts ...ResourceOption) (*Automationstitch, error)
    public static Automationstitch Get(string name, Input<string> id, AutomationstitchState? state, CustomResourceOptions? opts = null)
    public static Automationstitch get(String name, Output<String> id, AutomationstitchState 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.
    The following state arguments are supported:
    Action List<Pulumiverse.Fortios.System.Inputs.AutomationstitchAction>
    Action names. The structure of action block is documented below.
    Actions List<Pulumiverse.Fortios.System.Inputs.AutomationstitchAction>
    Configure stitch actions. The structure of actions block is documented below.
    Description string
    Description.
    Destinations List<Pulumiverse.Fortios.System.Inputs.AutomationstitchDestination>
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    Name string
    Name.
    Status string
    Enable/disable this stitch. Valid values: enable, disable.
    Trigger string
    Trigger name.
    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.
    Action []AutomationstitchActionArgs
    Action names. The structure of action block is documented below.
    Actions []AutomationstitchActionArgs
    Configure stitch actions. The structure of actions block is documented below.
    Description string
    Description.
    Destinations []AutomationstitchDestinationArgs
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    Name string
    Name.
    Status string
    Enable/disable this stitch. Valid values: enable, disable.
    Trigger string
    Trigger name.
    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.
    action List<AutomationstitchAction>
    Action names. The structure of action block is documented below.
    actions List<AutomationstitchAction>
    Configure stitch actions. The structure of actions block is documented below.
    description String
    Description.
    destinations List<AutomationstitchDestination>
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name String
    Name.
    status String
    Enable/disable this stitch. Valid values: enable, disable.
    trigger String
    Trigger name.
    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.
    action AutomationstitchAction[]
    Action names. The structure of action block is documented below.
    actions AutomationstitchAction[]
    Configure stitch actions. The structure of actions block is documented below.
    description string
    Description.
    destinations AutomationstitchDestination[]
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name string
    Name.
    status string
    Enable/disable this stitch. Valid values: enable, disable.
    trigger string
    Trigger name.
    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.
    action Sequence[AutomationstitchActionArgs]
    Action names. The structure of action block is documented below.
    actions Sequence[AutomationstitchActionArgs]
    Configure stitch actions. The structure of actions block is documented below.
    description str
    Description.
    destinations Sequence[AutomationstitchDestinationArgs]
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamic_sort_subtable str
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name str
    Name.
    status str
    Enable/disable this stitch. Valid values: enable, disable.
    trigger str
    Trigger name.
    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.
    action List<Property Map>
    Action names. The structure of action block is documented below.
    actions List<Property Map>
    Configure stitch actions. The structure of actions block is documented below.
    description String
    Description.
    destinations List<Property Map>
    Serial number/HA group-name of destination devices. The structure of destination block is documented below.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    name String
    Name.
    status String
    Enable/disable this stitch. Valid values: enable, disable.
    trigger String
    Trigger name.
    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.

    Supporting Types

    AutomationstitchAction, AutomationstitchActionArgs

    Action string
    Action name.
    Delay int
    Delay before execution (in seconds).
    Id int
    Entry ID.
    Required string
    Required in action chain. Valid values: enable, disable.
    Action string
    Action name.
    Delay int
    Delay before execution (in seconds).
    Id int
    Entry ID.
    Required string
    Required in action chain. Valid values: enable, disable.
    action String
    Action name.
    delay Integer
    Delay before execution (in seconds).
    id Integer
    Entry ID.
    required String
    Required in action chain. Valid values: enable, disable.
    action string
    Action name.
    delay number
    Delay before execution (in seconds).
    id number
    Entry ID.
    required string
    Required in action chain. Valid values: enable, disable.
    action str
    Action name.
    delay int
    Delay before execution (in seconds).
    id int
    Entry ID.
    required str
    Required in action chain. Valid values: enable, disable.
    action String
    Action name.
    delay Number
    Delay before execution (in seconds).
    id Number
    Entry ID.
    required String
    Required in action chain. Valid values: enable, disable.

    AutomationstitchDestination, AutomationstitchDestinationArgs

    Name string
    Destination name.
    Name string
    Destination name.
    name String
    Destination name.
    name string
    Destination name.
    name str
    Destination name.
    name String
    Destination name.

    Import

    System AutomationStitch can be imported using any of these accepted formats:

    $ pulumi import fortios:system/automationstitch:Automationstitch labelname {{name}}
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:system/automationstitch:Automationstitch 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.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse