1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SecurityconsoleAbort
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SecurityconsoleAbort

Explore with Pulumi AI

Import

Securityconsole Abort can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/securityconsoleAbort:SecurityconsoleAbort labelname SecurityconsoleAbort
Copy

$ unset “FORTIMANAGER_IMPORT_TABLE”

Create SecurityconsoleAbort Resource

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

Constructor syntax

new SecurityconsoleAbort(name: string, args?: SecurityconsoleAbortArgs, opts?: CustomResourceOptions);
@overload
def SecurityconsoleAbort(resource_name: str,
                         args: Optional[SecurityconsoleAbortArgs] = None,
                         opts: Optional[ResourceOptions] = None)

@overload
def SecurityconsoleAbort(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         fmgadom: Optional[str] = None,
                         force_recreate: Optional[str] = None,
                         securityconsole_abort_id: Optional[str] = None)
func NewSecurityconsoleAbort(ctx *Context, name string, args *SecurityconsoleAbortArgs, opts ...ResourceOption) (*SecurityconsoleAbort, error)
public SecurityconsoleAbort(string name, SecurityconsoleAbortArgs? args = null, CustomResourceOptions? opts = null)
public SecurityconsoleAbort(String name, SecurityconsoleAbortArgs args)
public SecurityconsoleAbort(String name, SecurityconsoleAbortArgs args, CustomResourceOptions options)
type: fortimanager:SecurityconsoleAbort
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args SecurityconsoleAbortArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args SecurityconsoleAbortArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args SecurityconsoleAbortArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args SecurityconsoleAbortArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SecurityconsoleAbortArgs
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 securityconsoleAbortResource = new Fortimanager.SecurityconsoleAbort("securityconsoleAbortResource", new()
{
    Fmgadom = "string",
    ForceRecreate = "string",
    SecurityconsoleAbortId = "string",
});
Copy
example, err := fortimanager.NewSecurityconsoleAbort(ctx, "securityconsoleAbortResource", &fortimanager.SecurityconsoleAbortArgs{
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
SecurityconsoleAbortId: pulumi.String("string"),
})
Copy
var securityconsoleAbortResource = new SecurityconsoleAbort("securityconsoleAbortResource", SecurityconsoleAbortArgs.builder()
    .fmgadom("string")
    .forceRecreate("string")
    .securityconsoleAbortId("string")
    .build());
Copy
securityconsole_abort_resource = fortimanager.SecurityconsoleAbort("securityconsoleAbortResource",
    fmgadom="string",
    force_recreate="string",
    securityconsole_abort_id="string")
Copy
const securityconsoleAbortResource = new fortimanager.SecurityconsoleAbort("securityconsoleAbortResource", {
    fmgadom: "string",
    forceRecreate: "string",
    securityconsoleAbortId: "string",
});
Copy
type: fortimanager:SecurityconsoleAbort
properties:
    fmgadom: string
    forceRecreate: string
    securityconsoleAbortId: string
Copy

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

Fmgadom string
Source ADOM name.
ForceRecreate string
The argument is optional, if it is set, when the value changes, the resource will be re-created.
SecurityconsoleAbortId string
an identifier for the resource.
Fmgadom string
Source ADOM name.
ForceRecreate string
The argument is optional, if it is set, when the value changes, the resource will be re-created.
SecurityconsoleAbortId string
an identifier for the resource.
fmgadom String
Source ADOM name.
forceRecreate String
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsoleAbortId String
an identifier for the resource.
fmgadom string
Source ADOM name.
forceRecreate string
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsoleAbortId string
an identifier for the resource.
fmgadom str
Source ADOM name.
force_recreate str
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsole_abort_id str
an identifier for the resource.
fmgadom String
Source ADOM name.
forceRecreate String
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsoleAbortId String
an identifier for the resource.

Outputs

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

Get an existing SecurityconsoleAbort 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?: SecurityconsoleAbortState, opts?: CustomResourceOptions): SecurityconsoleAbort
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        fmgadom: Optional[str] = None,
        force_recreate: Optional[str] = None,
        securityconsole_abort_id: Optional[str] = None) -> SecurityconsoleAbort
func GetSecurityconsoleAbort(ctx *Context, name string, id IDInput, state *SecurityconsoleAbortState, opts ...ResourceOption) (*SecurityconsoleAbort, error)
public static SecurityconsoleAbort Get(string name, Input<string> id, SecurityconsoleAbortState? state, CustomResourceOptions? opts = null)
public static SecurityconsoleAbort get(String name, Output<String> id, SecurityconsoleAbortState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:SecurityconsoleAbort    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Fmgadom string
Source ADOM name.
ForceRecreate string
The argument is optional, if it is set, when the value changes, the resource will be re-created.
SecurityconsoleAbortId string
an identifier for the resource.
Fmgadom string
Source ADOM name.
ForceRecreate string
The argument is optional, if it is set, when the value changes, the resource will be re-created.
SecurityconsoleAbortId string
an identifier for the resource.
fmgadom String
Source ADOM name.
forceRecreate String
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsoleAbortId String
an identifier for the resource.
fmgadom string
Source ADOM name.
forceRecreate string
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsoleAbortId string
an identifier for the resource.
fmgadom str
Source ADOM name.
force_recreate str
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsole_abort_id str
an identifier for the resource.
fmgadom String
Source ADOM name.
forceRecreate String
The argument is optional, if it is set, when the value changes, the resource will be re-created.
securityconsoleAbortId String
an identifier for the resource.

Package Details

Repository
fortimanager fortinetdev/terraform-provider-fortimanager
License
Notes
This Pulumi package is based on the fortimanager Terraform Provider.