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

fortimanager.ObjectCloudOrchestawsconnector

Explore with Pulumi AI

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

    ObjectCloud OrchestAwsconnector

    Create ObjectCloudOrchestawsconnector Resource

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

    Constructor syntax

    new ObjectCloudOrchestawsconnector(name: string, args?: ObjectCloudOrchestawsconnectorArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCloudOrchestawsconnector(resource_name: str,
                                       args: Optional[ObjectCloudOrchestawsconnectorArgs] = None,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCloudOrchestawsconnector(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       access_key_id: Optional[str] = None,
                                       access_key_secrets: Optional[Sequence[str]] = None,
                                       adom: Optional[str] = None,
                                       name: Optional[str] = None,
                                       object_cloud_orchestawsconnector_id: Optional[str] = None,
                                       scopetype: Optional[str] = None,
                                       use_metadata_iam: Optional[str] = None)
    func NewObjectCloudOrchestawsconnector(ctx *Context, name string, args *ObjectCloudOrchestawsconnectorArgs, opts ...ResourceOption) (*ObjectCloudOrchestawsconnector, error)
    public ObjectCloudOrchestawsconnector(string name, ObjectCloudOrchestawsconnectorArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectCloudOrchestawsconnector(String name, ObjectCloudOrchestawsconnectorArgs args)
    public ObjectCloudOrchestawsconnector(String name, ObjectCloudOrchestawsconnectorArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCloudOrchestawsconnector
    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 ObjectCloudOrchestawsconnectorArgs
    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 ObjectCloudOrchestawsconnectorArgs
    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 ObjectCloudOrchestawsconnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCloudOrchestawsconnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCloudOrchestawsconnectorArgs
    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 objectCloudOrchestawsconnectorResource = new Fortimanager.ObjectCloudOrchestawsconnector("objectCloudOrchestawsconnectorResource", new()
    {
        AccessKeyId = "string",
        AccessKeySecrets = new[]
        {
            "string",
        },
        Adom = "string",
        Name = "string",
        ObjectCloudOrchestawsconnectorId = "string",
        Scopetype = "string",
        UseMetadataIam = "string",
    });
    
    example, err := fortimanager.NewObjectCloudOrchestawsconnector(ctx, "objectCloudOrchestawsconnectorResource", &fortimanager.ObjectCloudOrchestawsconnectorArgs{
    AccessKeyId: pulumi.String("string"),
    AccessKeySecrets: pulumi.StringArray{
    pulumi.String("string"),
    },
    Adom: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectCloudOrchestawsconnectorId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    UseMetadataIam: pulumi.String("string"),
    })
    
    var objectCloudOrchestawsconnectorResource = new ObjectCloudOrchestawsconnector("objectCloudOrchestawsconnectorResource", ObjectCloudOrchestawsconnectorArgs.builder()
        .accessKeyId("string")
        .accessKeySecrets("string")
        .adom("string")
        .name("string")
        .objectCloudOrchestawsconnectorId("string")
        .scopetype("string")
        .useMetadataIam("string")
        .build());
    
    object_cloud_orchestawsconnector_resource = fortimanager.ObjectCloudOrchestawsconnector("objectCloudOrchestawsconnectorResource",
        access_key_id="string",
        access_key_secrets=["string"],
        adom="string",
        name="string",
        object_cloud_orchestawsconnector_id="string",
        scopetype="string",
        use_metadata_iam="string")
    
    const objectCloudOrchestawsconnectorResource = new fortimanager.ObjectCloudOrchestawsconnector("objectCloudOrchestawsconnectorResource", {
        accessKeyId: "string",
        accessKeySecrets: ["string"],
        adom: "string",
        name: "string",
        objectCloudOrchestawsconnectorId: "string",
        scopetype: "string",
        useMetadataIam: "string",
    });
    
    type: fortimanager:ObjectCloudOrchestawsconnector
    properties:
        accessKeyId: string
        accessKeySecrets:
            - string
        adom: string
        name: string
        objectCloudOrchestawsconnectorId: string
        scopetype: string
        useMetadataIam: string
    

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

    AccessKeyId string
    Access-Key-Id.
    AccessKeySecrets List<string>
    Access-Key-Secret.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    Name.
    ObjectCloudOrchestawsconnectorId string
    an identifier for the resource with format {{name}}.
    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.
    UseMetadataIam string
    Use-Metadata-Iam. Valid values: disable, enable.
    AccessKeyId string
    Access-Key-Id.
    AccessKeySecrets []string
    Access-Key-Secret.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    Name.
    ObjectCloudOrchestawsconnectorId string
    an identifier for the resource with format {{name}}.
    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.
    UseMetadataIam string
    Use-Metadata-Iam. Valid values: disable, enable.
    accessKeyId String
    Access-Key-Id.
    accessKeySecrets List<String>
    Access-Key-Secret.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    Name.
    objectCloudOrchestawsconnectorId String
    an identifier for the resource with format {{name}}.
    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.
    useMetadataIam String
    Use-Metadata-Iam. Valid values: disable, enable.
    accessKeyId string
    Access-Key-Id.
    accessKeySecrets string[]
    Access-Key-Secret.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name string
    Name.
    objectCloudOrchestawsconnectorId string
    an identifier for the resource with format {{name}}.
    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.
    useMetadataIam string
    Use-Metadata-Iam. Valid values: disable, enable.
    access_key_id str
    Access-Key-Id.
    access_key_secrets Sequence[str]
    Access-Key-Secret.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name str
    Name.
    object_cloud_orchestawsconnector_id str
    an identifier for the resource with format {{name}}.
    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.
    use_metadata_iam str
    Use-Metadata-Iam. Valid values: disable, enable.
    accessKeyId String
    Access-Key-Id.
    accessKeySecrets List<String>
    Access-Key-Secret.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    Name.
    objectCloudOrchestawsconnectorId String
    an identifier for the resource with format {{name}}.
    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.
    useMetadataIam String
    Use-Metadata-Iam. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectCloudOrchestawsconnector 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?: ObjectCloudOrchestawsconnectorState, opts?: CustomResourceOptions): ObjectCloudOrchestawsconnector
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_key_id: Optional[str] = None,
            access_key_secrets: Optional[Sequence[str]] = None,
            adom: Optional[str] = None,
            name: Optional[str] = None,
            object_cloud_orchestawsconnector_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            use_metadata_iam: Optional[str] = None) -> ObjectCloudOrchestawsconnector
    func GetObjectCloudOrchestawsconnector(ctx *Context, name string, id IDInput, state *ObjectCloudOrchestawsconnectorState, opts ...ResourceOption) (*ObjectCloudOrchestawsconnector, error)
    public static ObjectCloudOrchestawsconnector Get(string name, Input<string> id, ObjectCloudOrchestawsconnectorState? state, CustomResourceOptions? opts = null)
    public static ObjectCloudOrchestawsconnector get(String name, Output<String> id, ObjectCloudOrchestawsconnectorState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCloudOrchestawsconnector    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:
    AccessKeyId string
    Access-Key-Id.
    AccessKeySecrets List<string>
    Access-Key-Secret.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    Name.
    ObjectCloudOrchestawsconnectorId string
    an identifier for the resource with format {{name}}.
    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.
    UseMetadataIam string
    Use-Metadata-Iam. Valid values: disable, enable.
    AccessKeyId string
    Access-Key-Id.
    AccessKeySecrets []string
    Access-Key-Secret.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Name string
    Name.
    ObjectCloudOrchestawsconnectorId string
    an identifier for the resource with format {{name}}.
    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.
    UseMetadataIam string
    Use-Metadata-Iam. Valid values: disable, enable.
    accessKeyId String
    Access-Key-Id.
    accessKeySecrets List<String>
    Access-Key-Secret.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    Name.
    objectCloudOrchestawsconnectorId String
    an identifier for the resource with format {{name}}.
    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.
    useMetadataIam String
    Use-Metadata-Iam. Valid values: disable, enable.
    accessKeyId string
    Access-Key-Id.
    accessKeySecrets string[]
    Access-Key-Secret.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name string
    Name.
    objectCloudOrchestawsconnectorId string
    an identifier for the resource with format {{name}}.
    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.
    useMetadataIam string
    Use-Metadata-Iam. Valid values: disable, enable.
    access_key_id str
    Access-Key-Id.
    access_key_secrets Sequence[str]
    Access-Key-Secret.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name str
    Name.
    object_cloud_orchestawsconnector_id str
    an identifier for the resource with format {{name}}.
    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.
    use_metadata_iam str
    Use-Metadata-Iam. Valid values: disable, enable.
    accessKeyId String
    Access-Key-Id.
    accessKeySecrets List<String>
    Access-Key-Secret.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    name String
    Name.
    objectCloudOrchestawsconnectorId String
    an identifier for the resource with format {{name}}.
    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.
    useMetadataIam String
    Use-Metadata-Iam. Valid values: disable, enable.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCloudOrchestawsconnector:ObjectCloudOrchestawsconnector 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