loggings_list_only
Lists loggings
in a region or regions, for all properties use loggings
Overview
Name | loggings_list_only |
Type | Resource |
Description | Logging Options enable you to configure your IoT V2 logging role and default logging level so that you can monitor progress events logs as it passes from your devices through Iot core service. |
Id | aws.iot.loggings_list_only |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | Your 12-digit account ID (used as the primary identifier for the CloudFormation resource). |
role_arn | string | The ARN of the role that allows IoT to write to Cloudwatch logs. |
default_log_level | string | The log level to use. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all loggings
in a region.
SELECT
region,
account_id
FROM aws.iot.loggings_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the loggings_list_only
resource, see loggings