**To create a logging configuration for the web ACL ARN with the specified Kinesis Firehose stream ARN** The following ``put-logging-configuration`` example displays logging configuration for WAF with CloudFront. :: aws waf put-logging-configuration \ --logging-configuration ResourceArn=arn:aws:waf::123456789012:webacl/3bffd3ed-fa2e-445e-869f-a6a7cf153fd3,LogDestinationConfigs=arn:aws:firehose:us-east-1:123456789012:deliverystream/aws-waf-logs-firehose-stream,RedactedFields=[] Output:: { "LoggingConfiguration": { "ResourceArn": "arn:aws:waf::123456789012:webacl/3bffd3ed-fa2e-445e-869f-a6a7cf153fd3", "LogDestinationConfigs": [ "arn:aws:firehose:us-east-1:123456789012:deliverystream/aws-waf-logs-firehose-stream" ] } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
put-logging-configuration.rst | File | 823 B | 0644 |
|
update-byte-match-set.rst | File | 725 B | 0755 |
|
update-ip-set.rst | File | 1.14 KB | 0755 |
|
update-rule.rst | File | 505 B | 0755 |
|
update-size-constraint-set.rst | File | 684 B | 0755 |
|
update-sql-injection-match-set.rst | File | 702 B | 0755 |
|
update-web-acl.rst | File | 701 B | 0755 |
|
update-xss-match-set.rst | File | 647 B | 0755 |
|