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

fortimanager.ObjectCloudOrchestaws

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    ObjectCloud OrchestAws

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectCloudOrchestaws("trname", {regionName: "us-east-1"});
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectCloudOrchestaws("trname", region_name="us-east-1")
    
    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.NewObjectCloudOrchestaws(ctx, "trname", &fortimanager.ObjectCloudOrchestawsArgs{
    			RegionName: pulumi.String("us-east-1"),
    		})
    		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.ObjectCloudOrchestaws("trname", new()
        {
            RegionName = "us-east-1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectCloudOrchestaws;
    import com.pulumi.fortimanager.ObjectCloudOrchestawsArgs;
    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 ObjectCloudOrchestaws("trname", ObjectCloudOrchestawsArgs.builder()
                .regionName("us-east-1")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectCloudOrchestaws
        properties:
          regionName: us-east-1
    

    Create ObjectCloudOrchestaws Resource

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

    Constructor syntax

    new ObjectCloudOrchestaws(name: string, args?: ObjectCloudOrchestawsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCloudOrchestaws(resource_name: str,
                              args: Optional[ObjectCloudOrchestawsArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCloudOrchestaws(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              adom: Optional[str] = None,
                              connector: Optional[str] = None,
                              name: Optional[str] = None,
                              object_cloud_orchestaws_id: Optional[str] = None,
                              region_name: Optional[str] = None,
                              scopetype: Optional[str] = None,
                              template_configuration: Optional[str] = None)
    func NewObjectCloudOrchestaws(ctx *Context, name string, args *ObjectCloudOrchestawsArgs, opts ...ResourceOption) (*ObjectCloudOrchestaws, error)
    public ObjectCloudOrchestaws(string name, ObjectCloudOrchestawsArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectCloudOrchestaws(String name, ObjectCloudOrchestawsArgs args)
    public ObjectCloudOrchestaws(String name, ObjectCloudOrchestawsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCloudOrchestaws
    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 ObjectCloudOrchestawsArgs
    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 ObjectCloudOrchestawsArgs
    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 ObjectCloudOrchestawsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCloudOrchestawsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCloudOrchestawsArgs
    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 objectCloudOrchestawsResource = new Fortimanager.ObjectCloudOrchestaws("objectCloudOrchestawsResource", new()
    {
        Adom = "string",
        Connector = "string",
        Name = "string",
        ObjectCloudOrchestawsId = "string",
        RegionName = "string",
        Scopetype = "string",
        TemplateConfiguration = "string",
    });
    
    example, err := fortimanager.NewObjectCloudOrchestaws(ctx, "objectCloudOrchestawsResource", &fortimanager.ObjectCloudOrchestawsArgs{
    Adom: pulumi.String("string"),
    Connector: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectCloudOrchestawsId: pulumi.String("string"),
    RegionName: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    TemplateConfiguration: pulumi.String("string"),
    })
    
    var objectCloudOrchestawsResource = new ObjectCloudOrchestaws("objectCloudOrchestawsResource", ObjectCloudOrchestawsArgs.builder()
        .adom("string")
        .connector("string")
        .name("string")
        .objectCloudOrchestawsId("string")
        .regionName("string")
        .scopetype("string")
        .templateConfiguration("string")
        .build());
    
    object_cloud_orchestaws_resource = fortimanager.ObjectCloudOrchestaws("objectCloudOrchestawsResource",
        adom="string",
        connector="string",
        name="string",
        object_cloud_orchestaws_id="string",
        region_name="string",
        scopetype="string",
        template_configuration="string")
    
    const objectCloudOrchestawsResource = new fortimanager.ObjectCloudOrchestaws("objectCloudOrchestawsResource", {
        adom: "string",
        connector: "string",
        name: "string",
        objectCloudOrchestawsId: "string",
        regionName: "string",
        scopetype: "string",
        templateConfiguration: "string",
    });
    
    type: fortimanager:ObjectCloudOrchestaws
    properties:
        adom: string
        connector: string
        name: string
        objectCloudOrchestawsId: string
        regionName: string
        scopetype: string
        templateConfiguration: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Connector string
    Connector.
    Name string
    Name.
    ObjectCloudOrchestawsId string
    an identifier for the resource with format {{name}}.
    RegionName string
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    TemplateConfiguration string
    Template-Configuration.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Connector string
    Connector.
    Name string
    Name.
    ObjectCloudOrchestawsId string
    an identifier for the resource with format {{name}}.
    RegionName string
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    TemplateConfiguration string
    Template-Configuration.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector String
    Connector.
    name String
    Name.
    objectCloudOrchestawsId String
    an identifier for the resource with format {{name}}.
    regionName String
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    templateConfiguration String
    Template-Configuration.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector string
    Connector.
    name string
    Name.
    objectCloudOrchestawsId string
    an identifier for the resource with format {{name}}.
    regionName string
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    templateConfiguration string
    Template-Configuration.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector str
    Connector.
    name str
    Name.
    object_cloud_orchestaws_id str
    an identifier for the resource with format {{name}}.
    region_name str
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    template_configuration str
    Template-Configuration.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector String
    Connector.
    name String
    Name.
    objectCloudOrchestawsId String
    an identifier for the resource with format {{name}}.
    regionName String
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    templateConfiguration String
    Template-Configuration.

    Outputs

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

    Get an existing ObjectCloudOrchestaws 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?: ObjectCloudOrchestawsState, opts?: CustomResourceOptions): ObjectCloudOrchestaws
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            connector: Optional[str] = None,
            name: Optional[str] = None,
            object_cloud_orchestaws_id: Optional[str] = None,
            region_name: Optional[str] = None,
            scopetype: Optional[str] = None,
            template_configuration: Optional[str] = None) -> ObjectCloudOrchestaws
    func GetObjectCloudOrchestaws(ctx *Context, name string, id IDInput, state *ObjectCloudOrchestawsState, opts ...ResourceOption) (*ObjectCloudOrchestaws, error)
    public static ObjectCloudOrchestaws Get(string name, Input<string> id, ObjectCloudOrchestawsState? state, CustomResourceOptions? opts = null)
    public static ObjectCloudOrchestaws get(String name, Output<String> id, ObjectCloudOrchestawsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCloudOrchestaws    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Connector string
    Connector.
    Name string
    Name.
    ObjectCloudOrchestawsId string
    an identifier for the resource with format {{name}}.
    RegionName string
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    TemplateConfiguration string
    Template-Configuration.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Connector string
    Connector.
    Name string
    Name.
    ObjectCloudOrchestawsId string
    an identifier for the resource with format {{name}}.
    RegionName string
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    TemplateConfiguration string
    Template-Configuration.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector String
    Connector.
    name String
    Name.
    objectCloudOrchestawsId String
    an identifier for the resource with format {{name}}.
    regionName String
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    templateConfiguration String
    Template-Configuration.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector string
    Connector.
    name string
    Name.
    objectCloudOrchestawsId string
    an identifier for the resource with format {{name}}.
    regionName string
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    templateConfiguration string
    Template-Configuration.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector str
    Connector.
    name str
    Name.
    object_cloud_orchestaws_id str
    an identifier for the resource with format {{name}}.
    region_name str
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    template_configuration str
    Template-Configuration.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    connector String
    Connector.
    name String
    Name.
    objectCloudOrchestawsId String
    an identifier for the resource with format {{name}}.
    regionName String
    Region-Name. Valid values: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-north-1, eu-south-1, eu-south-2, eu-central-1, eu-central-2, ca-central-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-south-1, ap-south-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, af-south-1, me-central-1, me-south-1, sa-east-1, ap-east-1, us-gov-east-1, us-gov-west-1.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    templateConfiguration String
    Template-Configuration.

    Import

    ObjectCloud OrchestAws can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCloudOrchestaws:ObjectCloudOrchestaws labelname {{name}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev