logging_configurations_list_only
Lists logging_configurations
in a region or regions, for all properties use logging_configurations
Overview
Name | logging_configurations_list_only |
Type | Resource |
Description | Resource type definition for AWS::NetworkFirewall::LoggingConfiguration |
Id | aws.networkfirewall.logging_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
firewall_name | string | |
firewall_arn | string | A resource ARN. |
logging_configuration | object | Resource type definition for AWS::NetworkFirewall::LoggingConfiguration |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all logging_configurations
in a region.
SELECT
region,
firewall_arn
FROM aws.networkfirewall.logging_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the logging_configurations_list_only
resource, see logging_configurations