aws.greengrass.get_connector_definition_version
Example SQL Queries
SELECT * FROMaws.greengrass.get_connector_definition_versionWHERE"connector_definition_id" = 'VALUE'AND "connector_definition_version_id" = 'VALUE';Description
Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connector_definition_id Required Input Column The ID of the connector definition. | VARCHAR |
| connector_definition_version_id Required Input Column The ID of the connector definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions'' requests. If the version is the last one that was associated with a connector definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object. | VARCHAR |
| next_token Input Column The token for the next set of results, or ''null'' if there are no additional results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the connector definition version. | VARCHAR |
| creation_timestamp The time, in milliseconds since the epoch, when the connector definition version was created. | VARCHAR |
| definition Information about the connector definition version. | STRUCT( |
Show child fields
| |
| id The ID of the connector definition version. | VARCHAR |
| version The version of the connector definition version. | VARCHAR |