resource_specific_loggings
Retrieves a list of resource_specific_loggings
in a region
Overview
Name | resource_specific_loggings |
Type | Resource |
Description | resource_specific_loggings |
Id | awscc.iot.resource_specific_loggings |
Fields
Name | Datatype | Description |
---|---|---|
target_id | string | Unique Id for a Target (TargetType:TargetName), this will be internally built to serve as primary identifier for a log target. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
target_id
FROM awscc.iot.resource_specific_loggings
WHERE region = 'us-east-1'
Permissions
To operate on the resource_specific_loggings
resource, the following permissions are required:
Create
iot:ListV2LoggingLevels,
iot:SetV2LoggingLevel
List
iot:ListV2LoggingLevels