logging_configurations
Retrieves a list of logging_configurations
in a region
Overview
Name | logging_configurations |
Type | Resource |
Description | logging_configurations |
Id | awscc.wafv2.logging_configurations |
Fields
Name | Datatype | Description |
---|---|---|
resource_arn | string | The Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
resource_arn
FROM awscc.wafv2.logging_configurations
Permissions
To operate on the logging_configurations
resource, the following permissions are required:
Create
wafv2:PutLoggingConfiguration,
wafv2:GetLoggingConfiguration,
firehose:ListDeliveryStreams,
iam:CreateServiceLinkedRole,
iam:DescribeOrganization,
logs:CreateLogDelivery,
s3:PutBucketPolicy,
s3:GetBucketPolicy,
logs:PutResourcePolicy,
logs:DescribeResourcePolicies,
logs:DescribeLogGroups
List
wafv2:ListLoggingConfigurations