aws.iotthingsgraph.describe_namespace
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.describe_namespace;Description
Gets the latest version of the user's namespace and the public version that it is tracking.
Table Definition
| Column Name | Column Data Type |
|---|---|
| namespace_name Input Column The name of the namespace. | 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 |
| namespace_arn The ARN of the namespace. | VARCHAR |
| namespace_version The version of the user's namespace to describe. | BIGINT |
| tracking_namespace_name The name of the public namespace that the latest namespace version is tracking. | VARCHAR |
| tracking_namespace_version The version of the public namespace that the latest version is tracking. | BIGINT |