Connector class
Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
Constructors
Properties
- connectorArn → String
-
The ARN of the connector.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
A descriptive or arbitrary ID for the connector. This value must be unique
within the connector definition version. Max length is 128 characters with
pattern
a-zA-Z0-9:_-
+.final -
parameters
→ Map<
String, String> ? -
The parameters or configuration that the connector uses.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited