PutLoggingConfigurationRequest
public struct PutLoggingConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor. When specifying Type in RedactedFields, you must use one of the following values: URI, QUERY_STRING, HEADER, or METHOD.
Declaration
Swift
public let loggingConfiguration: LoggingConfiguration
-
Undocumented
Declaration
Swift
public init(loggingConfiguration: LoggingConfiguration)
-
Declaration
Swift
public func validate(name: String) throws