aws.greengrass.get_logger_definition
Example SQL Queries
SELECT * FROMaws.greengrass.get_logger_definitionWHERE"logger_definition_id" = 'VALUE';Description
Retrieves information about a logger definition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| logger_definition_id Required Input Column The ID of the logger definition. | 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 definition. | VARCHAR |
| creation_timestamp The time, in milliseconds since the epoch, when the definition was created. | VARCHAR |
| id The ID of the definition. | VARCHAR |
| last_updated_timestamp The time, in milliseconds since the epoch, when the definition was last updated. | VARCHAR |
| latest_version The ID of the latest version associated with the definition. | VARCHAR |
| latest_version_arn The ARN of the latest version associated with the definition. | VARCHAR |
| name The name of the definition. | VARCHAR |
| tags Tag(s) attached to the resource arn. | MAP(VARCHAR, VARCHAR) |