loggings
Retrieves a list of loggings
in a region
Overview
Name | loggings |
Type | Resource |
Description | loggings |
Id | awscc.iot.loggings |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | Your 12-digit account ID (used as the primary identifier for the CloudFormation resource). |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
account_id
FROM awscc.iot.loggings
WHERE region = 'us-east-1'
Permissions
To operate on the loggings
resource, the following permissions are required:
Create
iot:SetV2LoggingOptions,
iot:GetV2LoggingOptions,
iam:PassRole
List
iot:GetV2LoggingOptions