fortimanager.SecurityconsolePackageCancelInstall
Explore with Pulumi AI
Import
Securityconsole PackageCancelInstall can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/securityconsolePackageCancelInstall:SecurityconsolePackageCancelInstall labelname SecurityconsolePackageCancelInstall
$ unset “FORTIMANAGER_IMPORT_TABLE”
Create SecurityconsolePackageCancelInstall Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SecurityconsolePackageCancelInstall(name: string, args?: SecurityconsolePackageCancelInstallArgs, opts?: CustomResourceOptions);
@overload
def SecurityconsolePackageCancelInstall(resource_name: str,
args: Optional[SecurityconsolePackageCancelInstallArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SecurityconsolePackageCancelInstall(resource_name: str,
opts: Optional[ResourceOptions] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
securityconsole_package_cancel_install_id: Optional[str] = None)
func NewSecurityconsolePackageCancelInstall(ctx *Context, name string, args *SecurityconsolePackageCancelInstallArgs, opts ...ResourceOption) (*SecurityconsolePackageCancelInstall, error)
public SecurityconsolePackageCancelInstall(string name, SecurityconsolePackageCancelInstallArgs? args = null, CustomResourceOptions? opts = null)
public SecurityconsolePackageCancelInstall(String name, SecurityconsolePackageCancelInstallArgs args)
public SecurityconsolePackageCancelInstall(String name, SecurityconsolePackageCancelInstallArgs args, CustomResourceOptions options)
type: fortimanager:SecurityconsolePackageCancelInstall
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 SecurityconsolePackageCancelInstallArgs
- 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 SecurityconsolePackageCancelInstallArgs
- 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 SecurityconsolePackageCancelInstallArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecurityconsolePackageCancelInstallArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SecurityconsolePackageCancelInstallArgs
- 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 securityconsolePackageCancelInstallResource = new Fortimanager.SecurityconsolePackageCancelInstall("securityconsolePackageCancelInstallResource", new()
{
Fmgadom = "string",
ForceRecreate = "string",
SecurityconsolePackageCancelInstallId = "string",
});
example, err := fortimanager.NewSecurityconsolePackageCancelInstall(ctx, "securityconsolePackageCancelInstallResource", &fortimanager.SecurityconsolePackageCancelInstallArgs{
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
SecurityconsolePackageCancelInstallId: pulumi.String("string"),
})
var securityconsolePackageCancelInstallResource = new SecurityconsolePackageCancelInstall("securityconsolePackageCancelInstallResource", SecurityconsolePackageCancelInstallArgs.builder()
.fmgadom("string")
.forceRecreate("string")
.securityconsolePackageCancelInstallId("string")
.build());
securityconsole_package_cancel_install_resource = fortimanager.SecurityconsolePackageCancelInstall("securityconsolePackageCancelInstallResource",
fmgadom="string",
force_recreate="string",
securityconsole_package_cancel_install_id="string")
const securityconsolePackageCancelInstallResource = new fortimanager.SecurityconsolePackageCancelInstall("securityconsolePackageCancelInstallResource", {
fmgadom: "string",
forceRecreate: "string",
securityconsolePackageCancelInstallId: "string",
});
type: fortimanager:SecurityconsolePackageCancelInstall
properties:
fmgadom: string
forceRecreate: string
securityconsolePackageCancelInstallId: string
SecurityconsolePackageCancelInstall 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 SecurityconsolePackageCancelInstall resource accepts the following input properties:
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Securityconsole
Package stringCancel Install Id - an identifier for the resource.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Securityconsole
Package stringCancel Install Id - an identifier for the resource.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- securityconsole
Package StringCancel Install Id - an identifier for the resource.
- fmgadom string
- Source ADOM name.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- securityconsole
Package stringCancel Install Id - 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_
package_ strcancel_ install_ id - an identifier for the resource.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- securityconsole
Package StringCancel Install Id - an identifier for the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the SecurityconsolePackageCancelInstall 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 SecurityconsolePackageCancelInstall Resource
Get an existing SecurityconsolePackageCancelInstall 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?: SecurityconsolePackageCancelInstallState, opts?: CustomResourceOptions): SecurityconsolePackageCancelInstall
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
securityconsole_package_cancel_install_id: Optional[str] = None) -> SecurityconsolePackageCancelInstall
func GetSecurityconsolePackageCancelInstall(ctx *Context, name string, id IDInput, state *SecurityconsolePackageCancelInstallState, opts ...ResourceOption) (*SecurityconsolePackageCancelInstall, error)
public static SecurityconsolePackageCancelInstall Get(string name, Input<string> id, SecurityconsolePackageCancelInstallState? state, CustomResourceOptions? opts = null)
public static SecurityconsolePackageCancelInstall get(String name, Output<String> id, SecurityconsolePackageCancelInstallState state, CustomResourceOptions options)
resources: _: type: fortimanager:SecurityconsolePackageCancelInstall 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.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Securityconsole
Package stringCancel Install Id - an identifier for the resource.
- Fmgadom string
- Source ADOM name.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Securityconsole
Package stringCancel Install Id - an identifier for the resource.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- securityconsole
Package StringCancel Install Id - an identifier for the resource.
- fmgadom string
- Source ADOM name.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- securityconsole
Package stringCancel Install Id - 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_
package_ strcancel_ install_ id - an identifier for the resource.
- fmgadom String
- Source ADOM name.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- securityconsole
Package StringCancel Install Id - 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.