AWSWAFClassicWebACLLoggingConfiguration
No description
type AWSWAFClassicWebACLLoggingConfiguration {
logDestinationConfigurations: [String!]!
resourceArn: String!
redactedFields: [AWSWAFClassicWebACLRedactedField!]!
}
Fields
AWSWAFClassicWebACLLoggingConfiguration.logDestinationConfigurations
● [String!]!
non-null scalar
An array of Amazon Kinesis Data Firehose ARNs
AWSWAFClassicWebACLLoggingConfiguration.resourceArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs
AWSWAFClassicWebACLLoggingConfiguration.redactedFields
● [AWSWAFClassicWebACLRedactedField!]!
non-null object
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field, the cookie field in the firehose will be xxx
Member of
AWSWAFClassicWebACL
object