aws.iotsitewise.describe_gateway_capability_configuration
Example SQL Queries
SELECT * FROMaws.iotsitewise.describe_gateway_capability_configurationWHERE"gateway_id" = 'VALUE'AND "capability_namespace" = 'VALUE';Description
Retrieves information about a gateway capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
Table Definition
| Column Name | Column Data Type |
|---|---|
| capability_namespace Required Input Column The namespace of the gateway capability. | VARCHAR |
| gateway_id Required Input Column The ID of the gateway that defines the capability configuration. | 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 |
| capability_configuration The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide. | VARCHAR |
| capability_sync_status The synchronization status of the capability configuration. The sync status can be one of the following:
| VARCHAR |