fortimanager.ObjectCloudOrchestawsconnector
Explore with Pulumi AI
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:
- Access
Key stringId - Access-Key-Id.
- Access
Key List<string>Secrets - Access-Key-Secret.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Cloud stringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Use
Metadata stringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- Access
Key stringId - Access-Key-Id.
- Access
Key []stringSecrets - Access-Key-Secret.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Cloud stringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Use
Metadata stringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access
Key StringId - Access-Key-Id.
- access
Key List<String>Secrets - Access-Key-Secret.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Cloud StringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use
Metadata StringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access
Key stringId - Access-Key-Id.
- access
Key string[]Secrets - Access-Key-Secret.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name string
- Name.
- object
Cloud stringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use
Metadata stringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access_
key_ strid - Access-Key-Id.
- access_
key_ Sequence[str]secrets - Access-Key-Secret.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name str
- Name.
- object_
cloud_ strorchestawsconnector_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use_
metadata_ striam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access
Key StringId - Access-Key-Id.
- access
Key List<String>Secrets - Access-Key-Secret.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Cloud StringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use
Metadata StringIam - 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.
- Access
Key stringId - Access-Key-Id.
- Access
Key List<string>Secrets - Access-Key-Secret.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Cloud stringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Use
Metadata stringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- Access
Key stringId - Access-Key-Id.
- Access
Key []stringSecrets - Access-Key-Secret.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Name string
- Name.
- Object
Cloud stringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Use
Metadata stringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access
Key StringId - Access-Key-Id.
- access
Key List<String>Secrets - Access-Key-Secret.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Cloud StringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use
Metadata StringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access
Key stringId - Access-Key-Id.
- access
Key string[]Secrets - Access-Key-Secret.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name string
- Name.
- object
Cloud stringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use
Metadata stringIam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access_
key_ strid - Access-Key-Id.
- access_
key_ Sequence[str]secrets - Access-Key-Secret.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name str
- Name.
- object_
cloud_ strorchestawsconnector_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use_
metadata_ striam - Use-Metadata-Iam. Valid values:
disable
,enable
.
- access
Key StringId - Access-Key-Id.
- access
Key List<String>Secrets - Access-Key-Secret.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - name String
- Name.
- object
Cloud StringOrchestawsconnector Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - use
Metadata StringIam - 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.