AWSWAFWebACLLoggingConfiguration
No description
type AWSWAFWebACLLoggingConfiguration {
logDestinationConfigurations: [String!]!
resourceArn: String!
loggingFilter: AWSWAFWebACLLoggingFilter
managedByFirewallManager: Boolean!
redactedFields: [AWSWAFWebACLFieldToMatch!]!
}
Fields
AWSWAFWebACLLoggingConfiguration.logDestinationConfigurations ● [String!]! non-null scalar
The logging destination configuration that you want to associate with the web ACL
AWSWAFWebACLLoggingConfiguration.resourceArn ● String! non-null scalar
The Amazon Resource Name (ARN) of the web ACL that you want to associate with LogDestinationConfigs
AWSWAFWebACLLoggingConfiguration.loggingFilter ● AWSWAFWebACLLoggingFilter object
Filtering that specifies which web requests are kept in the logs and which are dropped
AWSWAFWebACLLoggingConfiguration.managedByFirewallManager ● Boolean! non-null scalar
Indicates whether the logging configuration was created by Firewall Manager, as part of an WAF policy configuration
AWSWAFWebACLLoggingConfiguration.redactedFields ● [AWSWAFWebACLFieldToMatch!]! non-null object
The parts of the request that you want to keep out of the logs
Member of
AWSWAFWebACL object