aws.privatenetworks.get_device_identifier
Example SQL Queries
SELECT * FROMaws.privatenetworks.get_device_identifierWHERE"device_identifier_arn" = 'VALUE';Description
Gets the specified device identifier.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_identifier_arn Required Input Column The Amazon Resource Name (ARN) of the device identifier. | 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
| |
| device_identifier Information about the device identifier. | STRUCT( |
Show child fields
| |
| tags The device identifier tags. | MAP(VARCHAR, VARCHAR) |