splight.Connector
Explore with Pulumi AI
Example Usage
Create Connector Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Connector(name: string, args: ConnectorArgs, opts?: CustomResourceOptions);
@overload
def Connector(resource_name: str,
args: ConnectorArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Connector(resource_name: str,
opts: Optional[ResourceOptions] = None,
version: Optional[str] = None,
description: Optional[str] = None,
inputs: Optional[Sequence[ConnectorInputArgs]] = None,
log_level: Optional[str] = None,
machine_instance_size: Optional[str] = None,
name: Optional[str] = None,
node: Optional[str] = None,
restart_policy: Optional[str] = None,
tags: Optional[Sequence[ConnectorTagArgs]] = None)
func NewConnector(ctx *Context, name string, args ConnectorArgs, opts ...ResourceOption) (*Connector, error)
public Connector(string name, ConnectorArgs args, CustomResourceOptions? opts = null)
public Connector(String name, ConnectorArgs args)
public Connector(String name, ConnectorArgs args, CustomResourceOptions options)
type: splight:Connector
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 ConnectorArgs
- 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 ConnectorArgs
- 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 ConnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectorArgs
- 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 connectorResource = new Splight.Connector("connectorResource", new()
{
Version = "string",
Description = "string",
Inputs = new[]
{
new Splight.Inputs.ConnectorInputArgs
{
Name = "string",
Type = "string",
Description = "string",
Multiple = false,
Required = false,
Sensitive = false,
Value = "string",
},
},
LogLevel = "string",
MachineInstanceSize = "string",
Name = "string",
Node = "string",
RestartPolicy = "string",
Tags = new[]
{
new Splight.Inputs.ConnectorTagArgs
{
Id = "string",
Name = "string",
},
},
});
example, err := splight.NewConnector(ctx, "connectorResource", &splight.ConnectorArgs{
Version: pulumi.String("string"),
Description: pulumi.String("string"),
Inputs: splight.ConnectorInputTypeArray{
&splight.ConnectorInputTypeArgs{
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Description: pulumi.String("string"),
Multiple: pulumi.Bool(false),
Required: pulumi.Bool(false),
Sensitive: pulumi.Bool(false),
Value: pulumi.String("string"),
},
},
LogLevel: pulumi.String("string"),
MachineInstanceSize: pulumi.String("string"),
Name: pulumi.String("string"),
Node: pulumi.String("string"),
RestartPolicy: pulumi.String("string"),
Tags: splight.ConnectorTagArray{
&splight.ConnectorTagArgs{
Id: pulumi.String("string"),
Name: pulumi.String("string"),
},
},
})
var connectorResource = new Connector("connectorResource", ConnectorArgs.builder()
.version("string")
.description("string")
.inputs(ConnectorInputArgs.builder()
.name("string")
.type("string")
.description("string")
.multiple(false)
.required(false)
.sensitive(false)
.value("string")
.build())
.logLevel("string")
.machineInstanceSize("string")
.name("string")
.node("string")
.restartPolicy("string")
.tags(ConnectorTagArgs.builder()
.id("string")
.name("string")
.build())
.build());
connector_resource = splight.Connector("connectorResource",
version="string",
description="string",
inputs=[{
"name": "string",
"type": "string",
"description": "string",
"multiple": False,
"required": False,
"sensitive": False,
"value": "string",
}],
log_level="string",
machine_instance_size="string",
name="string",
node="string",
restart_policy="string",
tags=[{
"id": "string",
"name": "string",
}])
const connectorResource = new splight.Connector("connectorResource", {
version: "string",
description: "string",
inputs: [{
name: "string",
type: "string",
description: "string",
multiple: false,
required: false,
sensitive: false,
value: "string",
}],
logLevel: "string",
machineInstanceSize: "string",
name: "string",
node: "string",
restartPolicy: "string",
tags: [{
id: "string",
name: "string",
}],
});
type: splight:Connector
properties:
description: string
inputs:
- description: string
multiple: false
name: string
required: false
sensitive: false
type: string
value: string
logLevel: string
machineInstanceSize: string
name: string
node: string
restartPolicy: string
tags:
- id: string
name: string
version: string
Connector 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 Connector resource accepts the following input properties:
- Version string
- [NAME-VERSION] the version of the hub connector
- Description string
- optional description to add details of the resource
- Inputs
List<Splight.
Splight. Inputs. Connector Input> - static config parameters of the routine
- Log
Level string - log level of the connector
- Machine
Instance stringSize - instance size
- Name string
- the name of the connector to be created
- Node string
- id of the compute node where the connector runs
- Restart
Policy string - restart policy of the connector
- List<Splight.
Splight. Inputs. Connector Tag> - tags of the resource
- Version string
- [NAME-VERSION] the version of the hub connector
- Description string
- optional description to add details of the resource
- Inputs
[]Connector
Input Type Args - static config parameters of the routine
- Log
Level string - log level of the connector
- Machine
Instance stringSize - instance size
- Name string
- the name of the connector to be created
- Node string
- id of the compute node where the connector runs
- Restart
Policy string - restart policy of the connector
- []Connector
Tag Args - tags of the resource
- version String
- [NAME-VERSION] the version of the hub connector
- description String
- optional description to add details of the resource
- inputs
List<Connector
Input> - static config parameters of the routine
- log
Level String - log level of the connector
- machine
Instance StringSize - instance size
- name String
- the name of the connector to be created
- node String
- id of the compute node where the connector runs
- restart
Policy String - restart policy of the connector
- List<Connector
Tag> - tags of the resource
- version string
- [NAME-VERSION] the version of the hub connector
- description string
- optional description to add details of the resource
- inputs
Connector
Input[] - static config parameters of the routine
- log
Level string - log level of the connector
- machine
Instance stringSize - instance size
- name string
- the name of the connector to be created
- node string
- id of the compute node where the connector runs
- restart
Policy string - restart policy of the connector
- Connector
Tag[] - tags of the resource
- version str
- [NAME-VERSION] the version of the hub connector
- description str
- optional description to add details of the resource
- inputs
Sequence[Connector
Input Args] - static config parameters of the routine
- log_
level str - log level of the connector
- machine_
instance_ strsize - instance size
- name str
- the name of the connector to be created
- node str
- id of the compute node where the connector runs
- restart_
policy str - restart policy of the connector
- Sequence[Connector
Tag Args] - tags of the resource
- version String
- [NAME-VERSION] the version of the hub connector
- description String
- optional description to add details of the resource
- inputs List<Property Map>
- static config parameters of the routine
- log
Level String - log level of the connector
- machine
Instance StringSize - instance size
- name String
- the name of the connector to be created
- node String
- id of the compute node where the connector runs
- restart
Policy String - restart policy of the connector
- List<Property Map>
- tags of the resource
Outputs
All input properties are implicitly available as output properties. Additionally, the Connector 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 Connector Resource
Get an existing Connector 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?: ConnectorState, opts?: CustomResourceOptions): Connector
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
inputs: Optional[Sequence[ConnectorInputArgs]] = None,
log_level: Optional[str] = None,
machine_instance_size: Optional[str] = None,
name: Optional[str] = None,
node: Optional[str] = None,
restart_policy: Optional[str] = None,
tags: Optional[Sequence[ConnectorTagArgs]] = None,
version: Optional[str] = None) -> Connector
func GetConnector(ctx *Context, name string, id IDInput, state *ConnectorState, opts ...ResourceOption) (*Connector, error)
public static Connector Get(string name, Input<string> id, ConnectorState? state, CustomResourceOptions? opts = null)
public static Connector get(String name, Output<String> id, ConnectorState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Description string
- optional description to add details of the resource
- Inputs
List<Splight.
Splight. Inputs. Connector Input> - static config parameters of the routine
- Log
Level string - log level of the connector
- Machine
Instance stringSize - instance size
- Name string
- the name of the connector to be created
- Node string
- id of the compute node where the connector runs
- Restart
Policy string - restart policy of the connector
- List<Splight.
Splight. Inputs. Connector Tag> - tags of the resource
- Version string
- [NAME-VERSION] the version of the hub connector
- Description string
- optional description to add details of the resource
- Inputs
[]Connector
Input Type Args - static config parameters of the routine
- Log
Level string - log level of the connector
- Machine
Instance stringSize - instance size
- Name string
- the name of the connector to be created
- Node string
- id of the compute node where the connector runs
- Restart
Policy string - restart policy of the connector
- []Connector
Tag Args - tags of the resource
- Version string
- [NAME-VERSION] the version of the hub connector
- description String
- optional description to add details of the resource
- inputs
List<Connector
Input> - static config parameters of the routine
- log
Level String - log level of the connector
- machine
Instance StringSize - instance size
- name String
- the name of the connector to be created
- node String
- id of the compute node where the connector runs
- restart
Policy String - restart policy of the connector
- List<Connector
Tag> - tags of the resource
- version String
- [NAME-VERSION] the version of the hub connector
- description string
- optional description to add details of the resource
- inputs
Connector
Input[] - static config parameters of the routine
- log
Level string - log level of the connector
- machine
Instance stringSize - instance size
- name string
- the name of the connector to be created
- node string
- id of the compute node where the connector runs
- restart
Policy string - restart policy of the connector
- Connector
Tag[] - tags of the resource
- version string
- [NAME-VERSION] the version of the hub connector
- description str
- optional description to add details of the resource
- inputs
Sequence[Connector
Input Args] - static config parameters of the routine
- log_
level str - log level of the connector
- machine_
instance_ strsize - instance size
- name str
- the name of the connector to be created
- node str
- id of the compute node where the connector runs
- restart_
policy str - restart policy of the connector
- Sequence[Connector
Tag Args] - tags of the resource
- version str
- [NAME-VERSION] the version of the hub connector
- description String
- optional description to add details of the resource
- inputs List<Property Map>
- static config parameters of the routine
- log
Level String - log level of the connector
- machine
Instance StringSize - instance size
- name String
- the name of the connector to be created
- node String
- id of the compute node where the connector runs
- restart
Policy String - restart policy of the connector
- List<Property Map>
- tags of the resource
- version String
- [NAME-VERSION] the version of the hub connector
Supporting Types
ConnectorInput, ConnectorInputArgs
ConnectorTag, ConnectorTagArgs
Import
$ pulumi import splight:index/connector:Connector [options] splight_connector.<name> <connector_id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- splight splightplatform/pulumi-splight
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
splight
Terraform Provider.