aws.sagemaker_edge.get_device_registration
Example SQL Queries
SELECT * FROMaws.sagemaker_edge.get_device_registrationWHERE"device_name" = 'VALUE'AND "device_fleet_name" = 'VALUE';Description
Use to check if a device is registered with SageMaker Edge Manager.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_fleet_name Required Input Column The name of the fleet that the device belongs to. | VARCHAR |
| device_name Required Input Column The unique name of the device you want to get the registration status from. | 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
| |
| cache_ttl The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed. | VARCHAR |
| device_registration Describes if the device is currently registered with SageMaker Edge Manager. | VARCHAR |